I have a network SNMP monitoring box. Now I am trying to add a network mapping part to it. I followed these directions http://blog.best-practice.se/2014/07/using-php-weathermap-with-observium.html
Could not get the orignal git clone of map from this link git clone https://github.com/laf/Weathermap-for-Observium.git weathermap, but I did find another map on another git hub, so I used this one: https://github.com/nicolasvion/weathermap-for-observium instead.
I ran into an issue with step 4, I have a file named 'weathermap' but no directory. The chown commands ran without hiccup.
4. Make sure the directory configs/ is writable by your webserver, one way is to change to owner of the directory to the webserver-user: (in Ubuntu the webserver user is usually called www-data) cd weathermap/ chown www-data:www-data configs/
No issues with step 5 commands.
However step 6 yields a 404. I am browsing to https://ip.address/weathermap/editor.php
My Observium box is a VM I got from Turnkey Linux.
[link] [comments]