Search found 12 matches
- Tue Oct 20, 2015 10:38 am
- Forum: Open Source Nagios Projects
- Topic: PNP4Nagios Timesamp
- Replies: 1
- Views: 1145
PNP4Nagios Timesamp
I have PNP4Nagios setup to monitor and create graphs of some services in my environment. I have also created a script to download the performance data to a file for reporting and analysis purposes. like: curl http://nagiosadmin:password@ipaddress/pnp4nagios/xport/csv\?host=host1\&srv=Temperature...
- Fri Oct 16, 2015 6:02 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Graphs and Historical Reporting
- Replies: 10
- Views: 5766
Re: Nagios Graphs and Historical Reporting
Silly me. I just needed to escape the '?' character.
as you said, it just works!
you can mark this as solved if you want. many thanks for the support
as you said, it just works!
you can mark this as solved if you want. many thanks for the support
- Fri Oct 16, 2015 5:57 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Graphs and Historical Reporting
- Replies: 10
- Views: 5766
Re: Nagios Graphs and Historical Reporting
using the following URL at a browser gets the correct output http://x.x.x.x/pnp4nagios/xport/csv?host=large_freezer&srv=Temperature&start=-1hour however using curl at the command line to download the content gets me an error root@nagios:/usr/local/nagios/etc# curl http://nagiosadmin:password...
- Thu Oct 15, 2015 12:04 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Graphs and Historical Reporting
- Replies: 10
- Views: 5766
Re: Nagios Graphs and Historical Reporting
Just an update so this could be useful for anyone else PNP4Nagios worked quite nice for what I'm looking for. I now have temperature alerts and performance graphs for the Websensor EM08. Sync mode with pnp4nagios 0.6.25 is apparently not supported with nagios core 4.1.1 (yet). but bulk mode worked p...
- Mon Oct 12, 2015 1:56 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Graphs and Historical Reporting
- Replies: 10
- Views: 5766
Re: Nagios Graphs and Historical Reporting
Many thanks. I'll give it a go
Any install/setup guides you recommend?
Any install/setup guides you recommend?
- Sat Oct 10, 2015 11:25 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Graphs and Historical Reporting
- Replies: 10
- Views: 5766
Re: Nagios Graphs and Historical Reporting
many thanks for the quick reply. a reporting example would be: send a report containing the temperature of the freezer for last week, or last month. preferably a graph of the monitored temperature would be perfect, but I can live with a report of only temperatures and the time it was collected. some...
- Fri Oct 09, 2015 7:42 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Graphs and Historical Reporting
- Replies: 10
- Views: 5766
Nagios Graphs and Historical Reporting
I'm using Nagios Core to monitor temperature of a walk-in freezer using Websesor EM08, which comes with its own Nagios plugin. Now Nagios Core covers my realtime monitoring and alerting just fine. However, I have the following requirements and I'm wondering what is the most suitable extension to use...
- Fri Jul 26, 2013 6:16 am
- Forum: Open Source Nagios Projects
- Topic: Installing Nagios Documentation Locally
- Replies: 1
- Views: 813
Installing Nagios Documentation Locally
when installing nagios from the ubuntu repository, I can access the documentation from the web interface directly (offline). However when I install from source, the "Documentation" link in the web interface directs me to the online doc site. Is there a way I can install the docs locally fo...
- Sat Jan 26, 2013 3:33 pm
- Forum: Open Source Nagios Projects
- Topic: Missing all plugins from lebexec folder
- Replies: 2
- Views: 1220
Re: Missing all plugins from lebexec folder
nevermind. found the problem.
needed to install libssl-dev first.
needed to install libssl-dev first.
- Sat Jan 26, 2013 11:21 am
- Forum: Open Source Nagios Projects
- Topic: Missing all plugins from lebexec folder
- Replies: 2
- Views: 1220
Missing all plugins from lebexec folder
I'm trying to install nagios on an ubuntu server 12.04. I've followed the install guide from te=he website, nad nagios is installed fine. But building and installing the plugins fail for some reason. I can now start nagios but 'localhost' and its services have CRITICAL status with "Return code ...