Gentoo Archives: gentoo-user

From: kashani <kashani-list@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Which network monitoring?
Date: Mon, 04 Apr 2011 03:25:05
Message-Id: 4D9939B3.3000401@badapple.net
In Reply to: [gentoo-user] Which network monitoring? by Pandu Poluan
1 On 4/3/2011 7:10 PM, Pandu Poluan wrote:
2 > Hello users!
3 >
4 > I am transitioning my infrastructure back-ends from Windows to Gentoo
5 > Linux. The next server to be transitioned is our infrastructure
6 > monitoring server.
7 >
8 > Currently, we're using WebWatchBot. Its abilities that we use are:
9 > - Monitoring Internet connection up/down (we have 4 Internet connections)
10 > - Monitoring website (which we host on a 3rd party webhosting) by
11 > searching for a keyword using HTTP
12 > - Monitoring free space on other servers (mostly Windows-based, thuse
13 > we use WMI)
14 > - Monitoring services on Windows-based servers (again, WMI)
15 > - Sending alerts to selected groups (PICs) when failure exceeds a
16 > threshold (e.g., Systems group will receive alerts for their database
17 > servers, Infrastructure group will receive all alerts)
18 >
19 > Can you recommend a suitable monitoring system for Gentoo?
20
21 Nagios still works well for me. And it'll do some wmi stuff, IIRC. I've
22 been using a combination of Mysql backed Puppet with stored resources
23 for system management. Then push Nagios configs to the Nagios server via
24 tags in Puppet. Still working to get it right, but it's about there.
25 Next step is to get collectd working with Nagios as well.
26
27 kashani