Search found 6498 matches

by rkennedy
Mon Apr 03, 2017 10:18 pm
Forum: Open Source Nagios Projects
Topic: check_winfile filter option
Replies: 5
Views: 3425

Re: check_winfile filter option

If you decide to skip the plugin and use NSClient++ see this page for reference - http://sites.box293.com/nagios/guides/c ... es-folders
by rkennedy
Mon Apr 03, 2017 10:17 pm
Forum: Open Source Nagios Projects
Topic: Check Citrix Netscaler Servicegroups
Replies: 5
Views: 4159

Re: Check Citrix Netscaler Servicegroups

Are you referencing a nagios servicegroup, or is it a servicegroup within netscaler?
by rkennedy
Mon Apr 03, 2017 10:16 pm
Forum: Open Source Nagios Projects
Topic: Install Check_HTTP_Content
Replies: 25
Views: 14205

Re: Install Check_HTTP_Content

It has no other dependencies than PERL itself and some libraries (Getopt::Std and LWP::UserAgent, latter with optional SSL support). Running this on my vanilla Nagios Core 4 machine produces this error: [root@core4 tmp]# ./check_http_content Can't locate LWP/UserAgent.pm in @INC (@INC contains: /ro...
by rkennedy
Mon Apr 03, 2017 10:14 pm
Forum: Open Source Nagios Projects
Topic: NRPE on Amazon Linux
Replies: 49
Views: 29285

Re: NRPE on Amazon Linux

What user are you running all of these commands as? With NRPE barking about it running already I tend to believe it. If you're using a regular account with non-root privs this could be affecting it.

I'd consult whomever manages your linux systems to see if they can track it down.
by rkennedy
Mon Apr 03, 2017 10:12 pm
Forum: Open Source Nagios Projects
Topic: NRPE: Command 'mysql_processlist' not defined
Replies: 7
Views: 3408

Re: NRPE: Command 'mysql_processlist' not defined

What is the output of netstat -anp | grep 5666 ? # 'mysql_processlist’ command definition define command{ command_name mysql_processlist command_line $USER1$/mysql_processlist -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ } This is wrong. The service definition is fine, but i'm not sure how you're planning o...
by rkennedy
Mon Apr 03, 2017 10:07 pm
Forum: Nagios XI
Topic: Fileshare monitoring
Replies: 15
Views: 3744

Re: Fileshare monitoring

Does your share require an authentication at all? May need to pass those parameters.
by rkennedy
Wed Mar 22, 2017 4:42 pm
Forum: Nagios XI
Topic: NagiosXI 5.4.3 - CPU,Memory and uptime on Nagios XI
Replies: 6
Views: 1630

Re: NagiosXI 5.4.3 - CPU,Memory and uptime on Nagios XI

Hi , 1. for CPU, there is only dropdown menu for the check_command How can we execute your suggested below command ? please guide as it is having two commands together. ? check_nrpe!check_load!-a '-w 15,10,5 -c 30,20,10' In the dropdown box, we can SELECT only one command... so how to execute above...
by rkennedy
Wed Mar 22, 2017 4:40 pm
Forum: Nagios XI
Topic: Panzura Monitoring in Nagios
Replies: 3
Views: 1055

Re: Panzura Monitoring in Nagios

If you can find applicable OID's to monitor the SNMP walk wizard will be your friend.
by rkennedy
Wed Mar 22, 2017 4:31 pm
Forum: Nagios XI
Topic: How do I change the SNMP community string on a host
Replies: 6
Views: 3697

Re: How do I change the SNMP community string on a host

To build off of what @avandemore mentioned, templates are a really good way to control things on a large scale. (in conjunction with host groups) If you're just looking at a dynamic way to control only the community string, take a look at how your checks are setup. You may be able to use a $USER#$ m...
by rkennedy
Wed Mar 22, 2017 4:29 pm
Forum: Nagios XI
Topic: custom Nagios plugin to interact with Vision MSM REST API
Replies: 3
Views: 1254

Re: custom Nagios plugin to interact with Vision MSM REST AP

So please send how the API's should be interacted with our products and nagios (/ custom Nagios plugin to interact with Vision MSM REST API) This is more a question for whomever is developing the work flow for your API. For information on what XI can do, see the 'Help' menu from the XI menu. If you...