Got over excited, should have posted this too, sorry don't want to step on your toes Zman!
Download the RPM to somewhere you can access it (try WinSCP to upload it).
Logon to the terminal, and type in the following:
rpm -ivh net-snmp-5.4.2.1-1.endian15.i386.rpm
You should see a message saying the application has been installed.
Logon to your Endian GUI, and under firewall, system access create a rule like the following:
Then don't forget to start the SNMP service by typing the following on the command line:
. /etc/init.d/snmpd start
Then test your installation locally by typing:
snmpwalk -v1 -cpublic localhost system
You should see output like the following if it's working ok:
SNMPv2-MIB::sysDescr.0 = STRING: Linux proxyaddress.local 2.6.22.19-72.end ian15 #1 SMP Mon Sep 8 11:49:17 EDT 2008 i686
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (98616) 0:16:26.16
SNMPv2-MIB::sysContact.0 = STRING: Root <root@localhost> (configure /etc/snmp/sn mpd.local.conf)
SNMPv2-MIB::sysName.0 = STRING: proxyaddress.local
SNMPv2-MIB::sysLocation.0 = STRING: Unknown (configure /etc/snmp/snmpd.local.con f)
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORID.1 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance
SNMPv2-MIB::sysORID.2 = OID: SNMP-MPD-MIB::snmpMPDCompliance
SNMPv2-MIB::sysORID.3 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance
SNMPv2-MIB::sysORID.4 = OID: SNMPv2-MIB::snmpMIB
SNMPv2-MIB::sysORID.5 = OID: TCP-MIB::tcpMIB
SNMPv2-MIB::sysORID.6 = OID: IP-MIB::ip
SNMPv2-MIB::sysORID.7 = OID: UDP-MIB::udpMIB
SNMPv2-MIB::sysORID.8 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup
SNMPv2-MIB::sysORDescr.1 = STRING: The SNMP Management Architecture MIB.
SNMPv2-MIB::sysORDescr.2 = STRING: The MIB for Message Processing and Dispatchin g.
SNMPv2-MIB::sysORDescr.3 = STRING: The management information definitions for th e SNMP User-based Security Model.
SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for SNMPv2 entities
SNMPv2-MIB::sysORDescr.5 = STRING: The MIB module for managing TCP implementatio ns
SNMPv2-MIB::sysORDescr.6 = STRING: The MIB module for managing IP and ICMP imple mentations
SNMPv2-MIB::sysORDescr.7 = STRING: The MIB module for managing UDP implementatio ns
SNMPv2-MIB::sysORDescr.8 = STRING: View-based Access Control Model for SNMP.
SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.2 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.3 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.4 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.5 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.6 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.7 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.8 = Timeticks: (0) 0:00:00.00
And now you should be able to get SNMP information from Endian to your SNMP server.