Changeset 4046 in genesis


Ignore:
Timestamp:
Mar 13, 2005, 11:44:40 PM (20 years ago)
Author:
rick
Message:

Fixed snmpd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/wleiden.pl

    r4024 r4046  
    946946# specific to this node.
    947947#
    948 mibs +LIGHT80211-MIB
     948#
     949#MIBS is not availible, commented by Rick van der Zwet
     950#mibs +LIGHT80211-MIB
    949951EOM
    950952
     
    972974# Also listen to tcp
    973975agentaddress 161,tcp:161
    974 
     976EOM
     977
     978foreach my $if (keys %config) {
     979  if( $IP{$if} =~ /([0-9\.]+).*/ ) {
     980$snmpd.=<<EOM;
     981agentaddress $1
     982EOM
     983  };
     984};
     985
     986$snmpd.=<<EOM;
    975987
    976988# end of file
Note: See TracChangeset for help on using the changeset viewer.