|
|
| Author |
Message |
Stiletto
Joined: 13 Sep 2003 Posts: 12
|
Posted: Sat Sep 13, 2003 5:18 pm Post subject: FreeBSD SNMP |
|
|
Hello, I have implemented Cacti successfully on FreeBSD but I cannot get the interfaces to show up to poll against. Does anyone have a good snmpd.conf sample? I am using net-snmp 5.09 on the box. Any body running Cacti on FreeBSD? I saw a couple posts about some IPFW scripts but have never seen any posted.
Thanks for your help!
Stiletto |
|
| Back to top |
|
 |
raX Lead Developer
Joined: 13 Oct 2001 Posts: 2234 Location: Carlisle, PA
|
Posted: Sun Sep 14, 2003 5:46 pm Post subject: |
|
|
If you want a snmpd.conf file, this one is about as simple as you can get:
| Code: | # contact
syslocation Something
syscontact "root@someone.com"
# auth
rocommunity public
# disk monitoring
disk /
disk /boot |
-Ian |
|
| Back to top |
|
 |
|