# Agent and modules generated by the plugin

The plugin execution will create the following agents and modules:

  
One agent for each Appliance type deviceThe system running the plugin must have connectivity and be able to remotely reach the meraki switches.

- `<module_prefix>status`
- `<module_prefix>perfScore` *(if present)*
- `<module_prefix>Uplink <interfaz>_ifOperStatus` *(one for each interface detected)*
- `<module_prefix>uplink_sent_bytes`
- `<module_prefix>uplink_recv_bytes`

One agent for each Switch type deviceOne for each port

- `<module_prefix>status`
- `<module_prefix>Port <portId>_ifOperStatus` *(one for each port)*
- `<module_prefix>Port <portId>_ifOutOctets` *(one for each port)*
- `<module_prefix>Port <portId>_ifInOctets` *(one for each port)*

One agent for each Wireless device

- `<module_prefix>status`
- `<module_prefix>totalKbps` *(if available)*
- `<module_prefix>sentKbps` *(if available)*
- `<module_prefix>receivedKbps` *(if available)*
- `<module_prefix>clientCount` *(if available)*

An agent with network-level traffic data from Appliance devices.

- `<module_prefix>Traffic appliance <network> total_sent`
- `<module_prefix>Traffic appliance <network> total_recv `
- `<module_prefix>Traffic appliance <network> total_clients `