Skip to content

Commit 5b6fdd0

Browse files
committed
Notification for project rename
1 parent cf5c09e commit 5b6fdd0

13 files changed

+8
-2057
lines changed

Contrib/watchdog_upstart.conf

Lines changed: 0 additions & 21 deletions
This file was deleted.

Examples/example-service-isrunning.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

Examples/example-service-monitoring.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

Examples/example-system-health.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 163 deletions
This file was deleted.

README.rst

Lines changed: 8 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,16 @@
11
Watchdog - Server monitoring and data-collection daemon
22
==========================================================
33

4-
We want...
5-
----------
4+
Watchdog has been renamed to "Monitoring" as there was already a project
5+
with the same name on PyPI.
66

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
138

14-
Overview
15-
--------
9+
http://github.com/sebastien/monitoring
1610

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
2412

25-
Use Cases
26-
---------
13+
easy_install monitoring
2714

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`.

Scripts/watchdog

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)