Howdy,<br><br>I'm missing something here I'm sure.<br><br>Nag is working well, but I can't seem to force an email from a logcheck. It comes up with a warning (manually triggering the logcheck by inserting lines), but its not emailing ..
<br><br># CHECK LOCAL, TEST LOG<br><br>define service{<br> use generic-service<br> host_name ADL0805<br> service_description LOCAL TEST LOG WARN
<br> is_volatile 0<br> check_period 24x7<br> max_check_attempts 4<br> normal_check_interval 3<br> retry_check_interval 1<br>
contact_groups sysadmins, trumps-admins<br> notification_interval 960<br> notification_period 24x7<br> check_command check_nrpe!check_testlog<br> }
<br><br>I can get emails to trigger on *some* other checks (and state restores), but all checks pretty much use the same default settings (at the moment) so I'm pretty lost.<br><br>Any ideas to point me in the right direction?
<br><br>Mark<br>