Search found 40 matches

by aajewole
Thu Aug 31, 2017 2:55 pm
Forum: Open Source Nagios Projects
Topic: Monitor Task Scheduler task
Replies: 2
Views: 1259

Monitor Task Scheduler task

Any way to have nagios monitor a task, if it fails, restart or email?
by aajewole
Mon May 22, 2017 7:59 am
Forum: Open Source Nagios Projects
Topic: Microsoft Failover Cluster
Replies: 1
Views: 727

Microsoft Failover Cluster

We run Microsoft fail-over cluster to host our file servers. We have multiple server nodes and each roles are running on specific nodes. Anyway to monitor if a role is not on the default node that we configure?

For example in picture, if role 1 start running on 643 as owner node.
by aajewole
Fri Apr 14, 2017 7:58 am
Forum: Open Source Nagios Projects
Topic: Monitor Exchange
Replies: 21
Views: 7684

Re: Monitor Exchange

Thanks for the reply. The \n change didnt fix it. I however rename the .bin to .txt and came up with this. ***** Nagios ***** Notification Type: PROBLEM Service: Check Exchange Queues Host: CWWAPP Address: CWWAPP State: CRITICAL Date/Time: Thu Apr 13 09:25:57 EDT 2017 Additional Info: CRITICAL: CWWA...
by aajewole
Wed Apr 12, 2017 5:52 pm
Forum: Open Source Nagios Projects
Topic: Monitor Exchange
Replies: 21
Views: 7684

Re: Monitor Exchange

No its not. If I use the code straight out of the plugin site, The warning/critical gets mixed up, if I fix that by swapping them in the code, the notification do not come through right. Also, when it goes red "critical" on the nagios page, notifications are not sent instantly or even gene...
by aajewole
Wed Apr 12, 2017 5:50 pm
Forum: Open Source Nagios Projects
Topic: Monitor Exchange
Replies: 21
Views: 7684

Re: Monitor Exchange

Generating a custom notification with no alert from the web portal still dont come up right. These didnt even run the script I think
by aajewole
Wed Apr 12, 2017 5:07 pm
Forum: Open Source Nagios Projects
Topic: Monitor Exchange
Replies: 21
Views: 7684

Re: Monitor Exchange

I made changes to the powershell because it wasnt working. Even with critical number set to low, it still shows up as warning every time. Swapping critical for warning fixed the problem
by aajewole
Tue Apr 11, 2017 10:03 pm
Forum: Open Source Nagios Projects
Topic: Monitor Exchange
Replies: 21
Views: 7684

Re: Monitor Exchange

Here is the powershell script nagios is running locally on the server. param($server="",$critical="",$warning="") #$server = "" #$critical = "" #$warning = "" #Check if the param are set if($server -eq "" -or $critical -eq "&...
by aajewole
Tue Apr 11, 2017 9:58 pm
Forum: Open Source Nagios Projects
Topic: Monitor Exchange
Replies: 21
Views: 7684

Re: Monitor Exchange

Please see attached. Also, when doing recovery, everything comes up fine in email and text. Just during warning/critical that shows nothing in the body and attachment of bin while no text message show up on the phone, even though nagios notification log shows it sent to both.
by aajewole
Tue Apr 11, 2017 11:01 am
Forum: Open Source Nagios Projects
Topic: Monitor Exchange
Replies: 21
Views: 7684

Re: Monitor Exchange

Finally got it to work like I wanted but the alert is different from others. Because my boss wanted it to alert few people, I have the following setup, define service{ use generic-service hostgroup_name ds-exchangequeue service_description Check Exchange Queues check_command check_nrpe_exchangequeue...
by aajewole
Tue Apr 11, 2017 9:00 am
Forum: Open Source Nagios Projects
Topic: Monitor Exchange
Replies: 21
Views: 7684

Re: Monitor Exchange

It is only showing warning, why wont the critical work. Please help /usr/local/nagios/libexec/check_nrpe -H cwwapp -t 60 -c alias_check_queue -a cwwapp 2 1 WARNING: CWWAPP1017\Shadow\3 = 30, CWWAPP1017\Shadow\3 = 30 [/settings/external scripts/wrapped scripts] alias_check_queue =NagiosMonitoring_Exc...