Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Plotly4Nagios
v1.0
2021-04-20
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
r_vignesh88
MIT
4696
File | Description |
---|---|
plotly4nagios_v1.0.tar.gz | v1.0 |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Refer the below installation URL for latest updates:
----------------------------------------------------------------------
1. https://blog.vikki.in/plotly4nagios-graph-plugin-for-nagios-monitoring/
Features:
-------------
Easy integration with nagios notes_url.
Single page view for all performance metrics.
Easy template change using configuration variable.
Docker container based deploy and run.
Prerequisite:
----------------
pnp4nagios
Installation:
-----------------
1. Download plotly4nagios.tar.gz and extract it under /usr/local/plotly4nagios
2. Modify the config.json variables according to the environment
3. Copy the plotly4nagios/plotly4nagios.conf to /etc/http/conf.d/ folder and restart httpd
4. Add Nagios service config with notes_url.
notes_url /plotly4nagios/plotly4nagios.html?host=$HOSTNAME$&srv=$SERVICEDESC$
5. Restart httpd and nagios.
Installation with docker(alternate approach):
-------------------------------------------------------------
1. Build the docker image using the below command
git clone https://github.com/vignesh88/plotly4nagios.git
cd plotly4nagios
docker build -t plotly4nagios .
2. Run the docker container using the below command
docker run -it --name plotly4nagios -p 80:80 plotly4nagios
3. Alternatively direct pull and run from docker hub.
docker run -d -p 80:80 --name plotly4nagios vignesh88/plotly4nagios
Open from the browser and view the application at http://localhost/nagios
----------------------------------------------------------------------
1. https://blog.vikki.in/plotly4nagios-graph-plugin-for-nagios-monitoring/
Features:
-------------
Easy integration with nagios notes_url.
Single page view for all performance metrics.
Easy template change using configuration variable.
Docker container based deploy and run.
Prerequisite:
----------------
pnp4nagios
Installation:
-----------------
1. Download plotly4nagios.tar.gz and extract it under /usr/local/plotly4nagios
2. Modify the config.json variables according to the environment
3. Copy the plotly4nagios/plotly4nagios.conf to /etc/http/conf.d/ folder and restart httpd
4. Add Nagios service config with notes_url.
notes_url /plotly4nagios/plotly4nagios.html?host=$HOSTNAME$&srv=$SERVICEDESC$
5. Restart httpd and nagios.
Installation with docker(alternate approach):
-------------------------------------------------------------
1. Build the docker image using the below command
git clone https://github.com/vignesh88/plotly4nagios.git
cd plotly4nagios
docker build -t plotly4nagios .
2. Run the docker container using the below command
docker run -it --name plotly4nagios -p 80:80 plotly4nagios
3. Alternatively direct pull and run from docker hub.
docker run -d -p 80:80 --name plotly4nagios vignesh88/plotly4nagios
Open from the browser and view the application at http://localhost/nagios
Reviews (0)
Be the first to review this listing!