Skip to content

Commit 8955b99

Browse files
author
Javier Alejandro Ruiz
committed
Update to version 0.98a
1 parent c02bc97 commit 8955b99

File tree

392 files changed

+32492
-9626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

392 files changed

+32492
-9626
lines changed

CHANGES

+85-36
Large diffs are not rendered by default.

INSTALL.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Notice
2+
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
3+
4+
----
15
### Prerequisites
26

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

1318
### Step 2.
1419
Inside the html/plugins directory, change the ownership of the Weathermap directory by typing `chown -R librenms:librenms Weathermap/`
1520
Make the configs directory writeable `chmod 775 /opt/librenms/html/plugins/Weathermap/configs`
1621
Note if you are using SELinux you need to input the following command `chcon -R -t httpd_cache_t Weathermap/`
22+
#### (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/` )
1723

1824
### Step 3.
1925
Enable the cron process by editing your current LibreNMS cron file (typically /etc/cron.d/librenms) and add the following:

LICENSE

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
The MIT License
2+
3+
Copyright 2005-2020 Howard Jones and contributors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
6+
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
7+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
8+
persons to whom the Software is furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11+
12+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
13+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
14+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
15+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
This is modified version of PHP Network Weathermap (orginal README is below)
1+
# Weathermap
2+
3+
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
4+
5+
----
6+
7+
This is modified version of PHP Network Weathermap (original README is below)
28

39
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.
410

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

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

1622

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

3339
Some of the icons used in the editor, and also supplied in the images/ folder are
34-
from the excellent Fam Fam Fam Silk icon collection by Mark James:
35-
http://www.famfamfam.com/lab/icons/silk/
40+
from the excellent Fam Fam Fam Silk icon collection by Mark James:
41+
http://www.famfamfam.com/lab/icons/silk/
3642
These are released under the Creative Commons Attribution 2.5 License
37-
http://creativecommons.org/licenses/by/2.5/
43+
http://creativecommons.org/licenses/by/2.5/

0 commit comments

Comments
 (0)