|
1 | 1 | Watchdog - Server monitoring and data-collection daemon |
2 | 2 | ========================================================== |
3 | 3 |
|
4 | | -We want... |
5 | | ----------- |
| 4 | +Watchdog has been renamed to "Monitoring" as there was already a project |
| 5 | +with the same name on PyPI. |
6 | 6 |
|
7 | | -* to be notified when incidents happen (email, XMPP, ZeroMQ...) |
8 | | -* automatic actions to be taken (restart, rm, git pull...) |
9 | | -* to collect system statistics for further processing e.g. graphs |
10 | | -* tie into existing/third-party Python code |
11 | | -* play along nicely with existing deployment/configuration ecosystem |
12 | | - (fabric/cuisine) |
| 7 | +You can checkout Monitoring's github repository here |
13 | 8 |
|
14 | | -Overview |
15 | | --------- |
| 9 | + http://github.com/sebastien/monitoring |
16 | 10 |
|
17 | | -* monitoring DSL: declarative programming to define monitoring |
18 | | - strategy |
19 | | -* wide spectrum: from data collection and incident reporting to taking |
20 | | - automatic actions |
21 | | -* Small, easy to read, a single file API |
22 | | -* Revised BSD License |
23 | | -* written in Python |
| 11 | +Or install it from PyPI |
24 | 12 |
|
25 | | -Use Cases |
26 | | ---------- |
| 13 | + easy_install monitoring |
27 | 14 |
|
28 | | -* ensure service availability: test and start/stop when problems |
29 | | -* collect system statistics/data, log locally and/or remotely |
30 | | -* alert on system/service health, take actions |
31 | | - |
32 | | -Installation |
33 | | ------------- |
34 | | - |
35 | | -``` |
36 | | -python setup.py install |
37 | | -``` |
38 | | -or |
39 | | - |
40 | | -``` |
41 | | -easy_install watchdog |
42 | | -``` |
43 | | - |
44 | | -More? |
45 | | ------ |
46 | | - |
47 | | -Read the `presentation on Watchdog <http://ur1.ca/45ku5>`_ (previously named |
48 | | -Watchdog). |
| 15 | +The `presentation on Watchdog <http://ur1.ca/45ku5>`_ is still valid for |
| 16 | +Monitoring, except that the module is nom `monitoring`. |
0 commit comments