Search found 8 matches
- Tue Jul 01, 2014 11:45 am
- Forum: Nagios XI
- Topic: Configuring Nagios Plugins
- Replies: 14
- Views: 3091
Re: Configuring Nagios Plugins
Thank you very much for all of your help.
- Tue Jul 01, 2014 8:14 am
- Forum: Nagios XI
- Topic: Configuring Nagios Plugins
- Replies: 14
- Views: 3091
Re: Configuring Nagios Plugins
Good news :) You were right, it was the machine that wasn't responding. Once I re-configured the proxy, I was able to get what I needed! One more final question, is there a document that describes how to manage Groups within Nagios so I can learn how to group services and hosts properly? Thank you f...
- Mon Jun 30, 2014 1:10 pm
- Forum: Nagios XI
- Topic: Configuring Nagios Plugins
- Replies: 14
- Views: 3091
Re: Configuring Nagios Plugins
We did configure the proxy, which seems pretty straight forward .. I'll double check and let you know. Really appreciate the prompt help 
- Mon Jun 30, 2014 12:37 pm
- Forum: Nagios XI
- Topic: Configuring Nagios Plugins
- Replies: 14
- Views: 3091
Re: Configuring Nagios Plugins
Woops 
Here's what I put:
./check_snmp_BlueCoatSG_usage NagiosXI 10.97.191.11 disk 1 90
Timeout: No Response from 10.97.191.11.
%|'Disk'=
./check_snmp_BlueCoatSG_usage: line 181: [: -ge: unary operator expected
./check_snmp_BlueCoatSG_usage: line 184: [: -lt: unary operator expected
Here's what I put:
./check_snmp_BlueCoatSG_usage NagiosXI 10.97.191.11 disk 1 90
Timeout: No Response from 10.97.191.11.
%|'Disk'=
./check_snmp_BlueCoatSG_usage: line 181: [: -ge: unary operator expected
./check_snmp_BlueCoatSG_usage: line 184: [: -lt: unary operator expected
- Mon Jun 30, 2014 12:01 pm
- Forum: Nagios XI
- Topic: Configuring Nagios Plugins
- Replies: 14
- Views: 3091
Re: Configuring Nagios Plugins
Appreciate that :) Here's what I get: [root@localhost libexec]# ./check_snmp_BlueCoatSG_usage NagiosXI 10.97.191.11 disk warning critical Timeout: No Response from 10.97.191.11. %|'Disk'= ./check_snmp_BlueCoatSG_usage: line 181: [: -ge: unary operator expected ./check_snmp_BlueCoatSG_usage: line 184...
- Mon Jun 30, 2014 11:51 am
- Forum: Nagios XI
- Topic: Configuring Nagios Plugins
- Replies: 14
- Views: 3091
Re: Configuring Nagios Plugins
Thank you, that fixed it 
I'm now getting that the host is not giving a response, so I'll troubleshoot that then proceed to follow the document to add the services.
Thank you.
I'm now getting that the host is not giving a response, so I'll troubleshoot that then proceed to follow the document to add the services.
Thank you.
- Mon Jun 30, 2014 10:13 am
- Forum: Nagios XI
- Topic: Configuring Nagios Plugins
- Replies: 14
- Views: 3091
Re: Configuring Nagios Plugins
Thank you for the quick response 
When I run the test from the command line, i get: ./check_snmp_BlueCoatSG_usage: line 14: /usr/lib/nagios/plugins/utils.sh: No such file or directory
Does this mean the plugin was not installed correctly?
When I run the test from the command line, i get: ./check_snmp_BlueCoatSG_usage: line 14: /usr/lib/nagios/plugins/utils.sh: No such file or directory
Does this mean the plugin was not installed correctly?
- Mon Jun 30, 2014 10:00 am
- Forum: Nagios XI
- Topic: Configuring Nagios Plugins
- Replies: 14
- Views: 3091
Configuring Nagios Plugins
Hi guys, I've looked for documentation on this but having some trouble. I wanted to configure a plugin that I recently downloaded for my Bluecoat proxy: http://exchange.nagios.org/directory/Plugins/Network-Connections%2C-Stats-and-Bandwidth/check_snmp_BlueCoatSG_usage/details Total newb here, so if ...