Questions tagged [nagios]

Nagios is a monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes.

Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes.

Nagios watches hosts and services that you specify, alerting you when things go bad and when they get better. Some of its many features include monitoring of network services (SMTP, POP3, HTTP, NNTP, ICMP, etc.), monitoring of host resources (processor load, disk usage, etc.), and contact notifications when service or host problems occur and get resolved (via email, pager, or user-defined method).

Nagios is extremely customizable. Its mechanism for checking the status of hosts and services is to run standalone programs the communicate with the Nagios master via their standardoutput and return codes. It is therefore relatively easy to add new status checks to Nagios without much work beyond writing the standalone program and configuring Nagios to call it.

1294 questions
0
votes
1 answer

Linux server nrpe nagios check_procs process state monitoring - need info, when process is restarted

I need to be informed by nagios when a process on a remote server is restarted. The only thing I do not know how to do is to check its process state, and what way to do it? I got in remote server this nrpe command for now: ./check_procs -c 1: -a…
Kamil Bu
  • 9
  • 4
0
votes
1 answer

Naemon still sending DOWN notifications for removed host

I shutdown an old web server, and immediately started receiving DOWN notifications from Naemon. Now I have removed that host entirely from the Naemon config, and restarted the Naemon service. Yet I continue to receive DOWN notifications every…
Colin 't Hart
  • 302
  • 2
  • 16
0
votes
1 answer

Nagios check_nt MEMUSAGE average

there is a method to check the memory (RAM) usage by the average in windows? (Like CPULOAD -l minutes)
0
votes
0 answers

Widget data in centreon is not coming due to accidental file deletion

I am on Centreon 2.8.22, I was playing with a certain widget and I accidentally extracted all the files of that widget in the widget folder. So then I was deleting all the files which was extracted here and I think I have accidentally deleted a main…
user52337
  • 103
  • 4
0
votes
1 answer

Nagios - 'Error: Could not open config directory' but permissions are correct and selinux is permissive

Trying to setup a separate directory to store my nagios configuration files and when I attempt to validate the configuration I get the below error. Error: Could not open config directory '/usr/local/nagios/etc/objects/corp/contacts.cfg' for…
qroberts
  • 285
  • 1
  • 4
  • 23
0
votes
2 answers

Mass acknowledging alert in NAGIOS

Good evening to all! I was wondering around to find solution of mass acknowledging the alerts all at once for 500+ service notification in Nagios. After a long hardship, I came across building below script own. Please help in analyzing pros and cons…
0
votes
2 answers

How to properly display accentuated characters in a check_nrpe result based on a Powershell script?

I have a custom Powershell script called by Nagios using "check_nrpe". Currently all check results output messages with special characters like 'è', 'é' or 'à' are not displayed properly when the check result is shown on Nagios. How to allow those…
donmelchior
  • 103
  • 5
0
votes
1 answer

Nagios check_procs not reporting processes not spawned by root

I am trying to set up Nagios to monitor the nginx service on my load balancer but have been unsuccessful in getting it to show the service being up. The command and service definition are below. It seems that any process that is not spawned by root…
Jim Miller
  • 21
  • 3
0
votes
1 answer

Grafana false positive SNMP down

NOTE: I also have Nagios running on another server that reports bandwidth warnings and up/down status. Not a single switch is alerting from this, only Grafana. Grafana version 1.14.1 I was receiving alerts every minute of all switches reporting as…
DevOpsSauce
  • 348
  • 1
  • 5
  • 22
0
votes
1 answer

How to monitor login authentication using http_check nagios plugin

I'm using the http_check Nagios plugin to monitor an URL and I'd like to test if the login is working given specific user and password. I've made several attempts with different approaches but none of them seems to validate the given…
Pedro
  • 1
  • 2
0
votes
1 answer

Shinken probe on windows server but windows server on VPN network (monitoring server outside VPN)

I need to monitore a windows server with skinken, but this server is accessible with a VPN connection (with strong security, done by an electronic tool and human action). The monitoring server is not connected to this VPN so I search a solution to…
0
votes
1 answer

Nagios: NRPE unable to read output

I really hope that someone can provide a solution for me. I have check_memory to check my remote hosts, but no matter what I try, I keep getting "NRPE unable to read output" on the Nagios dashboard. My…
0
votes
1 answer

Nagios alert to a file

Is there any way to store Nagios alert to a file. We have a private network and Nagios is configured there to monitor 100+ servers. Since there is no mail server in this network default nagios alert configuration is not possible. If we can able to…
MOBIN TM
  • 3
  • 1
0
votes
1 answer

Nagios server is not detecting if client vm's are rebooted

I have configured nagios server and added 30+ physical servers and 25+ vm's. All the configuration has completed and nagios server is monitoring servers,vm's and services. But when I am rebooting a vm, Nagios server is not detecting the vm…
MOBIN TM
  • 3
  • 1
0
votes
1 answer

How to fetch and display Nagios service thresholds in Alert mails

I need to show the service threshold values (-w ARG1 and -c ARG2) for WARNING and CRITICAL state in the alert mail body. Along with the SERVICESTATE and SERVICEOUTPUT mail recipients will get better understanding on what exactly is the threshold set…
JineshJK
  • 31
  • 4