https://github.com/polyvertex/pmon
A small monitoring system for Linux written in Perl
https://github.com/polyvertex/pmon
Last synced: about 1 year ago
JSON representation
A small monitoring system for Linux written in Perl
- Host: GitHub
- URL: https://github.com/polyvertex/pmon
- Owner: polyvertex
- License: other
- Created: 2015-01-19T14:42:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T14:47:26.000Z (over 11 years ago)
- Last Synced: 2025-02-09T20:41:23.598Z (over 1 year ago)
- Language: Perl
- Size: 871 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
PMon
A small monitoring system for Linux written in Perl.
The client script (agent), installed on every machines to monitor, is
periodically launched as a cron job to send some statistics to the remote
service about the cpu, memory, storage, etc...
These statistics are then stored by the service (a daemon) in a SQL database
(any backend will do) and used to build graphics that can be published through a
dynamically created website.
Tested on Debian only.
The client script is highly inspired from OVH's RTM client script (ovh.com).
Jean-Charles Lefebvre
http://www.jcl.io