< Home - < Back

snmptt


Information about the package, snmptt, which is shipped with common Linux distributions. The snmptt package is designed for, An SNMP trap handler written in Perl.


Package Name:

snmptt

Summary:

An SNMP trap handler written in Perl

Description:

SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perl for use with the Net-SNMP / UCD-SNMP snmptrapd program. It can be used to translate trap output from snmptrapd to more descriptive and human friendly form, supports logging, invoking external programs, and has the ability to accept or reject traps based on a number of parameters.

Architecture:

noarch

Version:

1.4

Release:

0.9.beta2.el6

Size:

129 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for snmptt


Control the snmptt package with the following handy commands outlined below.


Command

Description of Command

yum install snmptt

This command will install snmptt on the server.

yum remove snmptt

This command will un-install snmptt on the server. When you run this command, you will be asked if you are sure that you want to remove snmptt, so you have to manually confirm that you want to do this.

yum -y remove snmptt

This command will un-install snmptt on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove snmptt when using the -y flag.

yum update snmptt

This command will update snmptt to the latest version. When you run this command, you will be asked if you are sure that you want to remove snmptt, so you have to manually confirm that you want to do this.

yum -y update snmptt

This command will update snmptt to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove snmptt when using the -y flag.

yum info snmptt

This command will show you core information about the snmptt package.

yum deplist snmptt

This command will show you the dependencies for snmptt. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update snmptt

This command will check if there is an update waiting on snmptt. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.