Nagios

Coba mainan Nagios, karena dah malem ya sekitar jam 12:30 di kantorr sendirian and bingung mau ngapain, kemudian jalan kesana kemarii eee ketemu nagios yaudahh coba di coba aca di server weekeke …

— nagios-3.0.3-chroot ——————-
Sample configuration files and web server configuration can be found in
/usr/local/share/examples/nagios.

Beware that Nagios might or might not work correctly on 64bit machines.

To start nagios automatically, add these lines to /etc/rc.local

if [ -x /usr/local/sbin/nagios ]; then
install -d -o _nagios /var/run/nagios
echo -n ‘ nagios’; /usr/local/sbin/nagios -d /etc/nagios/nagios.cfg
fi
— nagios-plugins-1.4.11 ——————-
The check_dhcp and check_icmp plugins need to run with superuser
privileges. For security reasons they are not installed suid root
by default. If you want to use them, you have to either change
their mode manually or use systrace’s privilege elevation feature.

For further details see /usr/local/share/doc/nagios-plugins/README.OpenBSD.