rrc2software Blog Proyectos
rrc2software Blog Proyectos
check_dell_scg - Monitor DELL Secure Connect Gateway for Nagios

check_dell_scg - Monitor DELL Secure Connect Gateway for Nagios

¿Quieres monitorizar de manera efectiva DELL Secure Connect Gateway con Nagios? Este script te proporciona una integración directa, permitiéndote supervisar el estado de esta herramienta esencial para la gestión y soporte de sistemas Dell.

Usage

Usage: check_dell_scg.sh -H <hostname> -p <port> -u <username> -P <password> -d <domain> [-h] [-V]"
   -H <hostname>   ... Name or IP address of host to check (default: localhost)"
   -p <port>       ... Name or IP address of host to check (default: 5700)"
   -u <username>   ... Authentication user"
   -P <password>   ... Authentication password"
   -d <domain>     ... Domain (default: localhost)"
   -h              ... Show this help screen"
   -V              ... Show the current version of the plugin"

Installation

  • Copy check_dell_scg.sh to [nagios_path]/libexec
  • Set permissions to 0755 for check_dell_scg.sh
  • Define custom commands for check_dell_scg plugin
define command {
  command_name check_dell_scg
  command_line $USER1$/check_dell_scg.sh -H $HOSTNAME$ -p $ARG1$ -u $ARG2$ -P $ARG3$ -d $ARG4$
}
  • Define custom services for host
define service{
  use                 generic-service
  host_name           HOSTNAME
  service_description DELL SCG - Status
  check_command       check_dell_scg!PORT!USERNAME!PASSWORD|DOMAIN
}

NOTA: Para saber como instalar un plugin en Nagios, puedes leer nuestro artículo Instalar un plugin en Nagios.

Más información

Acceso al repositorio GitHub

Tweet Share Share Pin Share Email

Última modificación: Nov 18, 2024

Volver al inicio