Search found 7 matches
- Sat Sep 24, 2016 11:43 pm
- Forum: Open Source Nagios Projects
- Topic: using of check_linux_stat.pl Command
- Replies: 4
- Views: 1310
Re: using of check_linux_stat.pl Command
Problem has been fixed..
- Sat Sep 24, 2016 2:36 am
- Forum: Open Source Nagios Projects
- Topic: using of check_linux_stat.pl Command
- Replies: 4
- Views: 1310
Re: using of check_linux_stat.pl Command
Hi,
How can i monitor the different services using this same command..
When i just follow your instruction as per the previous reply, i am getting the error message in the browser as ,
How can i monitor the different services using this same command..
When i just follow your instruction as per the previous reply, i am getting the error message in the browser as ,
(NO output returned from Plugin)
- Fri Sep 23, 2016 11:08 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE:Command 'check_uptime' not defined
- Replies: 7
- Views: 7324
Re: NRPE:Command 'check_uptime' not defined
Hi,
Yes i have restarted the service and the same error message is occurring on all the servers i have configured...
Yes i have restarted the service and the same error message is occurring on all the servers i have configured...
- Fri Sep 23, 2016 2:37 am
- Forum: Open Source Nagios Projects
- Topic: using of check_linux_stat.pl Command
- Replies: 4
- Views: 1310
using of check_linux_stat.pl Command
Hi Folks,
I am new to nagios and I am interested in using the script check_linux_stat.pl...
Could you please some one explain me on how to implement this in the Servers..
Like commands.cfg , nrpe.cfg and services.cfg files? what are the entires i need to hardcore in these files ?
I am new to nagios and I am interested in using the script check_linux_stat.pl...
Could you please some one explain me on how to implement this in the Servers..
Like commands.cfg , nrpe.cfg and services.cfg files? what are the entires i need to hardcore in these files ?
- Fri Sep 23, 2016 1:39 am
- Forum: Open Source Nagios Projects
- Topic: NRPE:Command 'check_uptime' not defined
- Replies: 7
- Views: 7324
Re: NRPE:Command 'check_uptime' not defined
[root@xxx libexec]# ps axuw |grep -i nrpe root 19070 0.0 0.0 103320 852 pts/0 S+ 14:35 0:00 grep -i nrpe [root@xxx libexec]# netstat -at |grep nrpe tcp 0 0 *:nrpe *:* LISTEN [root@xxx libexec]# /usr/local/nagios/libexec/check_uptime -w 3 -c 5 Uptime CRITICAL: 52 day(s) 23 hour(s) 36 minute(s) | upt...
- Thu Sep 22, 2016 1:31 am
- Forum: Open Source Nagios Projects
- Topic: NRPE:Command 'check_uptime' not defined
- Replies: 7
- Views: 7324
Re: NRPE:Command 'check_uptime' not defined
Hi I have already input in the file /usr/local/nagios/etc/nrpe.cfg command[check_uptime]=/usr/local/nagios/libexec/check_uptime -w 3 -c 5 and restarted the xinetd service then when I check in the nagios servers , i got the error message like below: ./check_nrpe -H <client_ipaddr> -c check_uptime NRP...
- Wed Sep 21, 2016 2:19 am
- Forum: Open Source Nagios Projects
- Topic: NRPE:Command 'check_uptime' not defined
- Replies: 7
- Views: 7324
NRPE:Command 'check_uptime' not defined
Hi Folks, I am using nagios recently.. when i try to configure the nagios for the Linux client machines, i got up with the error message on the nagios window: [*NRPE: Command 'check_uptime' not defined] In the Nagios Monitoring server under the path /usr/local/nagios/etc/services.cfg define service{...