Nagios bash check_log Its often needed to check log files for a keyword. So I wrote a simple bash script to do that plus integrate with nagios and perfdata so it also generate graphic. The script is based on tail […]
Centreon 2.2
Centreon 2.2 changelog New Features Multi Engines (Nagios, Icinga, Shinken) Possibility to use multiple event broker modules New command service configuration interface with argument descriptions New search fields in Monitoring > Services pages (search by host, service, plugin output) Shortcut […]
Troubleshooting Centreon Graphs
TO IDENTIFY ERROS WITH GRAPH, verify if: service-perfdata file exist in Nagios “var” directory ( /var/local/nagios/ # ll /usr/local/nagios/var/service-perfdata To find out where is inside centreon: Configuration>Nagios>Centreon>Central>”Perfdata file” service-perfdata is growing (if Nagios insert data il file) (if not try […]
Setup check_vmware.pl on CentOS
Setup VMWare-CLI Perl Kit on CentOS 5.5 x64 (RedHat) Older Post with Simillar Information And overall info on how to monitor ESX IMPORTANT: For ESX(i) 6.x use https://github.com/op5/check_vmware_api First download my full package witch has all dependencies plus the vmware-vSphere-CLI Required […]
How to setup Centreon with MK_Livestatus
How to setup Centreon with MK_Livestatus Setup mk_livestatus: wget http://mathias-kettner.de/download/mk-livestatus-1.1.10p1.tar.gztar -zxvf mk-livestatus-1.1.10p1.tar.gz cd mk-livestatus-1.1.10p1make installchown nagios.apache/usr/local/lib/mk-livestatus/livestatus.o To patch centreon to use multibrokers: SQL:1. Create new tables in DB: ‘centreon’ CREATE TABLE IF NOT EXISTS `cfg_nagios_bkmod` (`bkmod_id` int(11) NOT NULL AUTO_INCREMENT,`nagios_id` […]
How to monitor OpenManage Server Administrator via nagios
Copy the Dell Open Manager to the Linux box using WinSCP # wget http://www.xoroz.com/files/OM_6.1.0_ManNode_A00.tar.gz # yum install libxml2 # tar -zxvf OM_6.1.0_ManNode_A00.tar Options NOTE: With ver 6.1 the “b” option changed to the “d” option x = express – Install […]
install nagios on centos 5.5
Howto install Nagios Centreon on CentOS 5.5 64bits updated/fast version Install Nagios on CentOS +————–————–——+ | INSTALL OS | +————–————–——+ 1.Install CentOS Select only Server option, witch has already lots of packets also too many Updates system # yum -y […]