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
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
07-11-2012, 07:43 PM
Egbert
Monitor servers
Op 11-7-2012 21:23, L.M.J schreef:
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 ?
Have a look at MUNIN:
http://www.debuntu.org/how-to-monitoring-a-server-with-munin
or MONIT: http://mmonit.com/
Egbert Jan, NL
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
07-11-2012, 07:46 PM
Andreas Olsson
Monitor servers
On Wed, 2012-07-11 at 21:23 +0200, L.M.J wrote:
> 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...
Why discard the option of using Nagios, or similar? How about just
running the Nagios daemon, configure notifications the way you want it,
and skip runnings its web gui?
// Andreas
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
07-11-2012, 08:02 PM
Alex Muntada
Monitor servers
> Why discard the option of using Nagios, or similar? How about just
> running the Nagios daemon, configure notifications the way you want it,
> and skip runnings its web gui?
If running the nagios daemon is not acceptable, one can use nagios
plugins like check_load and check_disk via cron. But first i'd give monit
a chance...
--
Alex Muntada <alexm@alexm.org>
http://alexm.org/
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
07-11-2012, 08:05 PM
Darren Worrall
Monitor servers
On 11 July 2012 20:23, L.M.J <linuxmasterjedi@free.fr> 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
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
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
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
07-12-2012, 05:16 AM
"L.M.J"
Monitor servers
Le Wed, 11 Jul 2012 21:43:47 +0200,
Egbert <egbert@vandenbussche.nl> a écrit :
> Have a look at MUNIN:
> http://www.debuntu.org/how-to-monitoring-a-server-with-munin
> or MONIT: http://mmonit.com/
I've seen monit. It provides a web interface which I don't need but why not.
I've found also "Mon".
Since those servers are standalone, in complete autonomy without a lot of
resources at all, I'm looking for a simple but reliable monitoring tool.
Thks
--
LMJ
"May the source be with you my young padawan"
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
07-12-2012, 05:19 AM
"L.M.J"
Monitor servers
Le Wed, 11 Jul 2012 21:23:43 +0200,
"L.M.J" <linuxmasterjedi@free.fr> a écrit :
> So, I don't want
> Zabbix / Cacti / Nagios / XYmon / ZenOSS / Bijk...
> I could code it by myself, but I want something more reliable...
>
> Any ideas ?
Thanks for your answers guys but I've received most of them directly, you have
sent to my email adress instead of ubuntu-server@lists.ubuntu.com, someone may
be interested by your answer too !
Thx !
--
LMJ
"May the source be with you my young padawan"
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
07-12-2012, 11:04 AM
"L.M.J"
Monitor servers
Le 11/07/2012 22:05, Darren Worrall a écrit*:
On 11 July 2012 20:23, L.M.J <linuxmasterjedi@free.fr> 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.
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.
I'm testing it. I've disabled rrd writes but I have errors in the
syslogs : Filter subsystem: Built-in target `write': Dispatching value
to all write plugins failed with status 2 (ENOENT). Most likely this
means you didn't load any write plugins.
By chance, do you know how to fix this issue?
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
07-12-2012, 11:16 AM
Darren Worrall
Monitor servers
On 12 July 2012 12:04, L.M.J <linuxmasterjedi@free.fr> wrote:
> Le 11/07/2012 22:05, Darren Worrall a écrit :
>
>> On 11 July 2012 20:23, L.M.J <linuxmasterjedi@free.fr> 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.
>
>
>> 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.
>
>
> I'm testing it. I've disabled rrd writes but I have errors in the syslogs :
> Filter subsystem: Built-in target `write': Dispatching value to all write
> plugins failed with status 2 (ENOENT). Most likely this means you didn't
> load any write plugins.
>
> By chance, do you know how to fix this issue?
>
>
> --
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
Huh, never realised that it _needed_ a write plugin. Bit hacky but the
network communication is all UDP, so you could setup a network writer
to localhost which should hopefully keep it quiet.
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
07-13-2012, 05:42 AM
Eliezer Croitoru
Monitor servers
On 7/11/2012 10:23 PM, L.M.J 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 ?
you can do something else..
dont install nagios but use nagios plugins and nrpe.
you can also use snmp and a simple cronjobs on one centralized machine
that will check all the others every 510 minutes and will send the
results in a case of "warringcritical" state.
it's a piece pf cake to put it all together.
Best Regards,
Eliezr
--
Eliezer Croitoru
https://www1.ngtech.co.il
IT consulting for Nonprofit organizations
eliezer <at> ngtech.co.il
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam