Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Plotly4Nagios

Rating
0 votes
Favoured:
1
Current Version
v1.0
Last Release Date
2021-04-20
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Twitter Handle
r_vignesh88
License
MIT
Hits
4696
Files:
FileDescription
plotly4nagios_v1.0.tar.gzv1.0
Nagios CSP

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!
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.
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