├── README.md ├── recommended_scripts ├── README.md ├── application_health_monitor │ ├── README.md │ └── application_health_monitor.py ├── arp_requests_monitor │ ├── README.md │ └── arp_requests_monitor.py ├── broadcast_storm_monitor │ ├── README.md │ └── broadcast_storm_monitor.py ├── client_services_health │ ├── README.md │ └── client_services_health.py ├── configuration_change_email │ ├── README.md │ └── configuration_change_email.py ├── configuration_change_service_now │ ├── README.md │ └── configuration_change_service_now.py ├── configuration_change_tftp │ ├── README.md │ └── configuration_change_tftp.py ├── configuration_change_topdesk │ ├── README.md │ └── configuration_change_topdesk.py ├── connectivity_monitor │ ├── README.md │ └── connectivity_monitor.py ├── copp │ ├── README.md │ └── copp.py ├── daemon_resource_monitor │ ├── README.md │ └── daemon_resource_monitor.py ├── evpn_vxlan_health │ ├── README.md │ └── evpn_vxlan_health.py ├── fans_speed_transition_monitor │ ├── README.md │ └── fans_speed_transition_monitor.1.0.py ├── hardware_device_health_monitor │ ├── README.md │ └── hardware_device_health_monitor.py ├── ipsla │ ├── README.md │ └── ipsla.py ├── lag_health_monitor │ ├── README.md │ └── lag_health_monitor.2.0.py ├── mac_count_monitor │ ├── README.md │ └── mac_count_monitor.py ├── neighbors_count_monitor │ ├── README.md │ └── neighbors_count_monitor.1.1.py ├── neighbors_decrease_rate_monitor │ ├── README.md │ └── neighbors_decrease_rate_monitor.py ├── power_supply_monitors │ ├── README.md │ └── power_supply_monitors.2.1.py ├── route_count_monitor │ ├── README.md │ └── route_count_monitor.1.1.py ├── routes_decrease_rate_monitor │ ├── README.md │ └── routes_decrease_rate_monitor.py ├── routing_health_monitor │ ├── README.md │ └── routing_health_monitor.py ├── software_device_health_monitor │ ├── README.md │ └── software_device_health_monitor.py ├── tcam_resource_utilization_monitor │ ├── README.md │ └── tcam_resource_utilization_monitor.py ├── vsf_health_monitor │ ├── README.md │ └── vsf_health_monitor.py └── vsx_health_monitor │ ├── README.md │ └── vsx_health_monitor.py └── tools ├── metadata.json └── metadata_generator.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/README.md -------------------------------------------------------------------------------- /recommended_scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/README.md -------------------------------------------------------------------------------- /recommended_scripts/application_health_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/application_health_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/application_health_monitor/application_health_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/application_health_monitor/application_health_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/arp_requests_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/arp_requests_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/arp_requests_monitor/arp_requests_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/arp_requests_monitor/arp_requests_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/broadcast_storm_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/broadcast_storm_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/broadcast_storm_monitor/broadcast_storm_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/broadcast_storm_monitor/broadcast_storm_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/client_services_health/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/client_services_health/README.md -------------------------------------------------------------------------------- /recommended_scripts/client_services_health/client_services_health.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/client_services_health/client_services_health.py -------------------------------------------------------------------------------- /recommended_scripts/configuration_change_email/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/configuration_change_email/README.md -------------------------------------------------------------------------------- /recommended_scripts/configuration_change_email/configuration_change_email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/configuration_change_email/configuration_change_email.py -------------------------------------------------------------------------------- /recommended_scripts/configuration_change_service_now/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/configuration_change_service_now/README.md -------------------------------------------------------------------------------- /recommended_scripts/configuration_change_service_now/configuration_change_service_now.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/configuration_change_service_now/configuration_change_service_now.py -------------------------------------------------------------------------------- /recommended_scripts/configuration_change_tftp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/configuration_change_tftp/README.md -------------------------------------------------------------------------------- /recommended_scripts/configuration_change_tftp/configuration_change_tftp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/configuration_change_tftp/configuration_change_tftp.py -------------------------------------------------------------------------------- /recommended_scripts/configuration_change_topdesk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/configuration_change_topdesk/README.md -------------------------------------------------------------------------------- /recommended_scripts/configuration_change_topdesk/configuration_change_topdesk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/configuration_change_topdesk/configuration_change_topdesk.py -------------------------------------------------------------------------------- /recommended_scripts/connectivity_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/connectivity_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/connectivity_monitor/connectivity_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/connectivity_monitor/connectivity_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/copp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/copp/README.md -------------------------------------------------------------------------------- /recommended_scripts/copp/copp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/copp/copp.py -------------------------------------------------------------------------------- /recommended_scripts/daemon_resource_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/daemon_resource_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/daemon_resource_monitor/daemon_resource_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/daemon_resource_monitor/daemon_resource_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/evpn_vxlan_health/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/evpn_vxlan_health/README.md -------------------------------------------------------------------------------- /recommended_scripts/evpn_vxlan_health/evpn_vxlan_health.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/evpn_vxlan_health/evpn_vxlan_health.py -------------------------------------------------------------------------------- /recommended_scripts/fans_speed_transition_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/fans_speed_transition_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/fans_speed_transition_monitor/fans_speed_transition_monitor.1.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/fans_speed_transition_monitor/fans_speed_transition_monitor.1.0.py -------------------------------------------------------------------------------- /recommended_scripts/hardware_device_health_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/hardware_device_health_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/hardware_device_health_monitor/hardware_device_health_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/hardware_device_health_monitor/hardware_device_health_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/ipsla/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/ipsla/README.md -------------------------------------------------------------------------------- /recommended_scripts/ipsla/ipsla.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/ipsla/ipsla.py -------------------------------------------------------------------------------- /recommended_scripts/lag_health_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/lag_health_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/lag_health_monitor/lag_health_monitor.2.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/lag_health_monitor/lag_health_monitor.2.0.py -------------------------------------------------------------------------------- /recommended_scripts/mac_count_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/mac_count_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/mac_count_monitor/mac_count_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/mac_count_monitor/mac_count_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/neighbors_count_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/neighbors_count_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/neighbors_count_monitor/neighbors_count_monitor.1.1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/neighbors_count_monitor/neighbors_count_monitor.1.1.py -------------------------------------------------------------------------------- /recommended_scripts/neighbors_decrease_rate_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/neighbors_decrease_rate_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/neighbors_decrease_rate_monitor/neighbors_decrease_rate_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/neighbors_decrease_rate_monitor/neighbors_decrease_rate_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/power_supply_monitors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/power_supply_monitors/README.md -------------------------------------------------------------------------------- /recommended_scripts/power_supply_monitors/power_supply_monitors.2.1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/power_supply_monitors/power_supply_monitors.2.1.py -------------------------------------------------------------------------------- /recommended_scripts/route_count_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/route_count_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/route_count_monitor/route_count_monitor.1.1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/route_count_monitor/route_count_monitor.1.1.py -------------------------------------------------------------------------------- /recommended_scripts/routes_decrease_rate_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/routes_decrease_rate_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/routes_decrease_rate_monitor/routes_decrease_rate_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/routes_decrease_rate_monitor/routes_decrease_rate_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/routing_health_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/routing_health_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/routing_health_monitor/routing_health_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/routing_health_monitor/routing_health_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/software_device_health_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/software_device_health_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/software_device_health_monitor/software_device_health_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/software_device_health_monitor/software_device_health_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/tcam_resource_utilization_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/tcam_resource_utilization_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/tcam_resource_utilization_monitor/tcam_resource_utilization_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/tcam_resource_utilization_monitor/tcam_resource_utilization_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/vsf_health_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/vsf_health_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/vsf_health_monitor/vsf_health_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/vsf_health_monitor/vsf_health_monitor.py -------------------------------------------------------------------------------- /recommended_scripts/vsx_health_monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/vsx_health_monitor/README.md -------------------------------------------------------------------------------- /recommended_scripts/vsx_health_monitor/vsx_health_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/recommended_scripts/vsx_health_monitor/vsx_health_monitor.py -------------------------------------------------------------------------------- /tools/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/tools/metadata.json -------------------------------------------------------------------------------- /tools/metadata_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aruba/nae-scripts/HEAD/tools/metadata_generator.py --------------------------------------------------------------------------------