Results 1 to 6 of 6
Hey guys,
Im running ubuntu on one of my machines and I was wondering if anyone could guide to to constructing (or using a template) shell script where I get ...
- 02-07-2011 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 20
shell script - System stats
Hey guys,
Im running ubuntu on one of my machines and I was wondering if anyone could guide to to constructing (or using a template) shell script where I get an email sent to me from the machine(server) giving me EITHER of the following :
1) General stats of the machine such as CPU load, CPU temp, hard drive space etc..
OR
2) Warning notification only sent to me via email when CPU load , temp , disk space etc.. is at critical level.
Thank you again for your great feedback on my previous posts!
- 02-07-2011 #2
I would suggest to not reinvent the wheel.
There are dozens of monitoring/alerting tools out there.
Munin - Trac is quite simple
Nagios - The Industry Standard in IT Infrastructure Monitoring well known and supported
I use xymon : green : Xymon - Status @ Mon Feb 07 12:49:51 2011
For example, munin looks like this
Munin :: ping.uio.no :: rossum.ping.uio.noLast edited by Irithori; 02-07-2011 at 11:24 AM.
You must always face the curtain with a bow.
- 02-07-2011 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 20
Thanks for a response, I will check them out then. Am i right to assume that I can receive email notification on either of these suggested tools? I am proud to say I DONT own an iphone by choice so would prefer to receive email notifications as well?
- 02-07-2011 #4
Well, monitoring and alerting are two slightly different topics.
I know for sure, that nagios and xymon can send alert emails.
It´s been a few years, since I last looked at munin, but I *think* it can alert also.You must always face the curtain with a bow.
- 02-08-2011 #5
Xymon is easy to get started with, and is very configurable for sending alerts. Nagios, not at all easy to get started with, but also very configurable for alerts.
- 02-08-2011 #6Just Joined!
- Join Date
- Mar 2010
- Location
- Texas
- Posts
- 9
OpenNMS is yet another monitoring/alert system.
dubdubdub.opennms.org/
For a comparison of OpenNMS vs Nagios, you might want to look at dubdubdub.rootdev.com/tech/opennms-vs-nagios
(if this site didn't have an inane (you must have at least 15 posts in order to have a URL, these links would have been clickable).
Nagios is more widely used - but if this means anything to you, we ditched a perfectly working Nagios system in favor of OpenNMS.


Reply With Quote