some problems with nagios npre
Tuflipes
tuflipes at yahoo.es
Thu Jun 3 18:32:23 CEST 2004
HI there,
im using nrpe 2.0.
If i execute it from server nagios to remote server, its working fine, eg:
[root at firewifi nrpe-2.0]# /usr/lib/nagios/plugins/check_nrpe -H 192.168.3.20 -p 5666 -c check_load
OK - load average: 0.00, 0.00, 0.03
But in nagios web screen i see:
System Load
UNKNOWN 03-06-2004 17:38:47 0d 7h 9m 24s 3/3 Incorrect command line arguments supplied
I paste yo you my settings:
# Service definition for checking system load
define service{
use generic-service
host_name triniti
service_description System Load
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 5
retry_check_interval 2
notification_interval 240
contact_groups internet-mail-servers
notification_options w,u,c,r
check_command check_nrpe!check_load
}
in checkcommands:
#'check_nrpe' command definition
define command {
command_name check_nrpe
command_line /usr/local/nagios/libexec/check_nrpe $HOSTADDRESS$ -p 5666 -c $ARG1$
}
So..what could be wrong?
thks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20040603/cc4921d5/attachment.html>
More information about the Users
mailing list