Member since
08-17-2015
9
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4288 | 02-01-2016 07:33 AM |
02-17-2017
04:13 PM
We are using this in our environment. It works fine. If we would like to get the host name in the alert next what should we add to the snmptrap command ? You have the alerthost in this sample command snmptrap -v 2c-c public localhost '' APACHE-AMBARI-MIB::apacheAmbariAlert alertDefinitionName s "definitionName" alertDefinitionHash s "definitionHash" alertName s "name" alertText s "text" alertState i 0 alertHost s "host" alertService s "service" alertComponent s "component" Like this what will be the command for snmp_mib_script.sh - to include the alertHost ? /usr/bin/snmptrap -v 2c -c $COMMUNITY $HOST '' APACHE-AMBARI-MIB::apacheAmbariAlert alertDefinitionName s "$1" alertName s "$2" alertText s "$5" alertState i $STATE alertService s "$3"
... View more
02-01-2016
07:33 AM
Hi Michalis, Thanks for your advice. I have Migrated from Packages to Parcels, Installed 5.4.2 & then upgraded it to 5.5.1 successfully. the following are the links i have followed: http://www.cloudera.com/documentation/enterprise/latest/topics/cm_ig_migrating_packages_to_parcels.html http://www.cloudera.com/documentation/enterprise/latest/topics/install_upgrade_to_cdh55_parcels.html Thanks a Million
... View more