Search found 1 match

by runmouse
Wed Jul 20, 2011 2:18 am
Forum: Open Source Nagios Projects
Topic: How can I do check per 1 second
Replies: 1
Views: 1533

How can I do check per 1 second

I have install nagios and write a shell to check something. I changed interval_length in nagios.cfg, interval_length=1, and set normal_check_interval=1 in services config file. The shell do nothing besides to write the time when it was executed to a file. I expected that the interval is one second,b...