Displaying 3 results from an estimated 3 matches for "rwcommunity".
Did you mean:
rocommunity
2008 Jul 02
12
Module interaction and dependencies in Puppet (SNMP in particular)
...rwcommunities.length > 0 %> <%% Only parse if we have ips %>
# Read/write communities
<% rwcommunities.each do |community, ip| %>
<% if ip.is_array %> <%% One community, many IPs %>
<% ip.each do |embip| %>
rwcommunity <%= community %> <%= embip %>
<% end %>
<% else %> <%% One community, one IP %>
rwcommunity <%= community %> <%= ip %>
<% end %>
<% end %>
<% end %>
(I have no clue if that'...
2007 Oct 19
2
SNMP and MIB
Hello
We have Dell servers and need to monitor them through SNMP.
but need to install or insert Dell MIBs to our Centos.
is copying MIBs are enough ?
has any one is using Dell OpenManage on Centos ?
Thanks
2005 Apr 07
0
[OT] snmp not reporting traffic values for a network interface
...Debian
to produce graphs for some ethernet interfaces. It seems it''s not
reporting correct values for them. Here''s my snmpd.conf (very simple)
and the output from the poller program:
#snmpd.conf
rwuser edu auth
rouser jffnms auth .1.3.6.1.4.1.8072
rocommunity public localhost
rwcommunity private localhost
pass .1.3.6.1.4.1.2021.5001 /usr/bin/php -q
/home/jffnms/jffnms-0.8.1/docs/utils/jffnms-snmp/jffnms-snmp.php tc
.1.3.6.1.4.1.2021.5001
pass .1.3.6.1.4.1.2021.5002 /usr/bin/php -q
/home/jffnms/jffnms-0.8.1/docs/utils/jffnms-snmp/jffnms-snmp.php
iptables .1.3.6.1.4.1.2021.5002
#
A...