Performance Data

"Miguel A. González" mangel at fib.upc.es
Wed Feb 11 13:10:23 CET 2004


Hi users,

I've have a problem with Nagios 1.2 running in a Linux box (2.4.20 
kernel). It seems that Nagios doesn't  realize that i've added a 
"process_perf_data     1" to a previously existent service.  I mean:

## OLD service definition :
define service{
        use                                  servicio-generico
        host_name                       ada
        service_description          disc_root
        contact_groups                admin-lab
        check_command             check_disk.pl!/dev/dsk/c0t0d0s0
}
## NEW service definition
define service{
        use                                  servicio-generico
        host_name                       ada
        service_description          disc_root
        process_perf_data           1          ; --> added this
        contact_groups                admin-lab
        check_command             check_disk.pl!/dev/dsk/c0t0d0s0
}

But it has no effect, the command associated to the performance service 
checks doesn't executes. By the way...if I delete the service 
definition, then start Nagios, stop it, and add the service from the 
scratch with the "process_perf_data   1" ... It Works! So I don't know 
if  there is a bug or what when adding the "process_perf_data" to a 
preexistent service. In the new services it works ok.

Thanks,

--
Miguel A. Gonzalez
LCFIB Sistemas





-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list