I just had a bunch of  services start flapping on me. THe common factor seems all of these were services monitored by nrpe. <br><br>//////////////<br>Notifications for this service are being suppressed because it was
detected as having been flapping between different states (22.4% change
>= 20.0% threshold). When the service state stabilizes and the
flapping stops, notifications will be re-enabled.<br>//////////////////<br><br>My nrpe.cfg is pristine except for <br><br>command[check_disk_scratch]=/usr/local/nagios/libexec/check_disk -w 20 -c 10 -p /scratch<br><br>What could be causing a service to start flapping. Never happened to me before. ANy debug sugesstions?<br>
<br>The Status for the service is correct though.<br>DISK OK - free space: /scratch 14886 MB (52% inode=98%): <br><br>-- <br>Rahul<br><br>snippet from services.cfg<br>define service{<br>        use rpn_intermediate_service<br>
        hostgroup_name npre-compute-nodes<br>        service_description /scratch Partition on nodes<br>        check_command check_nrpe!check_disk_scratch             ; details defined in the nrpe.conf<br>}<br>