On Tue, 17 May 2005, Stroller wrote: > I've never seen anything like that. According to page 12 of the HOWTO > <http://tinyurl.com/7h8dr> the `cmaidad` agent collects data from > cciss/cpqarray drivers, so surely that hadles everything for me? > `cmaidad` is running, and I believe my SCSI array is of the cciss type.
Looking at the docs, maybe you need an SNMP agent running for the peer agents to send information to? I say this because of this quote: "During installation, the Peer Agents are configured to start automatically when the SNMP agent is running. Linux run-level configuration tools can be used to change Peer Agent configurations. They should be started after the SNMP agent snmpd is started and should be killed after snmpd is killed." This seems to imply that there should be an snmpd-type process running. You could run "netstat -an --udp" and see if anything is listening on UDP port 161. If you dont have that software, maybe the net-snmp package would suffice? > How do I get `snmptrapd` to query this community? Is that the right > thing to do? Sure, you can have it listen (UDP port 162) for SNMP traps - but you will need something to send traps to it since it is passive. -- -- [email protected] mailing list

