Search found 6 matches
- Tue Sep 10, 2019 12:26 pm
- Forum: Open Source Nagios Projects
- Topic: How to create check for disk space below 10gb
- Replies: 8
- Views: 1802
Re: How to create check for disk space below 10gb
Thank you so much for your help man. What if I want to select a host group in ql for the check to run against and not just a specific ip because im I want to run it against all windows hosts in my env. Do I just take out the -h along with the ip?
- Tue Sep 10, 2019 10:25 am
- Forum: Open Source Nagios Projects
- Topic: How to create check for disk space below 10gb
- Replies: 8
- Views: 1802
Re: How to create check for disk space below 10gb
thanks for the link. Do you know how I could tweak the command to alert when there is <10gb instead of a percentage of space available. ./check_nrpe -H 10.25.11.3 -c check_drivesize -a drive=C: 'warning=free<20%' 'critical=free<10%' show-all 'perf-config=*(unit:G)' detail-syntax='{${drive_or_name} $...
- Tue Sep 10, 2019 9:49 am
- Forum: Open Source Nagios Projects
- Topic: How to create check for disk space below 10gb
- Replies: 8
- Views: 1802
Re: How to create check for disk space below 10gb
thank you for your prompt response. will be monitoring windows servers and using nsclient++
- Tue Sep 10, 2019 9:29 am
- Forum: Open Source Nagios Projects
- Topic: How to create check for disk space below 10gb
- Replies: 8
- Views: 1802
How to create check for disk space below 10gb
Hi, I am trying to create a Nagios check to send an alert for servers with <10gb disk space. ive found articles for disk space checks for Nagios xi but couldn't find anything for core. any help would be much appreciated. thanks
- Wed Mar 20, 2019 2:33 pm
- Forum: Open Source Nagios Projects
- Topic: How to configure nagios to take action
- Replies: 4
- Views: 1976
Re: How to configure nagios to take action
thank you for your prompt responses, it is much appreciated. I am using nsclient++ and have copy pasted the code listed in the XI document you provided and saved it as a batch file under scripts. the next step says to add the restart_service=... line to the ini file. I have attached my ini file and ...
- Wed Mar 20, 2019 11:03 am
- Forum: Open Source Nagios Projects
- Topic: How to configure nagios to take action
- Replies: 4
- Views: 1976
How to configure nagios to take action
Hi, I recently created a Nagios check that checks the event log to see if a specific event has occurred. Upon the occurrence of the event I needed Nagios to perform an iis reset. From what I have read I need to create a script and add it to the scripts folder in the agent on the specific machine and...