Agents and modules generated by the plugin
Running the plugin with the monitoring of all types of device abilities will create the following agents:
- One agent for each appliance type device , will be created in the specified groups, and will contain the IP.
| < prefix >< switch name > |
With the following modules
| < module prefix >status | Device status, 1 if online, 0 otherwise. |
| < module prefix >perfScore | Indicates how busy the device is. |
And one for each interface :
| < module prefix >< interface name > | Interface status. |
- One agent for each switch type device, will be created in the specified groups, and will contain the IP.
| < prefix >< switch name > |
With the following modules
| < prefix module >status | Device status, 1 if online, 0 otherwise. |
And the following for each port:
| < port ID >_ifOperStatus | 1 if enabled, 0 if not enabled |
| < port ID >.ifInOctets | Total traffic sent in kb |
| < port ID >.T_ifOutOctets | Total traffic received in kb |
- An agent for each wireless device , will be created in the specified groups, and will contain the IP
| < prefix >< name switch > |
With the following modules
| < module prefix >status | Device status, 1 if online, 0 otherwise. |
| < module prefix >totalKbps | Kb of total last day usage |
| < module prefix >sentKbps | Kb of usage on the last day sent |
| < module prefix >receivedKbps | Kb of usage on the last day received |
| < module prefix >clientCount | Total customer connections |