Nagios监控websphere插件安装(2)

#SERVER01 MTC      define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTW_SESSIONS           check_command                   check_nrpe!check_mtw_session           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTW_JVM_Memery           check_command                   check_nrpe!check_mtw_jvm           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTW_JDBC_ConnectionPools           check_command                   check_nrpe!check_mtw_jdbc           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTW_threadpool_WebContainer           check_command                   check_nrpe!check_mtw_threadpool_WebContainer           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTW_threadpool_ORB.thread.pool           check_command                   check_nrpe!check_mtw_threadpool_ORB.thread.pool           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTW_threadpool_SoapConnectorThreadPool           check_command                   check_nrpe!check_mtw_threadpool_SoapConnectorThreadPool           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTW_threadpool_HAManager.thread.pool           check_command                   check_nrpe!check_mtw_threadpool_HAManager.thread.pool           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTW_threadpool_MessageListenerThreadPool           check_command                   check_nrpe!check_mtw_threadpool_MessageListenerThreadPool           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTW_DRSThreadPool           check_command                   check_nrpe!check_mtw_threadpool_DRSThreadPool           notifications_enabled           1           }   #SERVER02 MTC   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTC_SESSIONS           check_command                   check_nrpe!check_mtc_session           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTC_JVM_Memery           check_command                   check_nrpe!check_mtc_jvm           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTC_JDBC_ConnectionPools           check_command                   check_nrpe!check_mtc_jdbc           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTC_threadpool_WebContainer           check_command                   check_nrpe!check_mtc_threadpool_WebContainer           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTC_threadpool_ORB.thread.pool           check_command                   check_nrpe!check_mtc_threadpool_ORB.thread.pool           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTC_threadpool_SoapConnectorThreadPool           check_command                   check_nrpe!check_mtc_threadpool_SoapConnectorThreadPool           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTC_threadpool_HAManager.thread.pool           check_command                   check_nrpe!check_mtc_threadpool_HAManager.thread.pool           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTC_threadpool_MessageListenerThreadPool           check_command                   check_nrpe!check_mtc_threadpool_MessageListenerThreadPool           notifications_enabled           1           }   define service{           use                             local-service         ; Name of service template to use           host_name                       192.168.100.99           service_description             WAS_MTC_DRSThreadPool           check_command                   check_nrpe!check_mtc_threadpool_DRSThreadPool           notifications_enabled           1           }  

重启nagios跟nrpe客户端

Nagios监控websphere插件安装



check_was可以监控的内容:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/23396.html