System information

DONE
SENDMAIL
Perl based sendmail for better mail control.
DONE
Enhanced SNMPv2c
Add support for the HC MIBS, in fact test and see if HC mibs are supported in all SNMPv2c devices.
mibdump.pl and generating the new OID files, see the FAQ,
change
SNMP_MIB::loadmib($argue{mibdir}, "IF-MIB-V1SMI.my");
for
SNMP_MIB::loadmib($argue{mibdir}, "IF-MIB.txt");
subroutine runInterface
line 548
if ( $NMIS::systemTable{snmpVer} eq "SNMPv2" ) {
# do the SNMP stuffy to get the standard stats
( $ifStats{ifDescr},
$ifStats{ifOperStatus},
$ifStats{ifAdminStatus},
$ifStats{ifInOctets},
$ifStats{ifOutOctets}
) = $session->snmpget(
'ifDescr'.".$interfaceTable{$interface}{ifIndex}",
'ifOperStatus'.".$interfaceTable{$interface}{ifIndex}",
'ifAdminStatus'.".$interfaceTable{$interface}{ifIndex}",
'ifHCInOctets'.".$interfaceTable{$interface}{ifIndex}",
'ifHCOutOctets'.".$interfaceTable{$interface}{ifIndex}"
);
}
else {
# do the SNMP stuffy to get the standard stats
( $ifStats{ifDescr},
$ifStats{ifOperStatus},
$ifStats{ifAdminStatus},
$ifStats{ifInOctets},
$ifStats{ifOutOctets}
) = $session->snmpget(
'ifDescr'.".$interfaceTable{$interface}{ifIndex}",
'ifOperStatus'.".$interfaceTable{$interface}{ifIndex}",
'ifAdminStatus'.".$interfaceTable{$interface}{ifIndex}",
'ifInOctets'.".$interfaceTable{$interface}{ifIndex}",
'ifOutOctets'.".$interfaceTable{$interface}{ifIndex}"
);
}
DONE
CSS Changes
CSS is now case sensitive, ie normal is not Normal! Have to change CSS to suit. Problem with IE6.0
NMIS - Network Management Information System http://www.sins.com.au/nmis/
32 of 43 15/04/2002 3:59 PM