openbsd-ports/sysutils/resmon/pkg/MESSAGE-main
jdixon 83bc9e629c Import resmon-20090802 and nagios-plugins-resmon-20090802
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@
2009-08-02 19:12:15 +00:00

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