Posted December 15th, 2008 by Perk1z
[root@ibm /usr/local/nagios/libexec]# ./check_ping -H titik.org -w 3000.0,80% -c 5000.0,100% -p 5
CRITICAL - popen timeout received, but no child process
try the CVS snapshot at http://nagiosplug.sf.net/snapshot
[root@ibm ~]# wget http://nagiosplug.sourceforge.net/snapshot/nagios-plugins-HEAD.tar.gz
–2008-12-15 14:10:52– http://nagiosplug.sourceforge.net/snapshot/nagios-plugins-HEAD.tar.gz
Resolving nagiosplug.sourceforge.net… 216.34.181.96
Connecting to nagiosplug.sourceforge.net|216.34.181.96|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 1845366 (1.8M) [application/x-gzip]
Saving to: `nagios-plugins-HEAD.tar.gz’
100%[===========================>] 1,845,366 8.15K/s in 3m 34s
2008-12-15 14:14:29 (8.41 KB/s) - [...]
Tags: Error, nagios, ping
Posted December 9th, 2008 by Perk1z
Host Status:
DOWN
(for 0d 0h 48m 36s)
Status Information:
/bin/ping -n -U -w 30 -c 5 67.15.225.4
CRITICAL - Could not interpret output from ping command
Tags: nagios, ping
Posted December 9th, 2008 by Perk1z
root@titik.org [/home/nagios]# /etc/init.d/nagios start
Starting nagios:su: warning: cannot change directory to /home/nagios: Permission denied
-bash: /home/nagios/.bash_profile: Permission denied
done.
Tags: Error, nagios
Posted September 2nd, 2008 by Perk1z
Nagios® is an Open Source host, service and network monitoring program. Where can you get it? Right here. Can you get support for it? Yes! Get more answers to some of your basic questions about Nagios here.
root@titik [~/herman]# wget http://transact.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.12.tar.gz
–10:41:05– http://transact.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.12.tar.gz
Resolving transact.dl.sourceforge.net… 202.55.147.10
Connecting to transact.dl.sourceforge.net|202.55.147.10|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 1831377 (1.7M) [application/x-gzip]
Saving [...]
Tags: addon, Monitoring, nagios, nrpe, Plugin, Server
Posted May 23rd, 2008 by Perk1z
root@titik [/usr/local/nagios/etc]# /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d
root@titik [/usr/local/nagios/etc]# tail -f /var/log/messages
May 23 22:19:57 titik nrpe[3306]: Starting up daemon
May 23 22:19:57 titik nrpe[3306]: Network server bind failure (99: Cannot assign requested address)
Solusi :
edit /usr/local/nagios/etc/nrpe.conf
correct server_address
and try again
root@titik [/usr/local/nagios/etc]# /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d
root@titik [/usr/local/nagios/etc]# tail -f /var/log/messages
May 23 22:40:53 titik nrpe[22116]: Starting up daemon
May 23 22:40:53 titik nrpe[22116]: [...]
Tags: Error, nagios, nrpe
Posted April 20th, 2008 by Perk1z
Nagios NRPE Command for checking exim queue count
Written by Sayid Munawar <ayik@freebsd.or.id>
script skeleteon based on check_log written by Ethan Galstad (nagios@nagios.org)
Last Modified: August 5, 2006
Usage: ./check_eximq [-w count_warn] -c [count_crit]
Description:
This plugin will get output from exim -bpc. That is the count for current exim queue
if output is below count_warn then will return OK,
if output is [...]
Tags: exim, nagios, nrpe, Script