Difference between revisions of "Monitoring /proc/user beancounters via vzwatchd"
(no need for first header, signature) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category: Monitoring]] | [[Category: Monitoring]] | ||
− | + | '''vzwatchd''' monitors the ''/proc/user_beancounters'' file for changes and sends mail notifications. | |
− | |||
− | vzwatchd monitors the ''/proc/user_beancounters'' file for changes and sends mail notifications. | ||
[http://search.cpan.org/dist/App-OpenVZ-BCWatch/scripts/vzwatchd vzwatchd] is the daemon associated with the [http://search.cpan.org/dist/App-OpenVZ-BCWatch/lib/App/OpenVZ/BCWatch.pm App::OpenVZ::BCWatch] perl module, | [http://search.cpan.org/dist/App-OpenVZ-BCWatch/scripts/vzwatchd vzwatchd] is the daemon associated with the [http://search.cpan.org/dist/App-OpenVZ-BCWatch/lib/App/OpenVZ/BCWatch.pm App::OpenVZ::BCWatch] perl module, | ||
Line 23: | Line 21: | ||
[http://search.cpan.org/dist/App-OpenVZ-BCWatch/ CPAN project page] | [http://search.cpan.org/dist/App-OpenVZ-BCWatch/ CPAN project page] | ||
− | |||
− |
Latest revision as of 15:31, 17 November 2008
vzwatchd monitors the /proc/user_beancounters file for changes and sends mail notifications.
vzwatchd is the daemon associated with the App::OpenVZ::BCWatch perl module, which is the successor of monbean.pl and thus marks it as obsoleted and deprecated.
See the module's CPAN page (link below) for further information.
Installing[edit]
Invoke the CPAN shell with
$ sudo cpan -i App::OpenVZ::BCWatch
to install the module and follow the instructions.
Once done, consult the docs of App::OpenVZ::BCWatch.