Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_ap_alliedt.sh

Rating
0 votes
Favoured:
0
Current Version
0.2
Last Release Date
2011-05-28
Compatible With
  • Nagios 3.x
License
Other
Hits
96565
Files:
FileDescription
check_ap_alliedt.shcheck_ap_alliedt.sh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_ap_alliedt.sh
Check the number of users/clients registered on Allied Telesis wireless controller (with SSH : can't check with SNMP)
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