IT Infrastructure Monitoring Market: Global Industry Analysis and Forecast 2016 – 2024 The global IT infrastructure monitoring market value is anticipated to increase from US$ 19.24 Bn in 2015 to US$ 34.1 Bn by 2024, expanding at a CAGR of […]
check aws elb hosts
This scripts counts how many active instances are inService of a AWS ElasticLoadBalancer (ELB). The code is based on a simple API call via bash elb-describe-instance-health Here is the code: #!/bin/bash #This script uses AWS command line tools to get […]
vote for best monitoring tool
Show your love for Nagios by voting in the poll! NOTE: If you haven’t participated on the LQ forum, before you’ll have to create an account and post a new message before you can vote. The options are: Nagios Zabbix […]
Upgrade Centreon to 2.1.8
Upgrade Centreon to 2.1.8 wget http://download.centreon.com/index.php?id=140 tar -zxvf centreon-2.1.8.tar.gz cd centreon-2.1.8 bash install.sh -u /etc/centreon (INFO, find / -name instCent*.conf will show u the directory) Go to the http:///centreon And follow the instructions *INFO: For update Centreon ( > 2.0) […]
Centreon Distributed Monitoring (v2)
Nagios / Centreon Distributed Monitoring – Clustering Document referral to my original post on same subject There are many ways nagios can be used to load the balance, the basic architeture is Master/Slave with just nagios is reommeneded to use […]
Centreon Distributed Monitoring
Nagios / Centreon Distributed Monitoring – Clustering Document referral to Centreon Wiki There are many ways nagios can be used to load the balance, the basic architeture is Master/Slave with just nagios is reommeneded to use NSCA daemon witch is […]
Upgrade nagios 3.0.3 to 3.0.6
Upgrading From Previous Nagios 3.x Releases As newer alpha, beta, and stable releases of Nagios 3.x are released, you should strongly consider upgrading as soon as possible. Newer releases usually contain critical bug fixes, so its important to stay up […]