bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone
Blob Blame History Raw
#!/bin/bash
# Author: Christoph Galuschka <christoph.galuschka@chello.at>

# Install net-snmp
t_InstallPackage net-snmp

# activate at boot
chkconfig snmpd on
# start daemon with default settings
t_ServiceControl snmpd start