Page 1 of 1

Nagios Greenplum suport

Posted: Fri Feb 17, 2017 3:29 am
by Ravina
Hi,
I'm trying to monitor greenplum dca .
Installed the plug-in check_snmp_dca but getting the below error.Please help
./check_snmp_dca.pl -H Hostname -o 'Battery' -n 'Master' -i 1
ERROR: No response from remote host 'Hostname '.

Re: Nagios Greenplum suport

Posted: Fri Feb 17, 2017 1:26 pm
by rkennedy
Can you run a snmpwalk against the machine, and post the full output?

I have not seen this plugin before, so it's hard to say what the problem is.

Re: Nagios Greenplum suport

Posted: Tue Feb 21, 2017 11:44 pm
by Ravina
snmpwalk is not installed
-bash: snmpwalk: command not found

Re: Nagios Greenplum suport

Posted: Wed Feb 22, 2017 2:53 am
by eltrasimaco
I guess you've got redhat or centos, right?
first, lookup what package provides it:

Code: Select all

 yum whatprovides '*bin/snmpwalk'
net-snmp-utils
second, install the package:

Code: Select all

sudo yum install net-snmp-utils

Re: Nagios Greenplum suport

Posted: Wed Feb 22, 2017 10:36 am
by dwhitfield
eltrasimaco wrote:I guess you've got redhat or centos, right?
Possibly not with Core. On Debian it's sudo apt install snmp or depending on what version sudo apt-get install snmp.

Since we're asking...what version of Core are you using? Was it compiled from source or installed from distro repos? On what OS/version is nagios running? cat /etc/*-release may be of use.

Re: Nagios Greenplum suport

Posted: Wed Feb 22, 2017 10:59 pm
by Ravina
I'm not able to install snmp.Repo is not installed properly i guess.

[root@VM-H11469 ~]# yum whatprovides '*bin/snmpwalk'
Loaded plugins: langpacks, product-id, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use su bscription-manager to register.
mongodb-org-3.4 | 2.4 kB 00:00
file:///repo/repodata/repomd.xml: [Errno 14] curl#37 - "Couldn't open file /repo /repodata/repomd.xml"
Trying other mirror.

Re: Nagios Greenplum suport

Posted: Thu Feb 23, 2017 10:33 am
by dwhitfield
Ravina wrote: This system is not registered to Red Hat Subscription Management.
Yes, at this point, this is a Red Hat issue.

Is this server offline? If so, you can set up a local repo.