On 11 July 2012 20:23, L.M.J <[email protected]> wrote: > Hi, > > I'm looking for a solution to monitor cpu/disk usage on several servers and > it send me an email if there is an alert level reached. > BUT I'm looking for a autonomous solution, I don't want a centralized web > page interface who display status of all servers. I just need a program who > monitor the server processes and send alert by email. So, I don't want > Zabbix / Cacti / Nagios / XYmon / ZenOSS / Bijk... > I could code it by myself, but I want something more reliable... > > I trough I could use webminstats plugin for Webmin, but I don't like Webmin > so much... > > Any ideas ? > > -- > LMJ > "May the source be with you my young padawan" > > -- > ubuntu-server mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-server > More info: https://wiki.ubuntu.com/ServerTeam
CollectD? http://collectd.org/ http://collectd.org/wiki/index.php/Notifications_and_thresholds http://collectd.org/wiki/index.php/Plugin:Notify_Email Wont even write to rrd's if you dont want it to, just alert you when something goes over a threshold. Very light, modular, flexible. -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
