Search found 6 matches
- Fri Sep 18, 2015 9:43 am
- Forum: Open Source Nagios Projects
- Topic: Service alert retries stuck at 1
- Replies: 1
- Views: 614
Service alert retries stuck at 1
Hi Team, I have come across an issue where if a host goes down i am receiving email notifications only for the host. But i am unable to receive notifications for services. Also the retries value for service checks are hard set to 1. I have come acorss a link which suggests that if a host is down , r...
- Tue Apr 21, 2015 4:59 am
- Forum: Open Source Nagios Projects
- Topic: NRPE: Unable to read output
- Replies: 18
- Views: 20616
Re: NRPE: Unable to read output
Also not able to check oracle database tablespace usage on another server. Please help. Following are the error details. Hi Team, I have another issue where i can check the oracle tablespace usage by running the "check_oracle_tablespace" script. But get an error while checking with "c...
- Tue Apr 21, 2015 4:47 am
- Forum: Open Source Nagios Projects
- Topic: NRPE: Unable to read output
- Replies: 18
- Views: 20616
Re: NRPE: Unable to read output
Hi, I tried copying a new postgres check script. But it is giving me another error. I have set the path in "/etc/profile" as well. But it doesnt work. Please help. [root@Fillet etc]# grep postgres nrpe.cfg command[check_postgres_connection_db-name]=/usr/local/nagios/libexec/check_postgres....
- Mon Mar 30, 2015 11:47 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE: Unable to read output
- Replies: 18
- Views: 20616
Re: NRPE: Unable to read output
Hi,
It is already disabled.
getenforce
Permissive
grep ^SELINUX /etc/selinux/config
SELINUX=disabled
SELINUXTYPE=targeted
It is already disabled.
getenforce
Permissive
grep ^SELINUX /etc/selinux/config
SELINUX=disabled
SELINUXTYPE=targeted
- Mon Mar 30, 2015 12:37 am
- Forum: Open Source Nagios Projects
- Topic: NRPE: Unable to read output
- Replies: 18
- Views: 20616
Re: NRPE: Unable to read output
Hi Jolson, Thanks for the reply. Yes, check_nrpe works properly and alia for several others apart from Postgres DB check works fine. eg:: /usr/local/nagios/libexec/check_nrpe -H 127.0.0.1 -c check_disk_/ DISK OK - free space: / 980 MB (68% inode=88%);| /=454MB;1359;1435;0;1511 /usr/local/nagios/libe...
- Fri Mar 27, 2015 5:49 am
- Forum: Open Source Nagios Projects
- Topic: NRPE: Unable to read output
- Replies: 18
- Views: 20616
Re: NRPE: Unable to read output
Hi, I have a similar problem. I have a perl script to check the status of postgres database. NRPE client runs off xinetd service and not as a seperate daemon and firewall is disabled. On the client when i run the check status using the script it works fine. /usr/local/nagios/libexec/check_postgres.p...