*****Make Nagios Pretty ( Nuvola Style ) First Backup /usr/local/nagios/share/*..html and all stylesheets directory. # tar -cvvf defaultweb.tar /usr/local/nagios/share/ # cd /usr/local/nagios/share # wget http://www.xoroz.com/files/nagiosstyle.zip # unzip nagiosstyle.zip Set the permissions # chown nagios:nagios *.* # chown nagios:nagios -R side […]
Check Exchange Mailbox Size
Check_mboxsize.ws Another Nagios plugin. One of my hardest to write. Note that this will require the Nagios Plugin Service to run as a Administrator Account (local system account) will not work! Script example: …nagios/libexec# ./check_nrpe -H SERVER114 -t 90 -u […]
NRPE_NT bug
Nagios NRPE_NT bug. Well I wrote few scripts that are actually quite complex to run under Windows 2003 Servers, some of them I start getting no output or just the first character output using NRPE_NT 0.8.0.2 or 8b. It seems […]
Nagios/Centreon TroubleShooting
Troubleshooting Nagios/Centreon : I. If Centreon monitor does not update itself (you see nagios different then centreon). Could be a permission problem related to status.log, Read the user nagios emails for problems regarding cron jobs and permissions Check the logs […]
check_by_ssh
. . check_by_ssh, Problem with Nagios check_by_ssh plugin is that it requires also the nagios-plugins to be installed on the client server. At least part of the nagios-plugins, because in the end all we need is to perform the local […]
Install NRPE in Linux
. . Overview of NRPE: Installing and Configuring Nagios NRPE in Linux: # cd /tmp # wget http://internap.dl.sourceforge.net/sourceforge/nagios/nrpe-2.12.tar.gz # tar -zxvf nrpe-2.12.tar.gz # cd nrpe-2.12 # ./configure –enable-ssl –enable-command-args (should create users/groups) General Options: ————————- NRPE port: 5666 NRPE user: […]
Nagios/Centreon TroubleShooting
The post has been centralized here: http://felipeferreira.net/?p=59