Blame tests/p_net-snmp/0-install_snmpd.sh
|
Christoph Galuschka |
619e64 |
#!/bin/bash
|
|
Christoph Galuschka |
dae1aa |
# Author: Christoph Galuschka <christoph.galuschka@chello.at>
|
|
Christoph Galuschka |
619e64 |
|
|
Christoph Galuschka |
619e64 |
# Install net-snmp
|
|
Christoph Galuschka |
619e64 |
t_InstallPackage net-snmp
|
|
Christoph Galuschka |
619e64 |
|
|
Christoph Galuschka |
619e64 |
# start daemon with default settings
|
|
Christoph Galuschka |
619e64 |
t_ServiceControl snmpd start
|
|
Christoph Galuschka |
619e64 |
|