鸦鸦 发表于 2019-1-16 13:56:40

nagios监控jboss进程


[*]define service{
[*]      use                           generic-service         ; Name of service template to use
[*]      host_name                     api-134
[*]      service_description             JBOSS-API
[*]      is_volatile                     0
[*]      check_period                  24x7
[*]      max_check_attempts            2
[*]      normal_check_interval         2
[*]      retry_check_interval            1
[*]      contact_groups                  admins
[*]      notification_options            w,u,c,r
[*]      notification_interval         960
[*]      notification_period             24x7
[*]      check_command                   check_nrpe!check_procs!1:1!'/usr/local/jboss-4.2.3.GA/bin/run.jar'!root
[*]      }



附件:http://down.运维网.com/data/2356799

页: [1]
查看完整版本: nagios监控jboss进程