Search found 27 matches

by kadaw978
Tue Jul 30, 2019 2:51 pm
Forum: Nagios XI
Topic: check_cloudwatch_status plugin
Replies: 2
Views: 517

Re: check_cloudwatch_status plugin

Think I figured it out. I'll confirm tomorrow and thread can be resolved then.

Looks like i just needed a colon after the threshold value. This may be closed.

Thanks
by kadaw978
Tue Jul 30, 2019 12:39 pm
Forum: Nagios XI
Topic: check_cloudwatch_status plugin
Replies: 2
Views: 517

check_cloudwatch_status plugin

Hi, I've been struggling through this for the past few days and unable to come up with a solution. I am trying to set the threshold value to trigger a warning and a critical alert for the following Amazon RDS metrics (freestoragespace and freeablememory). The metric return the value in bytes which i...
by kadaw978
Tue May 22, 2018 11:40 am
Forum: Nagios XI
Topic: Nagios Email Notifcations for Shared Services
Replies: 1
Views: 570

Nagios Email Notifcations for Shared Services

Hi Guys, I have a service for E: drive disk space check. I have multiple hosts under that service check. I use a service template that sends emails alerts to the sys admin team. Is it possible to setup email notifications to send to the sys admin team and another email list based on a specific host ...
by kadaw978
Mon Jul 10, 2017 4:06 pm
Forum: Nagios XI
Topic: File Age Check
Replies: 11
Views: 4035

Re: File Age Check

tgriep wrote:Your welcome. Shall I close and lock the post for you if you do not have anymore questions?
I'm all set. Please close. Thanks again.
by kadaw978
Mon Jul 10, 2017 2:07 pm
Forum: Nagios XI
Topic: File Age Check
Replies: 11
Views: 4035

Re: File Age Check

Thanks for all your help.
by kadaw978
Mon Jul 10, 2017 1:09 pm
Forum: Nagios XI
Topic: File Age Check
Replies: 11
Views: 4035

Re: File Age Check

Nvm, I had to add the full path to the plugin for that command to get it to work. Let me see if the check is what I want. Close to closing this ticket. I'm currently using this command, but it is recursively checking sub folder as well. Can you have a check that only checks a specific directory for ...
by kadaw978
Mon Jul 10, 2017 1:03 pm
Forum: Nagios XI
Topic: File Age Check
Replies: 11
Views: 4035

Re: File Age Check

So, running it from the command line yields expected results. However, when I test this check/command through NagiosXI GUI I get no output and the following error, which doesn't make sense since the plugin does exist. (Return code of 127 is out of bounds - plugin may be missing) ./check_nrpe -H xxx....
by kadaw978
Mon Jul 10, 2017 10:28 am
Forum: Nagios XI
Topic: File Age Check
Replies: 11
Views: 4035

Re: File Age Check

That is strange, it should return something. Can you post what you ran? This is what I ran. No output. Is it possible that my nsclient.ini file configurations is incorrect? COMMAND: check_nrpe -H xxx.xxx.xx.xxx-t 30 -c check_files -a path='E:\Apps\Test\' pattern=*.xml 'filter=written > -5m' 'critic...
by kadaw978
Fri Jul 07, 2017 3:19 pm
Forum: Nagios XI
Topic: File Age Check
Replies: 11
Views: 4035

Re: File Age Check

Try this example and see if it works for you. /usr/local/nagios/libexec/check_nrpe -H xxx.xxx.xxx.xxx -t 30 -c check_files -a path='C:\\Temp\\' pattern=*.* 'filter=written < -5m' 'critical=count>0' top-syntax='${status}: ${problem_count}/${count} files' 'empty-state=ok' I am running a fairly new ve...
by kadaw978
Fri Jul 07, 2017 2:28 pm
Forum: Nagios XI
Topic: File Age Check
Replies: 11
Views: 4035

File Age Check

Hi I'm currently using NagiosXi 5.2.9 and NSCLIENT++ 0.5.0.62. I'm trying to monitor a directory for a certain file type that is older than "X" minutes. The check that I'm currently using is, but it looks like the pattern option is deprecated and ignored. Is there another way for me to mon...