Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faust64/webmrtg
MRTG & PHP-Weathermap web frontend
https://github.com/faust64/webmrtg
mrtg php-weathermap weathermap
Last synced: 8 days ago
JSON representation
MRTG & PHP-Weathermap web frontend
- Host: GitHub
- URL: https://github.com/faust64/webmrtg
- Owner: faust64
- License: bsd-2-clause
- Created: 2016-11-27T14:02:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T23:07:29.000Z (almost 8 years ago)
- Last Synced: 2024-11-06T23:43:07.730Z (about 2 months ago)
- Topics: mrtg, php-weathermap, weathermap
- Language: Perl
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
webMRTG - a JavaScript based MRTG frontend, inspired by Munin
=============================================================Content
-------
- `generic.htp` go pretty much everywhere. Use with `cfgmaker` (`--host-template=path/to/generic.htp`), to gather metrics from non-network related OIDs
- `css/`, `js/` and `index.html` goes to the serverroot of your webMRTG vhost
- `scripts/cgi14all.cgi` goes to your webserver `cgi-bin/` directory (the user running your webserver shall be able to execute it)
- `scripts/update` goes into any of your $PATH directories, shall be executed by a crontab (eg: `*/5 * * * * /usr/local/sbin/mrtg_update >/dev/null 2>&1`)
- `scripts/register_sw` goes into any of your $PATH directories, could be used to register device
- `scripts/mrtgarchive` goes into any of your $PATH directories, could be used to keep copies of MRTG graphs
- `scripts/wmaparchive` goes into any of your $PATH directories, could be used to keep copies of weathermap
- `wmap/adm.intra.unetresgrossebite.com` is a sample `weathermap.conf`, which goes into the root folder of your weathermap virtualhost
- `mrtg/adm.intra.unetresgrossebite.com` is a sample `js/config.js`Installation Instructions
-------------------------For detailed installation instructions, check out [my MRTG puppet module](https://gitlab.unetresgrossebite.com/DevOps/puppet/tree/master/modules/mrtg/)