Search found 5 matches

by helpcodemonkey
Wed Jun 04, 2014 2:31 am
Forum: Open Source Nagios Projects
Topic: Retrieving nagios status and historical data
Replies: 1
Views: 1608

Retrieving nagios status and historical data

hi, im enquiring about retrieving nagios status and historical data. I have read about two methods: NDOUtils & Mk-LiveStatus. I understand NDOUtils write Nagios data to MySQL database. So retrieving of few months old of data is pretty straight forward. But can that be done for MK LiveStatus? On ...
by helpcodemonkey
Thu Jan 09, 2014 3:39 am
Forum: Open Source Nagios Projects
Topic: multiple threshold for nagios plugin for check_load
Replies: 2
Views: 3192

multiple threshold for nagios plugin for check_load

hi, i studying nagios plugin configuration and i see one of the line as this: check_load -w 20,15,10 -c 30,25,20 i understand -w is to check warning threshold and -c for critical threshold. what i am not sure is the comma separated values. what does it mean for -w 20,15,10? and likewise for -c 30,25...
by helpcodemonkey
Tue Apr 02, 2013 11:14 pm
Forum: Open Source Nagios Projects
Topic: nagios api
Replies: 1
Views: 800

nagios api

hi, im looking for a nagios api which get statusmap info, host info, event log and etc.
i was looking at nagira but would like to get some reviews from this community first.
by helpcodemonkey
Wed Mar 13, 2013 4:40 am
Forum: Open Source Nagios Projects
Topic: server monitoring using nagios with java web ui
Replies: 1
Views: 702

server monitoring using nagios with java web ui

hi,

im planning to use nagios core and extend the web UI with java. how can i do that?? this is because we have previously extend nagios UI by creating and modifying the cgi pages. this has make upgrading tedious. what shall i do??