Nagios Greenplum suport

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Ravina
Posts: 7
Joined: Wed Feb 08, 2017 4:06 am

Nagios Greenplum suport

Post 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 '.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios Greenplum suport

Post 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.
Former Nagios Employee
Ravina
Posts: 7
Joined: Wed Feb 08, 2017 4:06 am

Re: Nagios Greenplum suport

Post by Ravina »

snmpwalk is not installed
-bash: snmpwalk: command not found
eltrasimaco
Posts: 75
Joined: Thu Aug 02, 2012 7:15 am

Re: Nagios Greenplum suport

Post 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
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Nagios Greenplum suport

Post 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.
Ravina
Posts: 7
Joined: Wed Feb 08, 2017 4:06 am

Re: Nagios Greenplum suport

Post 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.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Nagios Greenplum suport

Post 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.
Locked