The selfcheck module performs a self assessment on the host noitd instance.
C
selfcheck.so
required
feed
.+
The name of the feed that will be sized.
Example 5.31. Testing the local noitd instance.
We self check the noitd instance every 5 seconds. Here, the target doesn't mean anything in particular as the check is entirely internal. The target should match the local noitd's IP address from the perspective of stratcond.
<noit>
<modules>
<module image="selfcheck" name="selfcheck"/>
</modules>
<checks>
<check uuid="6e65ffdc-f174-11dd-86fe-b7da9645ce7c" target="10.225.209.90" period="5000" timeout="4000"/>
</checks>
</noit>