[Nagios-devel] nagios service performance data not executed with

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] nagios service performance data not executed with

Post by Guest »

hi list,

i've created a service

define service{
use generic-service
host_name testhost
service_description PING
check_command check_ping!5000.0,70%!9000.0,90%
}


this service will be executed but not the serivce performance data command.

i've also create an

define service{
use generic-service
host_name testhost
service_description POP3
check_command check_pop
}

on this serice the service data command will be executed.

is this a bug ?

thx

thomas





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked