1.- Descargar plugin
2.- Agregarlo al directorio plugins de nagios ya darle permisos de ejecución:
# chmod o+x check_snmp_printer
3.- Agregar el comando correspondiente al archivo commands.cfg de Nagios:
define command{
command_name check_snmp_printer
command_line $USER1$/check_snmp_printer -H $HOSTADDRESS$ -C $ARG1$ -x $ARG2$ -w $ARG3$ -c $ARG4$
4.- Agregar el servicio a la impresora que se desea monitorear, estas son algunas opciones:
- CONSUM {"string" | TEST | ALL}
- DEVICE
- DISPLAY
- MESSAGES
- MODEL
- PAGECOUNT
- STATUS
- TRAY {number(s) | TEST | ALL}
- VERSION
Ejemplo:
define service{
use generic-service
host_name My_Printer
service_description Printer Model
check_command check_snmp_printer!community!"MODEL"
}
Referencia:
Exchange Nagios
No hay comentarios:
Publicar un comentario