Cleanup config.nodes_of
[check_mk.git] / doc / predictive / foo.agentplugin
blob12dd0014ec4390d178ed5df2f9690ad3a3327323
1 #!/bin/sh
3 # This is an example for an agent section that is just outputting one simple
4 # value. As an example we output the number of processes currently running. This
5 # is better than a fixed number since it changes from time to time.
7 # Put this file onto the target host to /usr/lib/check_mk_agent/plugins
9 echo '<<<foo>>>'
10 ps ax | wc -l