Skip to content

Commit

Permalink
Update to version 0.98a
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Alejandro Ruiz committed Aug 4, 2021
1 parent c02bc97 commit 8955b99
Show file tree
Hide file tree
Showing 392 changed files with 32,492 additions and 9,626 deletions.
121 changes: 85 additions & 36 deletions CHANGES

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Notice
This is a modification of the PHP Network Weathermap plugin for libreNMS, the idea is to migrate to version 0.98a of the original Network Weathermap

----
### Prerequisites

Network-WeatherMap requires php pear to work.
Expand All @@ -8,12 +12,14 @@ Network-WeatherMap requires php pear to work.
Extract to your LibreNMS plugins directory `/opt/librenms/html/plugins` so you should see something like `/opt/librenms/html/plugins/Weathermap/`
The best way to do this is via git. Go to your install directory and then `/opt/librenms/html/plugins`
Enter:
#### Original repository
`git clone https://github.com/librenms-plugins/Weathermap.git`

### Step 2.
Inside the html/plugins directory, change the ownership of the Weathermap directory by typing `chown -R librenms:librenms Weathermap/`
Make the configs directory writeable `chmod 775 /opt/librenms/html/plugins/Weathermap/configs`
Note if you are using SELinux you need to input the following command `chcon -R -t httpd_cache_t Weathermap/`
#### (Note: In order to make the config writable for set ownership of the config directory to `chown -R www-data:www-data /opt/librenms/html/plugins/Weathermap/configs/` )

### Step 3.
Enable the cron process by editing your current LibreNMS cron file (typically /etc/cron.d/librenms) and add the following:
Expand Down
15 changes: 15 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
The MIT License

Copyright 2005-2020 Howard Jones and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
This is modified version of PHP Network Weathermap (orginal README is below)
# Weathermap

This is a modification of the PHP Network Weathermap plugin for libreNMS, the migrations corresponds to version 0.98a of the original Network Weathermap, see: https://github.com/howardjones/network-weathermap/tree/0.98-php7

----

This is modified version of PHP Network Weathermap (original README is below)

The modified version starts at version 0.1 by Neil Lathwood ([email protected]) for use as a plugin for LibreNMS and currently includes basic support for picking out nodes and links from your LibreNMS install. See INSTALL for details.

Expand All @@ -11,7 +17,7 @@ See CHANGES for the most recent updates, listed by version.
See COPYING for the license under which php-weathermap is released.

There is much more information, tutorials and updates available at:
http://www.network-weathermap.com/
http://www.network-weathermap.com/


----
Expand All @@ -31,7 +37,7 @@ jquery-latest.min.js is the jQuery javascript library - written by John Resig an
http://docs.jquery.com/Licensing

Some of the icons used in the editor, and also supplied in the images/ folder are
from the excellent Fam Fam Fam Silk icon collection by Mark James:
http://www.famfamfam.com/lab/icons/silk/
from the excellent Fam Fam Fam Silk icon collection by Mark James:
http://www.famfamfam.com/lab/icons/silk/
These are released under the Creative Commons Attribution 2.5 License
http://creativecommons.org/licenses/by/2.5/
http://creativecommons.org/licenses/by/2.5/
Loading

0 comments on commit 8955b99

Please sign in to comment.