Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_ap_alliedt.sh
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
No warning or critical state at this time.
Tested with AT-TQ2403, AT WA-7400
###############################################
Vérifie le nombre de stations clientes associées à un point d'accès Allied Telesis via SSH (pas d'OID permettant de le faire en snmp contrairement aux bornes CISCO)
Test ok avec AT-TQ2403, AT WA-7400
#prérequis :
Ne pas oublier d'installer expect !!
fichier commands.cfg :
POINT D'ACCES WIFI ALLIED TELESIS
define command{
command_name check_users_connected_AT
command_line bash /usr/lib/nagios/plugins/check_ssh_AP_AT.sh $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$ $ARG4$
}
définition du service :
define service{
use generic-service
host_name hostname
service_description Utilisateurs connectes
check_command check_users_connected_AT!user!password!25!30
}
USAGE :
check_ap_alliedt.sh HOSTNAME USER PASSWORD WARNING CRITIQUE
Vérifie le nombre de stations clientes associées à un point d'accès Allied Telesis via SSH (pas d'OID permettant de le faire en snmp contrairement aux bornes CISCO)
Test ok avec AT-TQ2403, AT WA-7400
#prérequis :
Ne pas oublier d'installer expect !!
fichier commands.cfg :
POINT D'ACCES WIFI ALLIED TELESIS
define command{
command_name check_users_connected_AT
command_line bash /usr/lib/nagios/plugins/check_ssh_AP_AT.sh $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$ $ARG4$
}
définition du service :
define service{
use generic-service
host_name hostname
service_description Utilisateurs connectes
check_command check_users_connected_AT!user!password!25!30
}
USAGE :
check_ap_alliedt.sh HOSTNAME USER PASSWORD WARNING CRITIQUE
Reviews (0)
Be the first to review this listing!