May 11, 2018
How To Set SNMP Forwarding on EMC Centera
Introduction Recently had the task of enabling SNMP to send alerts to a Solarwinds monitoring server. This was done to enable monitoring to the in-house solution since Solarwinds itself does not support EMC Centera at the current SRM 6.6 release. In this post we will configure the service to send to the server, set a community string and set heartbeat alerts. Version 4.2.2 Open Centera Viewer and... read more
Nov 19, 2014
Windows Server 2012 R2 SNMP Tools install
Recently ran into an issue on Windows Server 2012 R2 systems and came across some systems that had SNMP installed but the Security, Agent, and Traps tabs were missing. This is due to the facet that Microsoft has deprecated SNMP in Server 2012. (http://technet.microsoft.com/en-us/library/hh831568.aspx) NOTE: This is in addition to the SNMP Services feature. If you haven’t already installed the SNMP... read more
Oct 1, 2011
Configure SNMP for RHEL 6
SNMP is a very powerful and useful tool to add to your Linux system. It is great for sending alerts to different monitoring systems like Nagios and many other great products. But first it needs to be installed and configured before you can put this under rated tool to work. Install SNMP using yum, you will need net-snmp-utils, net-snmp, net-snmp-libs. $ sudo yum install –y net-snmp-utils net-snmp... read more