Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > e5dacb39141c2088e2c30e21fa0b2b06 > files > 61

nagios-check_mk-doc-1.2.3i1-3.mga4.noarch.rpm

#!/bin/sh

# This is an example for an agent section that is just outputting one simple
# value. As an example we output the number of processes currently running. This
# is better than a fixed number since it changes from time to time.

# Put this file onto the target host to /usr/lib/check_mk_agent/plugins

echo '<<<foo>>>'
ps ax | wc -l