Same problem here.
At the same time rrd-tool serves local installation of munin without any problem.
nagiosgraph / nagios / system logs show no additional errors, even when set to debug level.
Kindly assist, additional data is available on request (not sure what to provide in advance).
Search found 5 matches
- Mon Feb 04, 2013 4:32 am
- Forum: Open Source Nagios Projects
- Topic: Problems with nagiosgraph
- Replies: 2
- Views: 2490
- Thu Jan 10, 2013 7:45 am
- Forum: Open Source Nagios Projects
- Topic: Writing a custom sensor - how to mark feedback as error
- Replies: 3
- Views: 1773
Re: Writing a custom sensor - how to mark feedback as error
Thank you, i paired up exit codes and text feedback. One more thing to watch out for is that code+text has to be in one line.
*Solved*
*Solved*
- Wed Jan 09, 2013 5:31 am
- Forum: Open Source Nagios Projects
- Topic: Writing a custom sensor - how to mark feedback as error
- Replies: 3
- Views: 1773
Writing a custom sensor - how to mark feedback as error
Hi all, i'm writing a custom sensor , it does a curl query and reports feedback as result. There are two possible feedbacks, one is similar to "{:status 0, :desc "Alive: 29741}" and it means service is ok, and reports it's PID, other is similar to "{:status 0, :desc "Started...
- Tue Jan 08, 2013 8:39 am
- Forum: Open Source Nagios Projects
- Topic: Fetching data from a isolated remote server
- Replies: 1
- Views: 827
Re: Fetching data from a isolated remote server
Solved by using NRPE. Thanks.
- Tue Jan 08, 2013 3:51 am
- Forum: Open Source Nagios Projects
- Topic: Fetching data from a isolated remote server
- Replies: 1
- Views: 827
Fetching data from a isolated remote server
Hi all, we have ServerA( Debian) that serves as Nagios host, and ServerB( CentOS) that should report to ServerA. ServerB has a working installation of NRPE that reports standard sensor feedback to ServerA. ServerB should report results from a custom sensor that does a curl query to localhost ( curl ...