Can anyone let me know how I would reduce time between Last Check Time and Next Scheduled Check on a particular service. I have a very critical task to monitor and Last Check Time and Next Scheduled time difference is 5 minute which to long for this service. Can I reduce that time. I need this to be 1 minute are 30 seconds.
I want nagios will check this service after every 30 sec. I have define my as following please pass you suggestion to improve Next Scheduled time
Code: Select all
define service{
use local-service
host_name OpenSIP,test-RTSIP
service_description SIP Registration
check_command check_nrpe!check_sipreg
check_freshness 0
freshness_threshold 900
active_checks_enabled 1
passive_checks_enabled 1
}