Tripp Lite B093-004-2E4U-V 4-Port Console Server with 4G LTE Cellular Gateway, Dual GbE NIC, 4Gb Flash and Dual SIM

Owner's Manual - Page 187

For B093-004-2E4U-V. Also, The document are for others Tripp Lite models: B093-00X-2E4U-X, B097-016/048, B098-016/048, B098-016-V

PDF File Manual, 285 pages, Read Online | Download pdf file

B093-004-2E4U-V photo
Loading ...
Loading ...
Loading ...
187
10. Nagios Integration
10.3 Advanced Distributed Monitoring Configuration
10.3.1 Sample Nagios Configuration
An example configuration for Nagios is listed below. The example configuration shows how to set up a remote console server
to monitor a single host with both network and serial connections. Each check contains two configurations: one for NRPE and
one for NSCA. In practice, these would be combined into a single check using NSCA as a primary method and defaulting to
NRPE if checked late. For more information, refer to Nagios documentation (http://www.nagios.org/docs/) on Service and
Host Freshness Checks.
; Host definitions
;
; Tripp Lite Console server
define host{
use generic-host
host_name tripp-lite
alias Console server
address 192.168.254.147
}
; Managed Host
define host{
use generic-host
host_name server
alias server
address 192.168.254.227
}
; NRPE daemon on gateway
define command {
command_name check_nrpe_daemon
command_line $USER1$/check_nrpe -H 192.168.254.147 -p 5666
}
define service {
service_description NRPE Daemon
host_name tripp-lite
use generic-service
check_command check_nrpe_daemon
}
; Serial Status
define command {
command_name check_serial_status
command_line $USER1$/check_nrpe -H 192.168.254.147 -p 5666 -c check_serial_$HOSTNAME$
}
define service {
service_description Serial Status
host_name server
use generic-service
check_command check_serial_status
}
define service {
service_description serial-signals-server
host_name server
use generic-service
check_command check_serial_status
active_checks_enabled 0
passive_checks_enabled 1
}
Loading ...
Loading ...
Loading ...