[Ann] System monitoring for pharo images
Finally I've found some time to release some of my code I've been using the last years. It is a project around system monitoring. It defines system parameters to watch and integrates them with popular tools like munin, monit and nagios/icinga/... As an example the following picture shows the monitoring of the vm memory over a day. System monitoring is basically about monitoring system parameters in order to send alerts when thresholds are exceeded or to plot graphs that enables one to estimate further progression of image behaviour. The code is here http://smalltalkhub.com/#!/~NorbertHartl/Monitoring <http://smalltalkhub.com/#!/~NorbertHartl/Monitoring> and an introduction article (more will follow) to it is here http://norbert.hartl.name/blog/2015/05/16/system-monitoring-for-pharo-images... <http://norbert.hartl.name/blog/2015/05/16/system-monitoring-for-pharo-images...> Feedback is welcomed! Hopy you enjoy it. And bug me if you have questions or something is not working. Norbert
Thanks a lot! Doru On Sun, May 17, 2015 at 1:49 AM, Norbert Hartl <norbert@hartl.name> wrote:
Finally I've found some time to release some of my code I've been using the last years. It is a project around system monitoring. It defines system parameters to watch and integrates them with popular tools like munin, monit and nagios/icinga/... As an example the following picture shows the monitoring of the vm memory over a day.
System monitoring is basically about monitoring system parameters in order to send alerts when thresholds are exceeded or to plot graphs that enables one to estimate further progression of image behaviour.
The code is here
http://smalltalkhub.com/#!/~NorbertHartl/Monitoring
and an introduction article (more will follow) to it is here
http://norbert.hartl.name/blog/2015/05/16/system-monitoring-for-pharo-images...
Feedback is welcomed!
Hopy you enjoy it. And bug me if you have questions or something is not working.
Norbert
-- www.tudorgirba.com "Every thing has its own flow"
Thanks for this!! Phil Le 17 mai 2015 01:49, "Norbert Hartl" <norbert@hartl.name> a écrit :
Finally I've found some time to release some of my code I've been using the last years. It is a project around system monitoring. It defines system parameters to watch and integrates them with popular tools like munin, monit and nagios/icinga/... As an example the following picture shows the monitoring of the vm memory over a day.
System monitoring is basically about monitoring system parameters in order to send alerts when thresholds are exceeded or to plot graphs that enables one to estimate further progression of image behaviour.
The code is here
http://smalltalkhub.com/#!/~NorbertHartl/Monitoring
and an introduction article (more will follow) to it is here
http://norbert.hartl.name/blog/2015/05/16/system-monitoring-for-pharo-images...
Feedback is welcomed!
Hopy you enjoy it. And bug me if you have questions or something is not working.
Norbert
Thanks for sharing. Running a Zinc server in an insightful way to provide data to an external monitoring tool. cheers -ben On Sun, May 17, 2015 at 2:03 PM, phil@highoctane.be <phil@highoctane.be> wrote:
Thanks for this!! Phil Le 17 mai 2015 01:49, "Norbert Hartl" <norbert@hartl.name> a écrit :
Finally I've found some time to release some of my code I've been using the last years. It is a project around system monitoring. It defines system parameters to watch and integrates them with popular tools like munin, monit and nagios/icinga/... As an example the following picture shows the monitoring of the vm memory over a day.
System monitoring is basically about monitoring system parameters in order to send alerts when thresholds are exceeded or to plot graphs that enables one to estimate further progression of image behaviour.
The code is here
http://smalltalkhub.com/#!/~NorbertHartl/Monitoring
and an introduction article (more will follow) to it is here
http://norbert.hartl.name/blog/2015/05/16/system-monitoring-for-pharo-images...
Feedback is welcomed!
Hopy you enjoy it. And bug me if you have questions or something is not working.
Norbert
Indeed, this is ingenious. And yet, so straightforward :) Doru On Sun, May 17, 2015 at 3:51 PM, Ben Coman <btc@openinworld.com> wrote:
Thanks for sharing. Running a Zinc server in an insightful way to provide data to an external monitoring tool.
cheers -ben
On Sun, May 17, 2015 at 2:03 PM, phil@highoctane.be <phil@highoctane.be> wrote:
Thanks for this!! Phil Le 17 mai 2015 01:49, "Norbert Hartl" <norbert@hartl.name> a écrit :
Finally I've found some time to release some of my code I've been using the last years. It is a project around system monitoring. It defines system parameters to watch and integrates them with popular tools like munin, monit and nagios/icinga/... As an example the following picture shows the monitoring of the vm memory over a day.
System monitoring is basically about monitoring system parameters in order to send alerts when thresholds are exceeded or to plot graphs that enables one to estimate further progression of image behaviour.
The code is here
http://smalltalkhub.com/#!/~NorbertHartl/Monitoring
and an introduction article (more will follow) to it is here
http://norbert.hartl.name/blog/2015/05/16/system-monitoring-for-pharo-images...
Feedback is welcomed!
Hopy you enjoy it. And bug me if you have questions or something is not working.
Norbert
-- www.tudorgirba.com "Every thing has its own flow"
participants (4)
-
Ben Coman -
Norbert Hartl -
phil@highoctane.be -
Tudor Girba