Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Plotly4Nagios is a nagios plugin to display the performance data in Graph. It uses the RRD database provided by pnp4nagios and visualize it in interactive graph format using plotly javascript framework.
Current Version
v1.0
Last Release Date
2021-04-20
Owner
vignesh
Website
https://blog.vikki.in/plotly4nagios-graph-plugin-for-nagios-monitoring/
Download URL
https://github.com/vignesh88/plotly4nagios
License
MIT
Compatible With
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
You must be logged in to submit a review.
To:
From: