nagios

Solaris weirdnesses with Nagios:

 http://ls5-www.cs.uni-dortmund.de/~windmueller/nagios-solaris10.html

Getting the NRPE SMF

2011: this is now called "cswnrpe" ??

Local monitoring packages are installed in /opt/csw/nagios/local

/opt/csw/bin/pkg-get -i nrpe
wget -P /tmp/ http://www.terdmonk.com/files/solaris/nagios/nrpe_smf.zip
cd /tmp
unzip nrpe_smf.zip
mv nrpe/manifest/nagios-nrpe.xml /var/svc/manifest/network
mv nrpe/method/nagios-nrpe /lib/svc/method/nagios-nrpe
svccfg import /var/svc/manifest/network/nagios-nrpe.xml
svcadm disable nrpe
svcadm enable nrpe