Difference between revisions of "Monitoring openvz resources using beanmonitor"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(Page created, added most important information and a link to the project page. Hope this helps anyone.)
 
m (extra vertical space removed)
Line 1: Line 1:
 
[[Category: Monitoring]]
 
[[Category: Monitoring]]
 
  
 
== What's beanmonitor? ==
 
== What's beanmonitor? ==
  
 
Beanmonitor is a software specifically developed to monitor the /proc/user_beancounters file for an increase in failcount. It provides an easily configurable way of notifying administrators both on a per-vps and system-wide basis. Additionally, beanmonitor is released under the MIT License enabling you to use it in about any way imaginable.
 
Beanmonitor is a software specifically developed to monitor the /proc/user_beancounters file for an increase in failcount. It provides an easily configurable way of notifying administrators both on a per-vps and system-wide basis. Additionally, beanmonitor is released under the MIT License enabling you to use it in about any way imaginable.
 
  
 
== Features ==
 
== Features ==
Line 13: Line 11:
 
* Highly configurable via command line interface to configuration file
 
* Highly configurable via command line interface to configuration file
 
* Single executable script, binary for x86, single file for all systems with ruby preinstalled
 
* Single executable script, binary for x86, single file for all systems with ruby preinstalled
 
  
 
== Further information ==
 
== Further information ==
  
 
You can find project details and complete instructions on how to set beanmonitor up on the project page found in the external links section of this page.  
 
You can find project details and complete instructions on how to set beanmonitor up on the project page found in the external links section of this page.  
 
  
 
== External links ==
 
== External links ==
 
* [http://beanmonitor.googlecode.com Project page]
 
* [http://beanmonitor.googlecode.com Project page]

Revision as of 17:50, 3 January 2008


What's beanmonitor?

Beanmonitor is a software specifically developed to monitor the /proc/user_beancounters file for an increase in failcount. It provides an easily configurable way of notifying administrators both on a per-vps and system-wide basis. Additionally, beanmonitor is released under the MIT License enabling you to use it in about any way imaginable.

Features

  • Check for beancounters with a change in fail count on a per-call basis when running beanmonitor
  • Notify administrators on a per-vps or system-wide basis whenever a change in fail counts happens
  • Highly configurable via command line interface to configuration file
  • Single executable script, binary for x86, single file for all systems with ruby preinstalled

Further information

You can find project details and complete instructions on how to set beanmonitor up on the project page found in the external links section of this page.

External links