![]() |
OS Statistics Help | ![]() |
---|---|---|
Karma provides limited ability to monitor operating system level
statistics similar to the way it allows monitoring of the alert.log.
The karmaOSd script also checks via "uptime" the load average
and percent idle. As with the alert.log info, this data populates
a table which karma then monitors for changes. Checkout the
karmagentd for more information on configuring that end of things.
Beyond that, configure os monitoring like you would any other facility in Karma. Here's an example: os:1:5:10 In this example we're checking every minute. This is not a cpu or database intensive task, so checking every minute should be fine. We're flagging a WARNING if the load average goes above 5 and an ALERT if it goes above 10. This will need to be configured more liberally for a machine with more processors.
|