83bc9e629c
Resmon is a lightweight utility for local host monitoring that can be queried by tools such as nagios over http. One of the main design goals is portability: that resmon should require nothing more than a default install of Perl. Also provide nagios-plugins-resmon for checking resmon agents. Assistance by and ok merdely@
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
A sample config file for Resmon has been installed in
|
|
${RESMONCONF}, edit it to suit your needs.
|
|
|
|
To start, add the following to /etc/rc.local:
|
|
|
|
if [ -x ${PREFIX}/sbin/resmon ]; then
|
|
echo -n ' resmon'; ${PREFIX}/sbin/resmon -c ${RESMONCONF}/resmon.conf
|
|
fi
|