monitoring icon indicating copy to clipboard operation
monitoring copied to clipboard

Server monitoring and data-collection daemon

Results 13 monitoring issues
Sort by recently updated
recently updated
newest added

> "Read the presentation on Monitoring (previously named Watchdog)." I would love to do that, but the link is broken.

Set action to self._shutdown only if the current action is SIG_DFL.

This issue is related to #27, and aims at identifying the requirements for a monitor's state to be accessed and manipulated by another program (which could be written in Python...

(env) : monitoring Traceback (most recent call last): File "/Users/john/.virtualenvs/env/bin/monitoring", line 2, in import sys, monitoring File "/Users/john/.virtualenvs/env/lib/python2.7/site-packages/monitoring.py", line 1637, in System.CPUStats() File "/Users/john/.virtualenvs/env/lib/python2.7/site-packages/monitoring.py", line 471, in CPUStats time_list =...

This is kind of ridiculous when it doesn't do anything different than `logging`

During a failure condition, what is Watchdog's stance on failure to remedy. Lets say I have an Incident attached to a service. It trips the threshold, and for some reason...

Hi, I need something like : ``` python HTTP( GET="http://localhost:8000/", freq=Time.ms(500), contain="foobar" ) ``` to test if the web page contain "foobar" string. I'll try to implement it as soon...

Would be nice to have a check to see whether or not all SSH keys on the server are legit: - compare to a list of well-known good keys e.g....

We should come up with a watchdog rule that tests whether or not certain netfilter rules are in place - use `iptables` to gather current state - maybe be smart...