Search found 20 matches

by happy
Mon Mar 25, 2013 3:19 pm
Forum: Open Source Nagios Projects
Topic: check free disk space
Replies: 12
Views: 12286

Re: check free disk space

The syntax worked! (there was a typo in the check_command)

Many Thanks!
by happy
Thu Mar 21, 2013 5:48 pm
Forum: Open Source Nagios Projects
Topic: check free disk space
Replies: 12
Views: 12286

Re: check free disk space

Hi gshergill and Slansing Thank you for all your help. I was able to get the required results and configured it as required. I currently have: define command { command_name CheckDriveSize command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c $ARG1$ -a ShowAll MinWarnFree=$ARG2$ MinCritFree=5G Dr...
by happy
Fri Mar 15, 2013 4:11 pm
Forum: Open Source Nagios Projects
Topic: check free disk space
Replies: 12
Views: 12286

Re: check free disk space

Hi Slansing The changes you recommended has not fixed the issue. After making the changes when I run pre flight test I get the error: Error: Service check command 'check_nrpe' specified in service 'C:\ Drive Space' for host '<myhostname>' not defined anywhere! If I commend out the service_descriptio...
by happy
Thu Mar 07, 2013 2:40 pm
Forum: Open Source Nagios Projects
Topic: check free disk space
Replies: 12
Views: 12286

Re: check free disk space

Hi Thank you for replying and pointing me to the correct direction. I was able to made necessary changes to the config file and now I am able to run the following command from terminal and get the expected output. ./check_nrpe -H <my host ip address> -p 5666 -c CheckDriveSize -a ShowAll MinWarnFree=...
by happy
Wed Mar 06, 2013 7:06 pm
Forum: Open Source Nagios Projects
Topic: check free disk space
Replies: 12
Views: 12286

Re: check free disk space

Hi scottwilkerson Thank you for taking time to reply - apologies that it took me a while to work on this. When I run the command you provided from the terminal I get the following: # ./check_nrpe -H <xxx.xxx.xxx.xxx> -p 5666 -c CheckDriveSize -a ShowAll MinWarnFree=10% MinCritFree=5% Drive=c: Except...
by happy
Fri Jan 25, 2013 5:16 pm
Forum: Open Source Nagios Projects
Topic: check free disk space
Replies: 12
Views: 12286

check free disk space

Hi I am using Nagios command (check_nt!USEDDISKSPACE!-l f -w 90 -c 95) to send alert if used space is over 90% / 95%). I am now looking into setting up alerts if free disk space is lower than say 5GB. I believe Nagios core is not able to do it but a script or plug-in could be used to do that. I wond...
by happy
Mon Jan 07, 2013 2:42 pm
Forum: Open Source Nagios Projects
Topic: nagios check time exclusions
Replies: 3
Views: 1529

Re: nagios check time exclusions

Great! Thanks .... I will play with it.
by happy
Fri Jan 04, 2013 6:54 pm
Forum: Open Source Nagios Projects
Topic: nagios check time exclusions
Replies: 3
Views: 1529

nagios check time exclusions

Hi I have a Windows host that runs some tasks every day between say 3:00AM and 4:00AM causing high CPU usage. I get alerts for it every night. I have tweaked a bit to avoid getting these specific alerts. However, I am now wondering if there is a way to do time exclusions for services. So say, I can ...
by happy
Thu Dec 20, 2012 11:39 am
Forum: Open Source Nagios Projects
Topic: Error: Service check command 'check_http -H ...'
Replies: 3
Views: 3423

Re: Error: Service check command 'check_http -H ...'

Great job! I had simply copy pasted it from an online post and missed adding an exclamation :)

Many Thanks for taking time to respond!
by happy
Wed Dec 19, 2012 2:03 pm
Forum: Open Source Nagios Projects
Topic: Error: Service check command 'check_http -H ...'
Replies: 3
Views: 3423

Error: Service check command 'check_http -H ...'

Hi I am trying to monitor website performance through Nagios by doing the following: in windows.cfg file I have the host already defined (the same host is checking for disk space, etc) In the same file I have added a service to monitor a website define service{ use generic-service host_name myhostna...