#Triple D Consulting #Network Attached Device Diagnostic System #README File Agent Name: Network Interface Connection Report Agent Version: Version 1.0 Agent Author: Daryl Quenet Agent Date: 2003-May-21 Agent Purpose: Agent detects whether a network card is running at a specific connection type. Certain network cards are known for switching from full duplex to half duplex. Agent Installation Instructions: Place agent in the agents directory within the $BCNUHOME directory. Add into $BCNUHOME/etc/agents parameters specified below. Agent Operating Dependancies: Linux Agent Security Dependancies: None Agent Application Dependancies: awk & mii-tool, sed Tested by: N/A Date Tested: N/A Agent Syntax: Uses standard BCNU cron scheduler. Agent call example: agent:NICR:::::$p1=$p2: agent:NICR:0-24:30:1:enabled:eth0=100baseTx-FD eth1=100baseTx-FD: Parameters: $p1 is ethernet interface, $p2 is the correct connection type. Check the mii-tool man page for a list of connection types. Error condtions: Connection type is other then specified value in agent configuration file. Expected response: BCNU sends a warning. Actual response: Warn conditions: None. Expected response: None. Actual response: None. Successful conditions: network card(s) are running at specified parameters. Expected response: Reports Ok! Features To Add: -None