Search Results

Keyword: ‘nagios’

Nagios Plugin Collection

September 3rd, 2010 No comments

The Nagios Plugin Collection is a set of scripts for the Nagios monitoring project to check the status off various system components.

Read more…

VN:F [1.7.5_995]
Rating: 0.0/5 (0 votes cast)

Nagios 3.2.2 changelog

September 3rd, 2010 No comments

Nagios has released its latest version!
DOWNLOAD
3.2.2 – 09/01/2010

Read more…

VN:F [1.7.5_995]
Rating: 0.0/5 (0 votes cast)

Nagios and Centreon online demo

August 18th, 2010 No comments

Demonstrations of Nagios and Centreon

Nagios XI (the new paid version):
http://nagiosxi.demos.nagios.com/
user: nagiosadmin
pass: nagiosadmin

Read more…

VN:F [1.7.5_995]
Rating: 0.0/5 (0 votes cast)

Nagios check_con

August 11th, 2010 No comments

I wrote a simple plugin to check the number of established connections
to a windows server. Just execute:
cmd /c netstat -an |find /i “estab” /c

Read more…

VN:F [1.7.5_995]
Rating: 0.0/5 (0 votes cast)

nagios tray

August 5th, 2010 No comments

Nagstamon is a Nagios status monitor for the desktop. It connects to multiple Nagios, Opsview and Centreon monitoring servers and resides in systray or as a floating statusbar at the desktop showing a brief summary of critical, warning, unknown, unreachable and down hosts and services and pops up a detailed status overview when moving the mouse pointer over it. Connecting to displayed hosts and services is easily established by context menu via SSH, RDP and VNC. Users can be notified by sound. Hosts and Services can be filtered by category and regular expressions.

Read more…

VN:F [1.7.5_995]
Rating: 0.0/5 (0 votes cast)

Monitor Varnish with Nagios

August 5th, 2010 No comments

Varnish is an amazing reverse proxy product and it does its
job very well, but how can we know that? Or even better
how can we know it detected problems in the backed?

Read more…

VN:F [1.7.5_995]
Rating: 0.0/5 (0 votes cast)

monitor microsoft cluster

July 26th, 2010 No comments

To find out if your Microsoft cluster did a failover is a boring task to go in the eventviewer or logs. Well I wrote a script that does just that
all it needs is check_nt NC_NET plugin on the server and nagios.
I tested with Windows Server 2008 and 2003 and NC_NET 4.x
Hope its helpfull for everyone.

Read more…

VN:F [1.7.5_995]
Rating: 0.0/5 (0 votes cast)

Upgrade Centreon to 2.1.8

July 12th, 2010 No comments

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)

Read more…

VN:F [1.7.5_995]
Rating: 0.0/5 (0 votes cast)

Monitor FTP erros with nagios

June 25th, 2010 No comments

So How can we know the FTP server is saving all files as it should.
Well I found a way to go directly in the IIS-ftp log files and get the results from there.
They key tool here was logparser, Its very usefull to monitor, if the server is getting error responses or is being attacked by hackers the thresholds should go off.

Read more…

VN:F [1.7.5_995]
Rating: 5.0/5 (1 vote cast)

Monitor IIS erros with nagios

May 21st, 2010 No comments

So How can we know the IIS server is responding to all petitions?
Well I found a way to go directly in the IIS log files and get the results from there. They key was logparser
Its very usefull to monitor, if the site is acting wierd or is being attacked by hackers the thresholds should go off.

Read more…

VN:F [1.7.5_995]
Rating: 0.0/5 (0 votes cast)