[vlma-devel] commit: A watchdog for VLC. (Adrien Grand )
git version control
git at videolan.org
Mon Oct 20 22:09:24 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Mon Oct 20 22:08:28 2008 +0200| [ea38f37e87cb10b63c0599ff0870b755c3330466] | committer: Adrien Grand
A watchdog for VLC.
In addition to the monitoring of VLC, this script can answer VLMa requests:
CPU load, incoming traffic, etc. so that it is no more necessary to install
a SNMP server.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=ea38f37e87cb10b63c0599ff0870b755c3330466
---
vlma-core/pom.xml | 5 +
.../java/org/videolan/vlma/VLMaServiceImpl.java | 15 +-
.../main/java/org/videolan/vlma/messages/Data.java | 296 ++++++++++++++++++++
.../org/videolan/vlma/retriever/DataRetriever.java | 11 +-
.../vlma/retriever/DataRetrieverDispatcher.java | 69 +++++
.../videolan/vlma/retriever/HttpDataRetriever.java | 82 ++++++
.../videolan/vlma/retriever/SnmpDataRetriever.java | 16 +-
vlma-core/src/main/resources/data.proto | 10 +
vlma-daemon/src/main/resources/config.properties | 2 +
vlma-daemon/src/main/resources/daemon.xml | 12 +-
vlma-watchdog/src/data_pb2.py | 67 +++++
vlma-watchdog/src/vlc.py | 224 +++++++++++++++
12 files changed, 799 insertions(+), 10 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlma.git/?a=commitdiff;h=ea38f37e87cb10b63c0599ff0870b755c3330466
More information about the vlma-devel
mailing list