Nagios Configuration

Hello,
I'm having some difficulty getting Nagios configured.  The following configuration gives this error:
Error: Invalid notification_interval value for host '12monkeys.wyattnetworks.com'
Error: Could not register host (config file '/usr/local/etc/nagios/localhost.cfg', starting on line 272)
I also believe there are probably other mistakes with my configuration...
Any ideas?
# LOCALHOST.CFG - SAMPLE OBJECT CONFIG FILE FOR MONITORING THIS MACHINE
# Last Modified: 11-27-2006
# NOTE: This config file is intended to servce as an *extremely* simple
# example of how you can create your object configuration file(s).
# TIME PERIODS
# This defines a timeperiod where all times are valid for checks,
# notifications, etc. The classic "24x7" support nightmare. :-)
define timeperiod{
timeperiod_name 24x7
alias 24 Hours A Day, 7 Days A Week
sunday 00:00-24:00
monday 00:00-24:00
tuesday 00:00-24:00
wednesday 00:00-24:00
thursday 00:00-24:00
friday 00:00-24:00
saturday 00:00-24:00
# 'workhours' timeperiod definition
define timeperiod{
timeperiod_name workhours
alias "Normal" Working Hours
monday 09:00-17:00
tuesday 09:00-17:00
wednesday 09:00-17:00
thursday 09:00-17:00
friday 09:00-17:00
# 'nonworkhours' timeperiod definition
define timeperiod{
timeperiod_name nonworkhours
alias Non-Work Hours
sunday 00:00-24:00
monday 00:00-09:00,17:00-24:00
tuesday 00:00-09:00,17:00-24:00
wednesday 00:00-09:00,17:00-24:00
thursday 00:00-09:00,17:00-24:00
friday 00:00-09:00,17:00-24:00
saturday 00:00-24:00
# 'none' timeperiod definition
define timeperiod{
timeperiod_name none
alias No Time Is A Good Time
# COMMANDS
# NOTE: Sample command definitions can now be found in the sample commands.cfg
# file
# CONTACTS
# In this simple config file, a single contact will receive all alerts.
# This assumes that you have an account (or email alias) called
# "nagios-admin" on the local host.
define contact{
contact_name nagios-admin
alias Nagios Admin
service_notification_period 24x7
host_notification_period 24x7
service_notification_options w,u,c,r
host_notification_options d,r
service_notification_commands notify-by-email
host_notification_commands host-notify-by-email
email [email protected]
# CONTACT GROUPS
# We only have one contact in this simple configuration file, so there is
# no need to create more than one contact group.
define contactgroup{
contactgroup_name admins
alias Nagios Administrators
members nagios-admin
# HOSTS
# Generic host definition template - This is NOT a real host, just a template!
define host{
name 12monkeys.wyattnetworks.com ; The name of this host template
notifications_enabled 1 ; Host notifications are enabled
event_handler_enabled 1 ; Host event handler is enabled
flap_detection_enabled 1 ; Flap detection is enabled
failure_prediction_enabled 1 ; Failure prediction is enabled
process_perf_data 1 ; Process performance data
retain_status_information 1 ; Retain status information across program restarts
retain_nonstatus_information 1 ; Retain non-status information across program restarts
notification_period 24x7 ; Send host notifications at any time
max_check_attempts 3
register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
define host{
name ns.lowcostdomains.com ; The name of this host template
notifications_enabled 1 ; Host notifications are enabled
event_handler_enabled 1 ; Host event handler is enabled
flap_detection_enabled 1 ; Flap detection is enabled
failure_prediction_enabled 1 ; Failure prediction is enabled
process_perf_data 1 ; Process performance data
retain_status_information 1 ; Retain status information across program restarts
retain_nonstatus_information 1 ; Retain non-status information across program restarts
notification_period 24x7 ; Send host notifications at any time
max_check_attempts 3
register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
define host{
name ns2.lowcostdomains.com ; The name of this host template
notifications_enabled 1 ; Host notifications are enabled
event_handler_enabled 1 ; Host event handler is enabled
flap_detection_enabled 1 ; Flap detection is enabled
failure_prediction_enabled 1 ; Failure prediction is enabled
process_perf_data 1 ; Process performance data
retain_status_information 1 ; Retain status information across program restarts
retain_nonstatus_information 1 ; Retain non-status information across program restarts
notification_period 24x7 ; Send host notifications at any time
max_check_attempts 3
register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
define host{
name ml2.myemail.com ; The name of this host template
notifications_enabled 1 ; Host notifications are enabled
event_handler_enabled 1 ; Host event handler is enabled
flap_detection_enabled 1 ; Flap detection is enabled
failure_prediction_enabled 1 ; Failure prediction is enabled
process_perf_data 1 ; Process performance data
retain_status_information 1 ; Retain status information across program restarts
retain_nonstatus_information 1 ; Retain non-status information across program restarts
notification_period 24x7 ; Send host notifications at any time
max_check_attempts 3
register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
define host{
name ml3.myemail.com ; The name of this host template
notifications_enabled 1 ; Host notifications are enabled
event_handler_enabled 1 ; Host event handler is enabled
flap_detection_enabled 1 ; Flap detection is enabled
failure_prediction_enabled 1 ; Failure prediction is enabled
process_perf_data 1 ; Process performance data
retain_status_information 1 ; Retain status information across program restarts
retain_nonstatus_information 1 ; Retain non-status information across program restarts
notification_period 24x7 ; Send host notifications at any time
max_check_attempts 3
register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
define host{
name ml4.myemail.com ; The name of this host template
notifications_enabled 1 ; Host notifications are enabled
event_handler_enabled 1 ; Host event handler is enabled
flap_detection_enabled 1 ; Flap detection is enabled
failure_prediction_enabled 1 ; Failure prediction is enabled
process_perf_data 1 ; Process performance data
retain_status_information 1 ; Retain status information across program restarts
retain_nonstatus_information 1 ; Retain non-status information across program restarts
notification_period 24x7 ; Send host notifications at any time
max_check_attempts 3
register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
define host{
name mailserver.lowcostdomains.com ; The name of this host template
notifications_enabled 1 ; Host notifications are enabled
event_handler_enabled 1 ; Host event handler is enabled
flap_detection_enabled 1 ; Flap detection is enabled
failure_prediction_enabled 1 ; Failure prediction is enabled
process_perf_data 1 ; Process performance data
retain_status_information 1 ; Retain status information across program restarts
retain_nonstatus_information 1 ; Retain non-status information across program restarts
notification_period 24x7 ; Send host notifications at any time
max_check_attempts 3
register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
define host{
name neo.lowcostdomains.com ; The name of this host template
notifications_enabled 1 ; Host notifications are enabled
event_handler_enabled 1 ; Host event handler is enabled
flap_detection_enabled 1 ; Flap detection is enabled
failure_prediction_enabled 1 ; Failure prediction is enabled
process_perf_data 1 ; Process performance data
retain_status_information 1 ; Retain status information across program restarts
retain_nonstatus_information 1 ; Retain non-status information across program restarts
notification_period 24x7 ; Send host notifications at any time
max_check_attempts 3
register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
define host{
name 5thelement.lowcostdomains.com ; The name of this host template
notifications_enabled 1 ; Host notifications are enabled
event_handler_enabled 1 ; Host event handler is enabled
flap_detection_enabled 1 ; Flap detection is enabled
failure_prediction_enabled 1 ; Failure prediction is enabled
process_perf_data 1 ; Process performance data
retain_status_information 1 ; Retain status information across program restarts
retain_nonstatus_information 1 ; Retain non-status information across program restarts
notification_period 24x7 ; Send host notifications at any time
max_check_attempts 3
register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
# Since this is a simple configuration file, we only monitor one host - the
# local host (this machine).
define host{
use 12monkeys.wyattnetworks.com ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name 12monkeys.wyattnetworks.com
alias 12monkeys.wyattnetworks.com
address 69.4.242.110
define host{
use ns.lowcostdomains.com ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name ns.lowcostdomains.com
alias ns.lowcostdomains.com
address 69.4.242.108
define host{
use ns2.lowcostdomains.com ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name ns2.lowcostdomains.com
alias ns2.lowcostdomains.com
address 69.4.242.100
define host{
use ml2.myemail.com ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name ml2.myemail.com
alias ml2.myemail.com
address 69.4.242.102
define host{
use ml3.myemail.com ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name ml3.myemail.com
alias ml3.myemail.com
address 69.4.242.103
define host{
use ml4.myemail.com ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name ml4.myemail.com
alias ml4.myemail.com
address 69.4.242.104
define host{
use mailserver.lowcostdomains.com ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name mailserver.lowcostdomains.com
alias mailserver.lowcostdomains.com
address 69.4.242.105
define host{
use neo.lowcostdomains.com ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name neo.lowcostdomains.com
alias neo.lowcostdomains.com
address 69.4.242.106
define host{
use 5thelement.lowcostdomains.com ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name 5thelement.lowcostdomains.com
alias 5thelement.lowcostdomains.com
address 69.4.242.108
# HOST GROUPS
# We only have one host in our simple config file, so there is no need to
# create more than one hostgroup.
define hostgroup{
hostgroup_name all
alias all
members 12monkeys.wyattnetworks.com,ns.lowcostdomains.com,ns2.lowcostdomains.com,ml2.myemail.com,ml3.myemail.com,ml4.myemail.com,mailserver.lowcostdomains.com,neo.lowcostdomains.com,5thelement.lowcostdomains.com
# SERVICES
# Generic service definition template - This is NOT a real service, just a template!
define service{
name all ; The 'name' of this service template, referenced in other service definitions
active_checks_enabled 1 ; Active service checks are enabled
passive_checks_enabled 1 ; Passive service checks are enabled/accepted
parallelize_check 1 ; Active service checks should be parallelized (disabling this can lead to major performance problems)
obsess_over_service 1 ; We should obsess over this service (if necessary)
check_freshness 0 ; Default is to NOT check service 'freshness'
notifications_enabled 1 ; Service notifications are enabled
event_handler_enabled 1 ; Service event handler is enabled
flap_detection_enabled 1 ; Flap detection is enabled
process_perf_data 1 ; Process performance data
retain_status_information 1 ; Retain status information across program restarts
retain_nonstatus_information 1 ; Retain non-status information across program restarts
max_check_attempts 3
register 1 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE!
define service{
use all ; Name of service template
hostgroup_name all
service_description SSH
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options w,u,c,r
check_command check_ssh
define service{
use all ; Name of service template
hostgroup_name all
service_description DNS
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options w,u,c,r
check_command check_dns
define service{
use all ; Name of service template
hostgroup_name all
service_description SMTP
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options w,u,c,r
check_command check_smtp
define service{
use all ; Name of service template
hostgroup_name all
service_description POP3
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options w,u,c,r
check_command check_pop
define service{
use all ; Name of service template
hostgroup_name all
service_description HTTP
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options w,u,c,r
check_command check_http
define service{
use all ; Name of service template
hostgroup_name all
service_description FTP
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options w,u,c,r
check_command check_ftp

Thanks very much - I've fixed it all up a bit now.  Anything else you notice wrong?  I can't actually test it locally and am getting someone else to which is becoming quite tedious.
# LOCALHOST.CFG - SAMPLE OBJECT CONFIG FILE FOR MONITORING THIS MACHINE
# Last Modified: 11-27-2006
# NOTE: This config file is intended to servce as an *extremely* simple
# example of how you can create your object configuration file(s).
# TIME PERIODS
# This defines a timeperiod where all times are valid for checks,
# notifications, etc. The classic "24x7" support nightmare. :-)
define timeperiod{
timeperiod_name 24x7
alias 24 Hours A Day, 7 Days A Week
sunday 00:00-24:00
monday 00:00-24:00
tuesday 00:00-24:00
wednesday 00:00-24:00
thursday 00:00-24:00
friday 00:00-24:00
saturday 00:00-24:00
# 'workhours' timeperiod definition
define timeperiod{
timeperiod_name workhours
alias "Normal" Working Hours
monday 09:00-17:00
tuesday 09:00-17:00
wednesday 09:00-17:00
thursday 09:00-17:00
friday 09:00-17:00
# 'nonworkhours' timeperiod definition
define timeperiod{
timeperiod_name nonworkhours
alias Non-Work Hours
sunday 00:00-24:00
monday 00:00-09:00,17:00-24:00
tuesday 00:00-09:00,17:00-24:00
wednesday 00:00-09:00,17:00-24:00
thursday 00:00-09:00,17:00-24:00
friday 00:00-09:00,17:00-24:00
saturday 00:00-24:00
# 'none' timeperiod definition
define timeperiod{
timeperiod_name none
alias No Time Is A Good Time
# COMMANDS
# NOTE: Sample command definitions can now be found in the sample commands.cfg
# file
# CONTACTS
# In this simple config file, a single contact will receive all alerts.
# This assumes that you have an account (or email alias) called
# "nagios-admin" on the local host.
define contact{
contact_name nagios-admin
alias Nagios Admin
service_notification_period 24x7
host_notification_period 24x7
service_notification_options w,u,c,r
host_notification_options d,r
service_notification_commands notify-by-email
host_notification_commands host-notify-by-email
email [email protected]
# CONTACT GROUPS
# We only have one contact in this simple configuration file, so there is
# no need to create more than one contact group.
define contactgroup{
contactgroup_name admins
alias Nagios Administrators
members nagios-admin
# HOSTS
# Generic host definition template - This is NOT a real host, just a template!
define host{
name default
check_command check-host-alive
check_period 24x7 ; Monitor 24/7
normal_check_interval 1 ; Check host every X minutes
max_check_attempts 3 ; Check X times before sending notifications
notifications_enabled 1 ; Host notifications are enabled
notification_interval 0 ; Never resend notifications
notification_period 24x7 ; Send notifications 24/7
notification_options d,r,u
check_freshness 1 ; Make sure we always have fresh information
freshness_threshold 900 ; Data should only be up to 15 minutes old
event_handler_enabled 1 ; Host event handler is enabled
flap_detection_enabled 1 ; Flap detection is enabled
failure_prediction_enabled 1 ; Failure prediction is enabled
process_perf_data 1 ; Process performance data
retain_status_information 1 ; Retain status information across program restarts
retain_nonstatus_information 1 ; Retain non-status information across program restarts
register 1 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
# Since this is a simple configuration file, we only monitor one host - the
# local host (this machine).
define host{
use default ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name 12monkeys.wyattnetworks.com
alias 12monkeys.wyattnetworks.com
address 69.4.242.110
define host{
use default ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name ns.lowcostdomains.com
alias ns.lowcostdomains.com
address 69.4.242.108
define host{
use default ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name ns2.lowcostdomains.com
alias ns2.lowcostdomains.com
address 69.4.242.100
define host{
use default ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name ml2.myemail.com
alias ml2.myemail.com
address 69.4.242.102
define host{
use default ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name ml3.myemail.com
alias ml3.myemail.com
address 69.4.242.103
define host{
use default ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name ml4.myemail.com
alias ml4.myemail.com
address 69.4.242.104
define host{
use default ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name mailserver.lowcostdomains.com
alias mailserver.lowcostdomains.com
address 69.4.242.105
define host{
use default ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name neo.lowcostdomains.com
alias neo.lowcostdomains.com
address 69.4.242.106
define host{
use default ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the freebsd-server host template definition.
host_name 5thelement.lowcostdomains.com
alias 5thelement.lowcostdomains.com
address 69.4.242.108
# HOST GROUPS
# We only have one host in our simple config file, so there is no need to
# create more than one hostgroup.
define hostgroup{
hostgroup_name all
alias all
members 12monkeys.wyattnetworks.com,ns.lowcostdomains.com,ns2.lowcostdomains.com,ml2.myemail.com,ml3.myemail.com,ml4.myemail.com,mailserver.lowcostdomains.com,neo.lowcostdomains.com,5thelement.lowcostdomains.com
# SERVICES
# Generic service definition template - This is NOT a real service, just a template!
define service{
name all ; The 'name' of this service template, referenced in other service definitions
active_checks_enabled 1 ; Active service checks are enabled
passive_checks_enabled 1 ; Passive service checks are enabled/accepted
parallelize_check 1 ; Active service checks should be parallelized (disabling this can lead to major performance problems)
obsess_over_service 1 ; We should obsess over this service (if necessary)
check_freshness 0 ; Default is to NOT check service 'freshness'
notifications_enabled 1 ; Service notifications are enabled
event_handler_enabled 1 ; Service event handler is enabled
flap_detection_enabled 1 ; Flap detection is enabled
process_perf_data 1 ; Process performance data
retain_status_information 1 ; Retain status information across program restarts
retain_nonstatus_information 1 ; Retain non-status information across program restarts
max_check_attempts 3
register 1 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE!
define service{
use all ; Name of service template
hostgroup_name all
service_description SSH
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options w,u,c,r
check_command check_ssh
define service{
use all ; Name of service template
hostgroup_name all
service_description DNS
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options w,u,c,r
check_command check_dns
define service{
use all ; Name of service template
hostgroup_name all
service_description SMTP
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options w,u,c,r
check_command check_smtp
define service{
use all ; Name of service template
hostgroup_name all
service_description POP3
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options w,u,c,r
check_command check_pop
define service{
use all ; Name of service template
hostgroup_name all
service_description HTTP
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options w,u,c,r
check_command check_http
define service{
use all ; Name of service template
hostgroup_name all
service_description FTP
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups admins
notification_interval 30
notification_period 24x7
notification_options w,u,c,r
check_command check_ftp

Similar Messages

  • Snmp v3 configuration on 1800 series for Nagios v 3.2.2

    Hi,
    Anybody have idea how to configure snmp v3 in 1800 series routers with Nagios configured for monitoring? Can we keep the community name if keep v3 running? I have configured snmp v3 as per the manual. But if I remove the v2 community name it stop responding? Please can I get the complete example configuration of SNMP v3 on cisco routers or switches with encription enabled?
    Thanks,
    Baby

    Hi,
    Usefull Commands:
    show snmp                    Displays the SNMP status.
    show snmp community   Displays the SNMP community strings.
    show snmp engineID      Displays the SNMP engineID.
    show snmp group           Displays SNMP roles.
    show snmp sessions      Displays SNMP sessions.
    show snmp trap             Displays the SNMP notifications enabled or disabled.
    show snmp user            Displays SNMPv3 users.
    SNMPv3 Hidden Show commands:
    show snmp community
    show snmp view
    show snmp chassis
    show snmp location
    show snmp contact
    Configuration Tasks: configure engineID, views, groups, users, hosts, proxies
    Note: Configuring engineID, views, hosts, and proxies is optional
    snmp-server engineID local engineID-string
    snmp-server group    groupname v3 {auth | noauth | priv}
                [read readview]
                [write writeview]
                [notify notifyview]
                [access access-list]
    Ex : snmp-server group henrygroup v3 noauth
    snmp-server user username v3 groupname
                    [ auth {md5 | sha} key ]
                    [priv des56 passwd ]
                    [access access-list]
    Ex : snmp-server evan evangroup v3 auth md5 evenkey
    Note: User with authentication does not appear in the running config (use ‘show user’)‏
    snmp-server host    host [ traps | informs ] version 3
                [auth | noauth | priv]
                [udp-port port]
                [notification-type]
    Ex : snmp-server host 172.16.20.20 version 3 auth evan
    SNMPv3 Configuration example:
    snmp-server engineID local 123456789012345678901234
    snmp-server evan evangroup v3 auth md5 evankey
    snmp-server user henry henrygroup v3
    snmp-server group evangroup v3 auth
    snmp-server group henrygroup v3 noauth read henryview
    snmp-server view henryview mib-2 included
    snmp-server view henryview cisco excluded
    snmp-server community public RO

  • Start script for Nagios 3.0.4 on Solaris 10 doesn't work.

    I compiled Nagios 3.0.4 on a Solaris 10 system using the following configure string:
    ./configure prefix=/space/nagios with-gd-lib=/usr/local/lib with-gd-inc=/usr/local/include with-nagios-user=na
    gios with-nagios-group=nagios with-temp-dir=/space/nagios/tmp with-init-dir=/etc/init.d with-lockfile=/space/nagio
    s/var/nagios.lock with-cgiurl=/nagios/cgi-bin with-htmurl=/nagios with-httpd-conf=/var/apache/conf enable-embedded
    -perl --with-mail=/usr/bin/mailx
    I have my Nagios configuration files setup and they are working properly as the command: nagios -v ../etc/nagios.cfg returns no errors.
    If I run the /etc/init.d/nagios script, it will return an exit status of zero stating that it ran successfully, however, there are no nagios processes running. I tried adding my PATH and LD_LIBRARY_PATH strings from my profile to the top of the Nagios start/stop script and it still will not work. The only way I can currently start nagios is by issuing the command:
    nohup /space/nagios/bin/nagios /space/nagios/etc/nagios.cfg &
    By issuing that command, I can see the monitoring in the web interface and can select on the various sections within the interface, etc. with no problems.
    I would like to know why the script will not work from /etc/init.d when I execute it manually. When I do attempt to start Nagios using the start/stop script, the following message is written to the nagios.log file.
    Lockfile '/space/nagios/var/nagios.log' does not contain a valid PID ([122535000)
    I have posted the above question to the Nagios forum and no one there has posted a response. Any help would be greatly appreciated.

    I have used the default (comes with Nagios) script with a few changes:
    @@ -115,7 +115,7 @@
    $NagiosBin -v $NagiosCfgFile > /dev/null 2>&1;
    if [ $? -eq 0 ]; then
    su - $NagiosUser -c "touch $NagiosVarDir/nagios.log \
    $NagiosRetentionFile"
    - rm -f $NagiosCommandFile
    + rm -f $NagiosCommandFile 2>/dev/null > /dev/null
    touch $NagiosRunFile
    chown $NagiosUser:$NagiosGroup $NagiosRunFile
    $NagiosBin -d $NagiosCfgFile
    @@ -138,10 +138,9 @@
    # happen, and then the exiting nagios will remove the
    # new NagiosRunFile, allowing multiple nagios daemons
    # to (sooner or later) run - John Sellens
    - echo -n 'Waiting for nagios to exit .'
    + echo 'Waiting for nagios to exit .'
    for i in 1 2 3 4 5 6 7 8 9 10 ; do
    if status_nagios > /dev/null; then
    - echo -n ' .'
    sleep 1
    Why not use SMF?
    vi /var/svc/manifest/network/nagios.xml (in a global zone, even if Nagios will run in a sparse root non-global zone)
    <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
    <service_bundle type='manifest' name='Nagios'>
    <service
         name='network/nagios'
         type='service'
         version='1'>
         <dependency name='loopback'
              grouping='require_all'
              restart_on='error'
              type='service'>
              <service_fmri value='svc:/network/loopback:default'/>
         </dependency>
         <dependency name='physical'
              grouping='optional_all'
              restart_on='error'
              type='service'>
              <service_fmri value='svc:/network/physical:default'/>
         </dependency>
    <dependency
    name='filesystem'
    grouping='require_all'
    restart_on='none'
    type='service'>
    <service_fmri value='svc:/system/filesystem/local'/>
    </dependency>
         <instance name='default' enabled='false'>
              <exec_method
                   type='method'
                   name='start'
                   exec='/lib/svc/method/nagios start'
                   timeout_seconds='30'>
                   <method_context>
    <method_credential user='nagios' group='nagios'/>
                   <method_environment>
    <envvar name="NAGIOS_HOME" value="/usr/local/nagios"/>
    </method_environment>
                   </method_context>
              </exec_method>
              <exec_method
                   type='method'
                   name='stop'
                   exec='/lib/svc/method/nagios stop'
                   timeout_seconds='60'>
                   <method_context>
    <method_credential user='nagios' group='nagios'/>
                   <method_environment>
    <envvar name="NAGIOS_HOME" value="/usr/local/nagios"/>
    </method_environment>
                   </method_context>
              </exec_method>
         </instance>
         <template>
    <common_name>
    <loctext xml:lang='C'>
    Nagios
    </loctext>
    </common_name>
              <documentation>
                   <doc_link name='nagios.org'
                        uri='http://nagios.org/' />
              </documentation>
    </template>
    </service>
    </service_bundle>
    chown root:sys /var/svc/manifest/network/nagios.xml
    chmod 644 /var/svc/manifest/network/nagios.xml
    Now for the method:
    vi /lib/svc/method/nagios (in a global zone, even if Nagios will run in a sparse root non-global zone)
    Make sure you set prefix in the file below!
    #!/bin/sh
    status_nagios ()
    if test -x $NagiosCGI/daemonchk.cgi; then
    if $NagiosCGI/daemonchk.cgi -l $NagiosRunFile; then
    return 0
    else
    return 1
    fi
    else
    if ps -p $NagiosPID > /dev/null 2>&1; then
    return 0
    else
    return 1
    fi
    fi
    return 1
    printstatus_nagios()
    if status_nagios $1 $2; then
    echo "nagios (pid $NagiosPID) is running..."
    else
    echo "nagios is not running"
    fi
    killproc_nagios ()
    kill $2 $NagiosPID
    pid_nagios ()
    if test ! -f $NagiosRunFile; then
    echo "No lock file found in $NagiosRunFile"
    exit 1
    fi
    NagiosPID=`head -n 1 $NagiosRunFile`
    # Source function library
    # Solaris doesn't have an rc.d directory, so do a test first
    if [ -f /etc/rc.d/init.d/functions ]; then
    . /etc/rc.d/init.d/functions
    elif [ -f /etc/init.d/functions ]; then
    . /etc/init.d/functions
    fi
    prefix=/usr/local/nagios
    exec_prefix=${prefix}
    NagiosBin=${exec_prefix}/bin/nagios
    NagiosCfgFile=${prefix}/etc/nagios.cfg
    NagiosStatusFile=${prefix}/var/status.dat
    NagiosTempFile=${prefix}/var/nagios.tmp
    NagiosRetentionFile=${prefix}/var/retention.dat
    NagiosCommandFile=${prefix}/var/rw/nagios.cmd
    NagiosVarDir=${prefix}/var
    NagiosRunFile=${prefix}/var/nagios.lock
    NagiosLockDir=/var/lock/subsys
    NagiosLockFile=nagios
    NagiosCGIDir=${exec_prefix}/sbin
    NagiosUser=nagios
    NagiosGroup=nagios
    # Check that nagios exists.
    if [ ! -f $NagiosBin ]; then
    echo "Executable file $NagiosBin not found. Exiting."
    exit 1
    fi
    # Check that nagios.cfg exists.
    if [ ! -f $NagiosCfgFile ]; then
    echo "Configuration file $NagiosCfgFile not found. Exiting."
    exit 1
    fi
    # See how we were called.
    case "$1" in
    start)
    echo -n "Starting nagios:"
    $NagiosBin -v $NagiosCfgFile > /dev/null 2>&1;
    if [ $? -eq 0 ]; then
    su - $NagiosUser -c "touch $NagiosVarDir/nagios.log $NagiosRetentionFile"
    rm -f $NagiosCommandFile 2>/dev/null > /dev/null
    touch $NagiosRunFile
    chown $NagiosUser:$NagiosGroup $NagiosRunFile
    $NagiosBin -d $NagiosCfgFile
    if [ -d $NagiosLockDir ]; then touch $NagiosLockDir/$NagiosLockFile; fi
    echo " done."
    exit 0
    else
    echo "CONFIG ERROR! Start aborted. Check your Nagios configuration."
    exit 1
    fi
    stop)
    echo -n "Stopping nagios: "
    pid_nagios
    killproc_nagios nagios
    # now we have to wait for nagios to exit and remove its
    # own NagiosRunFile, otherwise a following "start" could
    # happen, and then the exiting nagios will remove the
    # new NagiosRunFile, allowing multiple nagios daemons
    # to (sooner or later) run - John Sellens
    # echo 'Waiting for nagios to exit .'
    for i in 1 2 3 4 5 6 7 8 9 10 ; do
    if status_nagios > /dev/null; then
    echo '.'
    sleep 1
    else
    break
    fi
    done
    if status_nagios > /dev/null; then
    echo ''
    echo 'Warning - nagios did not exit in a timely manner'
    else
    echo 'done.'
    fi
    rm -f $NagiosStatusFile $NagiosTempFile $NagiosRunFile $NagiosLockDir/$NagiosLockFile $NagiosCommandFile
    status)
    pid_nagios
    printstatus_nagios nagios
    restart)
    printf "Running configuration check..."
    $NagiosBin -v $NagiosCfgFile > /dev/null 2>&1;
    if [ $? -eq 0 ]; then
    echo "done"
    $0 stop
    $0 start
    else
    #$NagiosBin -v $NagiosCfgFile
    echo " FAILED! Restart aborted. Check your Nagios configuration."
    exit 1
    fi
    reload|force-reload)
    printf "Running configuration check..."
    $NagiosBin -v $NagiosCfgFile > /dev/null 2>&1;
    if [ $? -eq 0 ]; then
    echo "done"
    if test ! -f $NagiosRunFile; then
    $0 start
    else
    pid_nagios
    if status_nagios > /dev/null; then
    printf "Reloading nagios configuration..."
    killproc_nagios nagios -HUP
    echo "done"
    else
    $0 stop
    $0 start
    fi
    fi
    else
    #$NagiosBin -v $NagiosCfgFile
    echo " FAILED! Reload aborted. Check your Nagios configuration."
    exit 1
    fi
    echo "Usage: nagios {start|stop|restart|reload|force-reload|status}"
    exit 1
    esac
    # End of this script
    chmod 555 /lib/svc/method/nagios
    chown root:bin /lib/svc/method/nagios
    xmllint /var/svc/manifest/network/nagios.xml (should return the XML file contents)
    svccfg import /var/svc/manifest/network/nagios.xml (in the zone where Nagios will run)
    svcadm enable nagios
    I run /path/to/nagios/bin/nagios -v /path/to/nagios.cfg when making config changes and then svcadm restart nagios

  • MARS stops responding

    I have a curious issue and I'm unsure of how to diagnose it. So any suggestions would be appreciated.
    This issue has a couple symptoms that I believe are related. While in the MARS web interface, at seemingly random times, I will click a link only to have the connection drop with a resulting "page cannot be displayed". When I immediately retry the same link, it will work.
    Also, we have nagios configured to check the server with pings, and it will occasionally stop responding to those as well. After a few minutes, it begins to respond again.
    So I am unsure how to determine what is causing this. Has anyone had this happen before?
    Thanks for any help.

    I had the same issue last winter and it was due to my firewall service module my traffic was passing through. I think we were on version 4.0.3 and it was causing the packets to get out of order, which MARS didnt like and it would do the same thing to the website. 4.0.4 fixed the issue. If your traffic is passing through the FWSM, take a look at that.

  • Configuring Nagios on Solaris 10 (Sparc)

    Hi ,
         I’m having firecr bother getting Nagios working as a client on a T2000 .
    Below are the details…
    uname -a
    SunOS 5.10 Generic_120011-14 sun4v sparc SUNW,Sun-Fire-T2000
    echo $PATH
    /usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/sfw/bin:/usr/ccs/bin
    I got the nagios plugin that I want compiled i.e
    check_users
    check_load
    check_disk
    check_procs
    nrpe compiled fine as well…
    but it returns nothing when you run the following command…
    /usr/local/nagios/bin/nrpe -c /etc/nrpe.cfg –d
    dhs0931i-iedrs: svcs -a | grep nrpe
    online Feb_10 svc:/network/nrpe/tcp:default
    I added the following entry to /etc/services:
    nrpe 5666/tcp # NRPE
    I added the following line to the end of /etc/inet/inetd.conf:
    nrpe stream tcp nowait nagios /usr/sfw/sbin/tcpd /usr/local/nagios/bin/nrpe -c /etc/nrpe.cfg –d
    The following error appears in my log file
    Feb 10 15:46:56 nrpe[18]: [ID 434846 daemon.error] Network server bind failure (125: Address already in use)
    Any help or assistance would be greatly appreciated…
    Thanks in advance,
    Dermot

    if you added it as a regular service, you shouldnt have to add it as something inetd should try and start as well.
    does netstat -anf inet
    show the nrpe port has been bound? if you have lsof, run lsof -i and see what process owns the nrpe port

  • Connection refused by host in Nagios NRPE

    Hi Experts
    I had configured Nagios in Redhat linux everthing is working smoothly
    My problem is i have Solaris 8,9,10 now i am installing NRPE plugings and NRPE in Solaris 10 to get the details of swap space & Machine load information all the compilation went smoothly.
    When i run the given below command i am getting connection refused by host.
    bash-2.05# /usr/local/nagios/libexec/check_nrpe -H 127.0.0.1
    Connection refused by host
    One more query how to start xinetd in solaris10 and other solaris platform.I saw in nagios NRPE document it says to run "make install-xinetd" if it is there how to start it i think most probly xinet is not running
    Could any please help me on this
    Thanks
    kr

    Describe your setup and what internet realated applications you've installed and i'm sure someone will be able to help you.
    - How are you connecting - via a swtich, usb or ethernet modem somehow?
    - What other apps are installed - any download managers or things that integrate with your web browser?

  • Unable to compile nagios in Solaris 10

    Hi group,
    I am trying to compile nagios package on my solaris 10 box, but I am having some issues.
    I have Solaris 10 with Solaris Studio 12.3 and nagios 3.3.1
    This is the error message that I am getting when I execute "make all" command:
    $ make all
    cd ./base && make
    gcc -Wall -g -O2 -I/usr/local/include/ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -m64 -mcpu=v8 -D_TS_ERRNO -I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE -DHAVE_CONFIG_H -DNSCORE -c checks.c
    checks.c: In function `run_async_service_check':
    checks.c:552: warning: dereferencing type-punned pointer will break strict-aliasing rules
    checks.c:697: warning: dereferencing type-punned pointer will break strict-aliasing rules
    checks.c:711: error: `n_a' undeclared (first use in this function)
    checks.c:711: error: (Each undeclared identifier is reported only once
    checks.c:711: error: for each function it appears in.)
    checks.c:711: warning: left-hand operand of comma expression has no effect
    checks.c:352: warning: unused variable `Perl___notused'
    *** Error code 1
    make: Fatal error: Command failed for target `checks.o'
    Current working directory /na01/nag01/nagios/base
    *** Error code 1
    make: Fatal error: Command failed for target `all'
    I execute configure command with next flags:
    ./configure with-nagios-user=nag01 with-nagios-group=nag with-command-group=nag enable-embedded-perl with-perlcache with-httpd-conf=/usr/local/apache2/conf with-gd-lib=/usr/local/lib with-gd-inc=/usr/local/include/
    Any idea, help or advice will be really appreciated.
    Thanks in advance.
    Kind regards,
    Francisco

    hello, you don't have to use hme0, that may not be your NIC type. your NIC appears to be realtek adapter. download the drivers first [try here: http://homepage2.nifty.com/mrym3/taiyodo/rf-1.0.9.tar.gz] install them, then your NIC will have a name like rt0. you can then proceed to set its interface.i hope ifconfig -a, blah,blah is ok with u. If the adapter is ok then you can now do the zones - they are just automatic no strugling!
    you can also find the drivers from realtek website at -- ftp://152.104.238.194/cn/nic/rtl8139abcd8130810xseries/rtls211.zip
    here are sample instructions on how to install the driver
    How to install Solaris/x86 version
    1. This is the version 2.1.1 RTL8139 serials driver for Solaris/x86
    version.
    2. It support Speed/Duplex-Force mode, you can set it through rtls.conf file.
    3. It supports 3 PCI-VID_DID cards, VID_10EC_DID_8139 for Realtek's
    native, VID_1113_DID_1211 for Accton and VID_1186_DID_1301 for
    D-Link in the install script.
    4. Install method:
    a. Power-off your PC and insert your RTL8139 adapter.
    b. Boot-up you Solaris/x86 and login as "root".
    c. Copy the "rtls211.zip" into the temporary location in your
    hard-driver.
    d. UNZIP the "rtls211.zip" and you will get 3 files, "rtls", "rtls.conf" and
    "Install".
    e. If the PCI ID for your RTL8139 adapter is not VID_10EC_DID_8139
    or VID_1113_DID_1211 or VID_1186_DID_1301, you can modify the
    "Install" file to match your PCI ID, VID_ABCD_DID_WXYZ for example,
    modify the "pci1186,1301" to "pciABCD,WXYZ".
    f. Run the "Install" from File Manager to install the driver, and
    it will modify 2 files, "/etc/name_to_major" and "/etc/driver_aliases"
    g. You need to create the "/etc/hostname.rtls0" file and modify some
    other related files to make your networking environments working well.
    h. You can execute "touch /reconfigure" then "shutdown -i5 -g0", so that
    Solaris will reboot and scan changed hardware environment.
    i. You can execute "ifconfig -a" to make sure the RTL8139 driver is up.
    success. bye

  • Nagios Monitoring tool in Solaris 10 or 9 (NRPE error.....).

    Hi Experts
    I had configured Nagios in Redhat linux everthing is working smoothly
    My problem is i have Solaris 8,9,10 servers now i am installing NRPE in Solaris 10 to get the details of swap space & Machine load information all the compilation went smoothly. i compiled nrpe binaries every thing ran successfully
    When i run the given below command i am getting connection refused by host.
    bash-2.05# /usr/local/nagios/libexec/check_nrpe -H 127.0.0.1
    Connection refused by host
    Could any please help me on this
    Thanks
    kr

    If you don't mind need configuration steps required how to install nrpe and configurations
    thanks

  • [SOL10] Installing nagios-plugins-1.4.13 make problems

    Dear all,
    I am trying to install nagios-plugins on my solaris 10 machine but i run into make errors:
    Server
    SunOS mxc-fs2 5.10 Generic_118855-15 i86pc i386 i86pc
    Solaris 10 6/06 s10x_u2wos_09a X86
    i first did a ./configure and did went well.
    now when i do a make or gmake the following error occurs:
    make all-recursive
    Making all in gl
    make all-am
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -g -O2 -MT floorf.o -MD -MP -MF ".deps/floorf.Tpo" -c -o floorf.o floorf.c; \
    then mv -f ".deps/floorf.Tpo" ".deps/floorf.Po"; else rm -f ".deps/floorf.Tpo"; exit 1; fi
    In file included from ./math.h:22,
    from floor.c:22,
    from floorf.c:20:
    /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/include/math.h:26:26: iso/math_iso.h: No such file or directory
    In file included from /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/include/math.h:336,
    from ./math.h:22,
    from floor.c:22,
    from floorf.c:20:
    /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/include/floatingpoint.h:30:24: sys/ieeefp.h: No such file or directory
    In file included from /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/include/math.h:336,
    from ./math.h:22,
    from floor.c:22,
    from floorf.c:20:
    /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/include/floatingpoint.h:104: error: field `fpclass' has incomplete type
    /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/include/floatingpoint.h:128: error: field `rd' has incomplete type
    *** Error code 1
    make: Fatal error: Command failed for target `floorf.o'
    Current working directory /usr/share/src/nagios-plugins-1.4.13/gl
    *** Error code 1
    make: Fatal error: Command failed for target `all'
    Current working directory /usr/share/src/nagios-plugins-1.4.13/gl
    *** Error code 1
    The following command caused the error:
    failcom='exit 1'; \
    for f in x $MAKEFLAGS; do \
    case $f in \
    *=* | --[!k]*);; \
    k) failcom='fail=yes';; \
    esac; \
    done; \
    dot_seen=no; \
    target=`echo all-recursive | sed s/-recursive//`; \
    list='gl lib plugins plugins-scripts plugins-root po'; for subdir in $list; do \
    echo "Making $target in $subdir"; \
    if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
    else \
    local_target="$target"; \
    fi; \
    (cd $subdir && make $local_target) \
    || eval $failcom; \
    done; \
    if test "$dot_seen" = "no"; then \
    make "$target-am" || exit 1; \
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    Current working directory /usr/share/src/nagios-plugins-1.4.13
    *** Error code 1
    make: Fatal error: Command failed for target `all'
    does anyone had a clue what is going on?

    I've insaller SUNWlibm and the make is going further now but still ends in a fatal error:
    then mv -f ".deps/pst3-pst3.Tpo" ".deps/pst3-pst3.Po"; else rm -f ".deps/pst3-pst3.Tpo"; exit 1; fi
    pst3.c:1: sorry, unimplemented: 64-bit mode not compiled in
    *** Error code 1
    make: Fatal error: Command failed for target `pst3-pst3.o'
    Current working directory /usr/share/src/nagios-plugins-1.4.13/plugins-root
    *** Error code 1
    The following command caused the error:
    failcom='exit 1'; \
    for f in x $MAKEFLAGS; do \
    case $f in \
    *=* | --[!k]*);; \
    k) failcom='fail=yes';; \
    esac; \
    done; \
    dot_seen=no; \
    target=`echo all-recursive | sed s/-recursive//`; \
    list='gl lib plugins plugins-scripts plugins-root po'; for subdir in $list; do \
    echo "Making $target in $subdir"; \
    if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
    else \
    local_target="$target"; \
    fi; \
    (cd $subdir && make $local_target) \
    || eval $failcom; \
    done; \
    if test "$dot_seen" = "no"; then \
    make "$target-am" || exit 1; \
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    Current working directory /usr/share/src/nagios-plugins-1.4.13
    *** Error code 1
    make: Fatal error: Command failed for target `all'
    another suggestion? the SUNWlibm was necessary so thank you for that.

  • Experiences with sending SNMP-Traps to 3rd party (Nagios)

    Hello Colleagues,
    i'm working on a project where we would like to monitor our databases additionally sending SNMP-Traps to Nagios.
    At the moment i'm using net-snmp-utils and snmptt. The snmptt-traphandler is running in daemon-mode and passes incoming SNMP-Traps to Nagtrap.
    Now i want to create passive service checks. For example a passive service check for TBS_Usage for database 'exdb' which returns the values from the incoming SNMP-Trap.
    Has anyone experiences by implementing the SNMP Notifications (to Nagios)? Is there an easier way to implement this than using snmptt?
    Does anyone know, how the MIB (snmptt.conf) must be configured for the passive service check?
    I'm looking forward hearing from you soon!
    Best regards,
    Sönke

    Hi Nikhil!
    Basically I am trying to set trap forwarding to a
    a NNM on the network from sunMC 3.5 Update 1.
    I have followed all the directions in sunMC snmp FAQ
    and other threads on this forum but I am not able to
    set the trap destinations.<snip>
    Other thread having same question is
    http://forum.sun.com/thread.jspa?threadID=15625&tstart
    =0Have you reviewed the options in the other thread? (i.e. Halcyon SNMP integration or HP integration packages). Both are off-the-shelf and if you can understand SunMC SNMP infrastructure you certainly wouldn't have trouble configuring either. If you've looked at both packages, what parts made you decide not to use them? Note: I work for Halcyon.
    Building your own custom integration with direct traps may be difficult: the generic snmp faq doens't have all the info you need to do so (i.e. how to get NNM to go backwards to an Agent to request the details of an event like "Warning /op is 95% full" or "Critical: Power Supply 2 is Offline"). I'm not even sure how I'd go about it, and I've been using SunMC for years :)
    Regards,
    Mike
    ([email protected])

  • Need help with Nagios package

    I'm attempting to build a Nagios package, and I'm pretty close, actually have it installed and running, BUT...
    when I run the web interface, it calls some CGI files, and I get an error that it can't find them.  It can't find them because it's looking for them in /repo/packages/nagios/usr/sbin/nagios/sbin  (with '/repo/packages/nagios' being our local repo where the package was built, and '/usr/sbin/nagios/sbin' being where it should be looking for the CGI files.)
    I cheated by setting up that path and copying the files over, just to get it working, but obviously my PKGBUILD needs some help.  I think the problem is pretty simple (just like me) and probably has to do with a configure prefix (with 'cgiurl' being the likely culprit.)
    Here's my package build, any help would be greatly and fantasticly appreciated.
    pkgname=nagios
    pkgver=1.2
    pkgrel=6
    pkgdesc="host and service monitor designed to inform of network problems"
    url="http://nagios.org/"
    license=()
    depends=()
    makedepends=()
    conflicts=()
    replaces=()
    backup=()
    source=('http://internap.dl.sourceforge.net/sourceforge/nagios/nagios-1.2.tar.gz')
    md5sums=('414d70e5269d5b8d7c21bf3ee129309f')
    build() {
    mkdir $startdir/pkg/usr
    mkdir $startdir/pkg/usr/sbin
    mkdir $startdir/pkg/usr/sbin/nagios
    mkdir $startdir/pkg/etc
    mkdir $startdir/pkg/etc/rc.d
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=$startdir/pkg/usr/sbin/nagios --with-cgiurl=/nagios/cgi-bin --with-html=/nagios/ --with-nagios-user=nagios --with-nagios-grp=nagios --with-init-dir=$startdir/pkg/etc/rc.d
    make all
    make install
    make install-init
    make install-config
    Thanks much

    manica wrote:
    When you have a Nagios PKGBUILD ready, could you please make it available to others?  That would be great.
    Thank you,
    Darin
    Definitely, if I ever get it working properly.  However, since I have it working it working well enough for our purposes, I won't be putting a whole lot of time in the PKGBUILD.
    Thanks to Cactus for the advice above, but the build failed (don't have the error message handy.)
    This was for Nagios 1.2, I may try building a package for Nagios 2.0b4 and see if I have any luck.

  • SAP monitoring from Nagios.

    Hi,
    I'm trying to configure Nagios to monitorize our SAP systems but I'm not able to do it. I'm testing Nagios 2.5, with the sap-ccms-plugin-0.7.3, and our SAP system is 4.7x2.00 Unicode ( Basis 6.20 ).
    I always obtains the message 'Information Not Gathered! System up?'
    Is there any body with a running configuration ?
    Regards,
    Joan B. Altadill
    CELSA SAP Admin

    Hi,
    At last I've been able to have the SAP CCMS plugin running. The issue was very simple but it's not documented, so I've spent a lot of time, until I've analyzed the source code and I've seen where the error appears: template definitions in agent.cfg don't accept non-numeric names.
    [TEMPLATE_00] is a good name
    [TEMPLATE_DIA_RESP_TIME] is not a good name
    [TEMPLATE_00_DIA] is not a good name
    After this it was very easy to configure the plugin.
    Regards,
    Joan

  • Installing Nagios ?? wierd error

    Well installing nagios from binary, and after
    ./configure (standart definitions
    make all
    make install - This ones gives this error ???
    [root@meeko nagios-2.5]# make install
    cd ./base && make install
    make[1]: moving to dir '/root/nagios-2.5/base'
    make install-basic
    make[2]: moving to dir '/root/nagios-2.5/base'
    /bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/bin
    /bin/install: unknown user 'nagios'
    make[2]: *** [install-basic] Fejl 1
    make[2]: Leaving dir '/root/nagios-2.5/base'
    make[1]: *** [install] Fejl 2
    make[1]: leaving dir '/root/nagios-2.5/base'
    make: *** [install] Fejl 2
    Well have installed earlier but didn't have that issue before - have anybody an idea about what to do????

    Well, not sure really. It's obvious that it searches for a user nagios, and couldn't find it. Solution to that is to change the makefile, ie like
    sed -e 's/nagios/your_user_name/g' < makefile
    ... to change the user nagios to an existing user (you?). Or you could try and create nagios user.
    It seems it wants to install in nagios in the user nagions folder on /usr/local, which doesn't exist. Then it seems it selects root/... folder instead, which it doesn't seem to like. My best bet would be to download the program again, the latest version of course, redo the procedure and set ./configure --prefix=/usr.
    Not sure if this was of any help, but at least it's a reply

  • [SOLVED] Install nagios-plugins

    I want to install nagios-plugins in a headless server running arch linux so another server, the one currently monitoring, can monitor the first machine using the nrpe plugin.
    After installing nagios-plugins from aur , i don't know what else to do.... because i did not install nagios core itself..... now, my question is: Do i have to install nagios itself as well and start is as daemon just to make use of one plugin? Or just installing nagios-plugins is enough?: In the last case, what else do I have to do?
    Thanks!
    Last edited by Xi0N (2011-07-21 05:54:01)

    Xi0N wrote:Or just installing nagios-plugins is enough?
    Yes.
    Configure /etc/nrpe/nrpe.cfg (it's well commented) and setup either xinetd to listen for 5666 connections, or add nrpe to your daemons array if you want to run it standalone.

  • Auto approve a resource using auto-approve.properties configuration file

    Hi All,
    I am wondering if the auto-approve feature enabled through the use of the auto-approve.properties file is being used by any one?
    I am using version 5.7.1 of the agent and server. And in my agent running on a VM I have the auto-approve.properties file with this content:
    # Approve Platform
    platform = true
    # Approve JBoss
    JBoss\ 5.1 = true
    When my VM starts up, I continue to see that it comes up on the Hyperic UI in the auto-discovered list of resources and needs manual auto-approval using an Add to Inventory button click.
    I need to programmatically do the auto-approve for a number of resources (that may appear at any time) and hence cannot use the UI to do this.
    Are there any agent or server -side settings that need to be enabled for auto-approve to take effect ?
    Thanks in advance for any hints!

    The inventory can be approved in the Hyperic manager without the use of the API by configuring an auto-approve.properties file that contains the ResourcePrototypes you are interested in and how they should be handled. True accepts into inventory, false leaves in the AI queue.
    I've attached an auto-approve.properties file that has all OOTB ResourcePrototypes (as of v5.7) set true.
    platform=true
    AIX=true
    Active\ Directory\ 2008=true
    Active\ Directory\ 2008\ Authentication=true
    Active\ Directory\ 2008\ LDAP=true
    Active\ Directory\ 2012=true
    Active\ Directory\ 2012\ Authentication=true
    Active\ Directory\ 2012\ LDAP=true
    Active\ Directory\ base=true
    Active\ Directory\ base\ Authentication=true
    Active\ Directory\ base\ LDAP=true
    ActiveMQ\ 4.0=true
    ActiveMQ\ 4.0\ Broker=true
    ActiveMQ\ 4.0\ Connector=true
    ActiveMQ\ 4.0\ Queue=true
    ActiveMQ\ 4.0\ Topic=true
    ActiveMQ\ 5.0=true
    ActiveMQ\ 5.0\ Broker=true
    ActiveMQ\ 5.0\ Connector=true
    ActiveMQ\ 5.0\ Queue=true
    ActiveMQ\ 5.0\ Topic=true
    ActiveMQ\ 5.1=true
    ActiveMQ\ 5.1\ Broker=true
    ActiveMQ\ 5.1\ Connector=true
    ActiveMQ\ 5.1\ Queue=true
    ActiveMQ\ 5.1\ Topic=true
    ActiveMQ\ 5.2=true
    ActiveMQ\ 5.2\ Broker=true
    ActiveMQ\ 5.2\ Connector=true
    ActiveMQ\ 5.2\ Queue=true
    ActiveMQ\ 5.2\ Topic=true
    ActiveMQ\ 5.3=true
    ActiveMQ\ 5.3\ Broker=true
    ActiveMQ\ 5.3\ Connector=true
    ActiveMQ\ 5.3\ Queue=true
    ActiveMQ\ 5.3\ Topic=true
    ActiveMQ\ 5.4=true
    ActiveMQ\ 5.4\ Broker=true
    ActiveMQ\ 5.4\ Connector=true
    ActiveMQ\ 5.4\ Queue=true
    ActiveMQ\ 5.4\ Topic=true
    ActiveMQ\ Embedded\ 5.0=true
    ActiveMQ\ Embedded\ 5.0\ Broker=true
    ActiveMQ\ Embedded\ 5.0\ Connector=true
    ActiveMQ\ Embedded\ 5.0\ Queue=true
    ActiveMQ\ Embedded\ 5.0\ Topic=true
    ActiveMQ\ Embedded\ 5.1=true
    ActiveMQ\ Embedded\ 5.1\ Broker=true
    ActiveMQ\ Embedded\ 5.1\ Connector=true
    ActiveMQ\ Embedded\ 5.1\ Queue=true
    ActiveMQ\ Embedded\ 5.1\ Topic=true
    ActiveMQ\ Embedded\ 5.2=true
    ActiveMQ\ Embedded\ 5.2\ Broker=true
    ActiveMQ\ Embedded\ 5.2\ Connector=true
    ActiveMQ\ Embedded\ 5.2\ Queue=true
    ActiveMQ\ Embedded\ 5.2\ Topic=true
    ActiveMQ\ Embedded\ 5.3=true
    ActiveMQ\ Embedded\ 5.3\ Broker=true
    ActiveMQ\ Embedded\ 5.3\ Connector=true
    ActiveMQ\ Embedded\ 5.3\ Queue=true
    ActiveMQ\ Embedded\ 5.3\ Topic=true
    ActiveMQ\ Embedded\ 5.4=true
    ActiveMQ\ Embedded\ 5.4\ Broker=true
    ActiveMQ\ Embedded\ 5.4\ Connector=true
    ActiveMQ\ Embedded\ 5.4\ Queue=true
    ActiveMQ\ Embedded\ 5.4\ Topic=true
    Alfresco\ 2.0.x=true
    Alfresco\ 2.0.x\ Database\ Backend=true
    Alfresco\ 2.0.x\ HTTP=true
    Alfresco\ 2.0.x\ Lucene\ Index=true
    Alfresco\ 2.0.x\ Tomcat=true
    Apache\ 1.3=true
    Apache\ 1.3\ VHost=true
    Apache\ 1.3\ mod_jk\ Worker=true
    Apache\ 2.0=true
    Apache\ 2.0\ VHost=true
    Apache\ 2.0\ mod_jk\ Worker=true
    Apache\ 2.2=true
    Apache\ 2.2\ VHost=true
    Apache\ 2.2\ mod_jk\ Worker=true
    Apache\ Tomcat\ 5.5=true
    Apache\ Tomcat\ 5.5\ Cache=true
    Apache\ Tomcat\ 5.5\ DataSource\ Pool=true
    Apache\ Tomcat\ 5.5\ Global\ Request\ Processor=true
    Apache\ Tomcat\ 5.5\ HTTP=true
    Apache\ Tomcat\ 5.5\ JSP\ Monitor=true
    Apache\ Tomcat\ 5.5\ Java\ Process\ Metrics=true
    Apache\ Tomcat\ 5.5\ Servlet\ Monitor=true
    Apache\ Tomcat\ 5.5\ Thread\ Pools=true
    Apache\ Tomcat\ 5.5\ Web\ Module\ Stats=true
    Apache\ Tomcat\ 6.0=true
    Apache\ Tomcat\ 6.0\ Cache=true
    Apache\ Tomcat\ 6.0\ DataSource\ Pool=true
    Apache\ Tomcat\ 6.0\ Global\ Request\ Processor=true
    Apache\ Tomcat\ 6.0\ HQ\ Internals=true
    Apache\ Tomcat\ 6.0\ HTTP=true
    Apache\ Tomcat\ 6.0\ Hibernate\ Session\ Factory=true
    Apache\ Tomcat\ 6.0\ Hyperic\ Data\ Source=true
    Apache\ Tomcat\ 6.0\ JSP\ Monitor=true
    Apache\ Tomcat\ 6.0\ Java\ Process\ Metrics=true
    Apache\ Tomcat\ 6.0\ Servlet\ Monitor=true
    Apache\ Tomcat\ 6.0\ Thread\ Pools=true
    Apache\ Tomcat\ 6.0\ Web\ Module\ Stats=true
    Apache\ Tomcat\ 7.0=true
    Apache\ Tomcat\ 7.0\ Cache=true
    Apache\ Tomcat\ 7.0\ DataSource\ Pool=true
    Apache\ Tomcat\ 7.0\ Global\ Request\ Processor=true
    Apache\ Tomcat\ 7.0\ HQ\ Internals=true
    Apache\ Tomcat\ 7.0\ HTTP=true
    Apache\ Tomcat\ 7.0\ Hibernate\ Session\ Factory=true
    Apache\ Tomcat\ 7.0\ Hyperic\ Data\ Source=true
    Apache\ Tomcat\ 7.0\ JSP\ Monitor=true
    Apache\ Tomcat\ 7.0\ Java\ Process\ Metrics=true
    Apache\ Tomcat\ 7.0\ Servlet\ Monitor=true
    Apache\ Tomcat\ 7.0\ Thread\ Pools=true
    Apache\ Tomcat\ 7.0\ Web\ Module\ Stats=true
    Apache\ httpd=true
    Apache\ httpd\ mod_jk\ Worker=true
    Apache-ERS\ 2.3=true
    Apache-ERS\ 2.3\ VHost=true
    Apache-ERS\ 2.3\ mod_jk\ Worker=true
    Apache-ERS\ 2.4=true
    Apache-ERS\ 2.4\ VHost=true
    Apache-ERS\ 2.4\ mod_jk\ Worker=true
    Apache-ERS\ 3.x=true
    Apache-ERS\ 3.x\ VHost=true
    Apache-ERS\ 3.x\ mod_jk\ Worker=true
    Apache-ERS\ 4.x=true
    Apache-ERS\ 4.x\ VHost=true
    Apache-ERS\ 4.x\ mod_jk\ Worker=true
    Application\ Peer\ 6.5=true
    Application\ Peer\ 6.5\ Region=true
    Bind\ 9.x=true
    CPU=true
    Cache\ Server\ 6.5=true
    Cache\ Server\ 6.5\ Region=true
    Cisco\ IOS=true
    Cisco\ IOS\ Interface=true
    Cisco\ IOS\ Server=true
    Cisco\ PIXOS=true
    Cisco\ PIXOS\ Interface=true
    Cisco\ PIXOS\ Server=true
    Coldfusion\ 6.x=true
    Coldfusion\ 6.x\ HTTP=true
    Coldfusion\ 6.x\ Java\ Process\ Metrics=true
    Coldfusion\ 7.x=true
    Coldfusion\ 7.x\ HTTP=true
    Coldfusion\ 7.x\ Java\ Process\ Metrics=true
    DB2\ 7.x=true
    DB2\ 7.x\ Database=true
    DB2\ 7.x\ Table=true
    DB2\ 7.x\ Tablespace=true
    DB2\ 8.x=true
    DB2\ 8.x\ Database=true
    DB2\ 8.x\ Table=true
    DB2\ 8.x\ Tablespace=true
    DB2\ 9.x=true
    DB2\ 9.x\ Database=true
    DB2\ 9.x\ Table=true
    DB2\ 9.x\ Tablespace=true
    DB2\ JDBC\ 9.x=true
    DB2\ JDBC\ 9.x\ Buffer\ Pool=true
    DB2\ JDBC\ 9.x\ Memory\ Pool=true
    DB2\ JDBC\ 9.x\ Table=true
    DB2\ JDBC\ 9.x\ Table\ Space=true
    DB2\ JDBC\ Database\ Manager\ 9.x=true
    DHCP=true
    DNS=true
    Exchange\ 2000=true
    Exchange\ 2000\ IMAP4=true
    Exchange\ 2000\ MTA=true
    Exchange\ 2000\ POP3=true
    Exchange\ 2000\ Web=true
    Exchange\ 2003=true
    Exchange\ 2003\ IMAP4=true
    Exchange\ 2003\ MTA=true
    Exchange\ 2003\ POP3=true
    Exchange\ 2003\ Web=true
    Exchange\ 2007=true
    Exchange\ 2007\ IMAP4=true
    Exchange\ 2007\ POP3=true
    Exchange\ 2007\ Web=true
    Exchange\ 2010=true
    Exchange\ 2010\ IMAP4=true
    Exchange\ 2010\ POP3=true
    Exchange\ 2010\ Web=true
    Exchange\ 5.5=true
    Exchange\ 5.5\ IMAP4=true
    Exchange\ 5.5\ MTA=true
    Exchange\ 5.5\ POP3=true
    Exchange\ 5.5\ Web=true
    Exchange\ Transport\ 2007=true
    Exchange\ Transport\ 2007\ SmtpReceive=true
    Exchange\ Transport\ 2007\ SmtpSend=true
    Exchange\ Transport\ 2010=true
    Exchange\ Transport\ 2010\ SmtpReceive=true
    Exchange\ Transport\ 2010\ SmtpSend=true
    FTP=true
    FileServer=true
    FileServer\ Directory=true
    FileServer\ Directory\ Tree=true
    FileServer\ File=true
    FileServer\ Mount=true
    FreeBSD=true
    Gateway\ Hub\ 6.5=true
    Gateway\ Hub\ 6.5\ Gateway=true
    Gateway\ Hub\ 6.5\ Region=true
    GemFire\ Distributed\ System=true
    Geronimo\ 1.0=true
    Geronimo\ 1.0\ Entity\ Bean=true
    Geronimo\ 1.0\ JCA\ Connection\ Factory=true
    Geronimo\ 1.0\ Stateful\ Session\ Bean=true
    Geronimo\ 1.0\ Stateless\ Session\ Bean=true
    GlassFish\ 9.x=true
    GlassFish\ 9.x\ Class\ Loading\ System=true
    GlassFish\ 9.x\ Connection\ Queue=true
    GlassFish\ 9.x\ Garbage\ Collector=true
    GlassFish\ 9.x\ Global\ Request\ Processor=true
    GlassFish\ 9.x\ Manager=true
    GlassFish\ 9.x\ PWC\ Connection\ Queue=true
    GlassFish\ 9.x\ PWC\ File\ Cache=true
    GlassFish\ 9.x\ PWC\ Keep\ Alive=true
    GlassFish\ 9.x\ Servlet=true
    GlassFish\ 9.x\ System\ Compilation=true
    GlassFish\ 9.x\ WebModule=true
    HPUX=true
    HQ\ Agent=true
    HQ\ PostgreSQL\ 9.x=true
    HQ\ PostgreSQL\ 9.x\ DataBase=true
    HQ\ PostgreSQL\ 9.x\ Index=true
    HQ\ PostgreSQL\ 9.x\ Table=true
    HTTP=true
    IIS\ 4.x=true
    IIS\ 4.x\ VHost=true
    IIS\ 5.x=true
    IIS\ 5.x\ VHost=true
    IIS\ 6.x=true
    IIS\ 6.x\ VHost=true
    IIS\ 7.x=true
    IIS\ 7.x\ VHost=true
    IIS\ 8.x=true
    IIS\ 8.x\ VHost=true
    IMAP=true
    InetAddress\ Ping=true
    Informix\ 10.0=true
    Informix\ 10.0\ DBSpace=true
    Informix\ 10.0\ Table=true
    JBoss\ 3.2=true
    JBoss\ 3.2\ Entity\ EJB=true
    JBoss\ 3.2\ Hibernate\ Session\ Factory=true
    JBoss\ 3.2\ JCA\ Connection\ Pool=true
    JBoss\ 3.2\ JGroups\ Channel=true
    JBoss\ 3.2\ JMS\ Destination=true
    JBoss\ 3.2\ JMS\ Topic=true
    JBoss\ 3.2\ Message\ Driven\ EJB=true
    JBoss\ 3.2\ Stateful\ Session\ EJB=true
    JBoss\ 3.2\ Stateless\ Session\ EJB=true
    JBoss\ 4.0=true
    JBoss\ 4.0\ EJB3=true
    JBoss\ 4.0\ Entity\ EJB=true
    JBoss\ 4.0\ HQ\ Internals=true
    JBoss\ 4.0\ Hibernate\ Session\ Factory=true
    JBoss\ 4.0\ JCA\ Connection\ Pool=true
    JBoss\ 4.0\ JCA\ Data\ Source=true
    JBoss\ 4.0\ JGroups\ Channel=true
    JBoss\ 4.0\ JMS\ Destination=true
    JBoss\ 4.0\ JMS\ Topic=true
    JBoss\ 4.0\ Message\ Driven\ EJB=true
    JBoss\ 4.0\ Stateful\ Session\ EJB=true
    JBoss\ 4.0\ Stateless\ Session\ EJB=true
    JBoss\ 4.2=true
    JBoss\ 4.2\ EJB3=true
    JBoss\ 4.2\ Entity\ EJB=true
    JBoss\ 4.2\ HQ\ Internals=true
    JBoss\ 4.2\ Hibernate\ Session\ Factory=true
    JBoss\ 4.2\ JCA\ Connection\ Pool=true
    JBoss\ 4.2\ JCA\ Data\ Source=true
    JBoss\ 4.2\ JGroups\ Channel=true
    JBoss\ 4.2\ JMS\ Destination=true
    JBoss\ 4.2\ JMS\ Topic=true
    JBoss\ 4.2\ Message\ Driven\ EJB=true
    JBoss\ 4.2\ Stateful\ Session\ EJB=true
    JBoss\ 4.2\ Stateless\ Session\ EJB=true
    JBoss\ 4.3=true
    JBoss\ 4.3\ EJB3=true
    JBoss\ 4.3\ Entity\ EJB=true
    JBoss\ 4.3\ Hibernate\ Session\ Factory=true
    JBoss\ 4.3\ JCA\ Connection\ Pool=true
    JBoss\ 4.3\ JCA\ Data\ Source=true
    JBoss\ 4.3\ JGroups\ Channel=true
    JBoss\ 4.3\ JMS\ Destination=true
    JBoss\ 4.3\ JMS\ Queue\ Destination=true
    JBoss\ 4.3\ JMS\ Topic=true
    JBoss\ 4.3\ Message\ Driven\ EJB=true
    JBoss\ 4.3\ Stateful\ Session\ EJB=true
    JBoss\ 4.3\ Stateless\ Session\ EJB=true
    JBoss\ 5.0=true
    JBoss\ 5.0\ EJB\ 3=true
    JBoss\ 5.0\ Hibernate\ Session\ Factory=true
    JBoss\ 5.0\ JCA\ Connection\ Pool=true
    JBoss\ 5.0\ JCA\ Data\ Source=true
    JBoss\ 5.0\ JGroups\ Channel=true
    JBoss\ 5.0\ JMS\ QUEUE\ Destination=true
    JBoss\ 5.0\ JMS\ Topic=true
    JBoss\ 5.0\ Message\ Driven\ EJB=true
    JBoss\ 5.0\ Stateful\ Session\ EJB=true
    JBoss\ 5.0\ Stateless\ Session\ EJB=true
    JBoss\ 5.0\ WebApp=true
    JBoss\ 5.1=true
    JBoss\ 5.1\ EJB\ 3=true
    JBoss\ 5.1\ Hibernate\ Session\ Factory=true
    JBoss\ 5.1\ JCA\ Connection\ Pool=true
    JBoss\ 5.1\ JCA\ Data\ Source=true
    JBoss\ 5.1\ JGroups\ Channel=true
    JBoss\ 5.1\ JMS\ QUEUE\ Destination=true
    JBoss\ 5.1\ JMS\ Topic=true
    JBoss\ 5.1\ Message\ Driven\ EJB=true
    JBoss\ 5.1\ Stateful\ Session\ EJB=true
    JBoss\ 5.1\ Stateless\ Session\ EJB=true
    JBoss\ 5.1\ WebApp=true
    JBoss\ 6.0=true
    JBoss\ 6.0\ EJB\ 3=true
    JBoss\ 6.0\ Hibernate\ Session\ Factory=true
    JBoss\ 6.0\ JCA\ Connection\ Pool=true
    JBoss\ 6.0\ JCA\ Data\ Source=true
    JBoss\ 6.0\ JGroups\ Channel=true
    JBoss\ 6.0\ JMS\ HornetQ\ QUEUE=true
    JBoss\ 6.0\ JMS\ HornetQ\ Topic=true
    JBoss\ 6.0\ JMS\ QUEUE\ Destination=true
    JBoss\ 6.0\ JMS\ Topic=true
    JBoss\ 6.0\ Message\ Driven\ EJB=true
    JBoss\ 6.0\ Stateful\ Session\ EJB=true
    JBoss\ 6.0\ Stateless\ Session\ EJB=true
    JBoss\ 6.0\ WebApp=true
    JBoss\ 7=true
    JBoss\ 7\ Connector=true
    JBoss\ 7\ Datasource=true
    JBoss\ 7\ deployment=true
    JBoss\ 7.1=true
    JBoss\ 7.1\ Connector=true
    JBoss\ 7.1\ Datasource=true
    JBoss\ 7.1\ deployment=true
    JBoss\ Host\ Controller\ 7=true
    JBoss\ Host\ Controller\ 7.1=true
    JBoss\ Managed\ 7=true
    JBoss\ Managed\ 7\ Connector=true
    JBoss\ Managed\ 7\ Datasource=true
    JBoss\ Managed\ 7\ deployment=true
    JBoss\ Managed\ 7.1=true
    JBoss\ Managed\ 7.1\ Connector=true
    JBoss\ Managed\ 7.1\ Datasource=true
    JBoss\ Managed\ 7.1\ deployment=true
    JBoss\ Web\ 2.0=true
    JBoss\ Web\ 2.0\ Cache=true
    JBoss\ Web\ 2.0\ DataSource\ Pool=true
    JBoss\ Web\ 2.0\ Global\ Request\ Processor=true
    JBoss\ Web\ 2.0\ HQ\ Internals=true
    JBoss\ Web\ 2.0\ HTTP=true
    JBoss\ Web\ 2.0\ Hibernate\ Session\ Factory=true
    JBoss\ Web\ 2.0\ Hyperic\ Data\ Source=true
    JBoss\ Web\ 2.0\ JSP\ Monitor=true
    JBoss\ Web\ 2.0\ Java\ Process\ Metrics=true
    JBoss\ Web\ 2.0\ Servlet\ Monitor=true
    JBoss\ Web\ 2.0\ Thread\ Pools=true
    JBoss\ Web\ 2.0\ Web\ Module\ Stats=true
    JBoss\ Web\ 2.1=true
    JBoss\ Web\ 2.1\ Cache=true
    JBoss\ Web\ 2.1\ DataSource\ Pool=true
    JBoss\ Web\ 2.1\ Global\ Request\ Processor=true
    JBoss\ Web\ 2.1\ HQ\ Internals=true
    JBoss\ Web\ 2.1\ HTTP=true
    JBoss\ Web\ 2.1\ Hibernate\ Session\ Factory=true
    JBoss\ Web\ 2.1\ Hyperic\ Data\ Source=true
    JBoss\ Web\ 2.1\ JSP\ Monitor=true
    JBoss\ Web\ 2.1\ Java\ Process\ Metrics=true
    JBoss\ Web\ 2.1\ Servlet\ Monitor=true
    JBoss\ Web\ 2.1\ Thread\ Pools=true
    JBoss\ Web\ 2.1\ Web\ Module\ Stats=true
    JBoss\ Web\ 3.0=true
    JBoss\ Web\ 3.0\ Cache=true
    JBoss\ Web\ 3.0\ DataSource\ Pool=true
    JBoss\ Web\ 3.0\ Global\ Request\ Processor=true
    JBoss\ Web\ 3.0\ HQ\ Internals=true
    JBoss\ Web\ 3.0\ HTTP=true
    JBoss\ Web\ 3.0\ Hibernate\ Session\ Factory=true
    JBoss\ Web\ 3.0\ Hyperic\ Data\ Source=true
    JBoss\ Web\ 3.0\ JSP\ Monitor=true
    JBoss\ Web\ 3.0\ Java\ Process\ Metrics=true
    JBoss\ Web\ 3.0\ Servlet\ Monitor=true
    JBoss\ Web\ 3.0\ Thread\ Pools=true
    JBoss\ Web\ 3.0\ Web\ Module\ Stats=true
    JMX\ Agent\ 6.5=true
    Jetty\ 6.x=true
    Jetty\ 6.x\ Jetty\ IO=true
    LDAP=true
    Linux=true
    MacOSX=true
    MsSQL\ 2000=true
    MsSQL\ 2000\ Database=true
    MsSQL\ 2000\ SQLAgent=true
    MsSQL\ 2005=true
    MsSQL\ 2005\ Database=true
    MsSQL\ 2005\ SQLAgent=true
    MsSQL\ 2008=true
    MsSQL\ 2008\ Database=true
    MsSQL\ 2008\ R2=true
    MsSQL\ 2008\ R2\ Database=true
    MsSQL\ 2008\ R2\ SQLAgent=true
    MsSQL\ 2008\ SQLAgent=true
    MsSQL\ 2012=true
    MsSQL\ 2012\ Database=true
    MsSQL\ 2012\ SQLAgent=true
    MultiProcess=true
    MySQL\ 3.x=true
    MySQL\ 3.x\ Table=true
    MySQL\ 4.x=true
    MySQL\ 4.x\ Table=true
    MySQL\ 5.x=true
    MySQL\ 5.x\ Table=true
    MySQL\ Process\ 3.x=true
    MySQL\ Process\ 4.x=true
    MySQL\ Process\ 5.x=true
    MySQL\ Stats\ 4.0.x=true
    MySQL\ Stats\ 4.0.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 4.0.x\ Slave\ Status=true
    MySQL\ Stats\ 4.1.x=true
    MySQL\ Stats\ 4.1.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 4.1.x\ Slave\ Status=true
    MySQL\ Stats\ 5.0.x=true
    MySQL\ Stats\ 5.0.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 5.0.x\ Slave\ Status=true
    MySQL\ Stats\ 5.0.x\ Table=true
    MySQL\ Stats\ 5.1.x=true
    MySQL\ Stats\ 5.1.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 5.1.x\ Slave\ Status=true
    MySQL\ Stats\ 5.1.x\ Table=true
    MySQL\ Stats\ 5.5.x=true
    MySQL\ Stats\ 5.5.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 5.5.x\ Slave\ Status=true
    MySQL\ Stats\ 5.5.x\ Table=true
    MySQL\ Stats\ base=true
    MySQL\ Stats\ base\ Slave\ Status=true
    MySQL\ Stats\ baseWithTable=true
    MySQL\ Stats\ baseWithTable\ Slave\ Status=true
    MySQL\ Stats\ baseWithTable\ Table=true
    NTP=true
    NTP\ 4.x=true
    Nagios=true
    Nagios\ Plugin=true
    Net\ Services=true
    NetApp\ Filer=true
    NetApp\ Filer\ CIFS\ Server=true
    NetApp\ Filer\ File\ System=true
    NetApp\ Filer\ Interface=true
    NetApp\ Filer\ NFS\ server\ v2=true
    NetApp\ Filer\ NFS\ server\ v3=true
    NetApp\ Filer\ Server=true
    NetBSD=true
    Network\ Device=true
    Network\ Device\ Interface=true
    Network\ Device\ Server=true
    Network\ Host=true
    Network\ Host\ Interface=true
    Network\ Host\ Server=true
    Network\ Host\ Storage=true
    NetworkServer=true
    NetworkServer\ Interface=true
    OC4J\ 10=true
    OC4J\ 10\ Application=true
    OC4J\ 10\ Entity\ Bean=true
    OC4J\ 10\ JCA\ Connection\ Pool=true
    OC4J\ 10\ JCA\ Resource=true
    OC4J\ 10\ JDBC\ Resource=true
    OC4J\ 10\ JMS\ Destination=true
    OC4J\ 10\ JMS\ Topic=true
    OC4J\ 10\ JTA\ Resource=true
    OC4J\ 10\ Stateful\ Session\ Bean=true
    OC4J\ 10\ Stateless\ Session\ Bean=true
    OC4J\ 10\ Thread\ Pool=true
    OC4J\ 10\ Web\ Module=true
    OpenBSD=true
    OpenLDAP\ 2.3.x=true
    OpenLDAP\ 2.3.x\ LDAP=true
    OpenLDAP\ 2.3.x\ Slapd\ Process\ Metrics=true
    Oracle\ 10g=true
    Oracle\ 10g\ Process\ Metrics=true
    Oracle\ 10g\ Segment=true
    Oracle\ 10g\ TNS\ Ping=true
    Oracle\ 10g\ Tablespace=true
    Oracle\ 10g\ User\ Instance=true
    Oracle\ 11g=true
    Oracle\ 11g\ Process\ Metrics=true
    Oracle\ 11g\ Segment=true
    Oracle\ 11g\ TNS\ Ping=true
    Oracle\ 11g\ Tablespace=true
    Oracle\ 11g\ User\ Instance=true
    Oracle\ 8i=true
    Oracle\ 8i\ Process\ Metrics=true
    Oracle\ 8i\ TNS\ Ping=true
    Oracle\ 8i\ Tablespace=true
    Oracle\ 8i\ User\ Instance=true
    Oracle\ 9i=true
    Oracle\ 9i\ Process\ Metrics=true
    Oracle\ 9i\ TNS\ Ping=true
    Oracle\ 9i\ Tablespace=true
    Oracle\ 9i\ User\ Instance=true
    POP3=true
    Perlbal\ 1.x=true
    Postfix\ 2.x=true
    Postfix\ 2.x\ Queue=true
    PostgreSQL\ 7.4=true
    PostgreSQL\ 7.4\ DataBase=true
    PostgreSQL\ 7.4\ Index=true
    PostgreSQL\ 7.4\ Table=true
    PostgreSQL\ 8.x=true
    PostgreSQL\ 8.x\ DataBase=true
    PostgreSQL\ 8.x\ Index=true
    PostgreSQL\ 8.x\ Table=true
    PostgreSQL\ 9.x=true
    PostgreSQL\ 9.x\ DataBase=true
    PostgreSQL\ 9.x\ Index=true
    PostgreSQL\ 9.x\ Table=true
    Process=true
    ProcessServer=true
    RPC=true
    RabbitMQ=true
    RabbitMQ\ Channel=true
    RabbitMQ\ Connection=true
    RabbitMQ\ Exchange=true
    RabbitMQ\ Queue=true
    RabbitMQ\ VirtualHost=true
    Resin\ 3.x=true
    Resin\ 3.x\ Connection\ Pool=true
    Resin\ 3.x\ Port=true
    Resin\ 3.x\ Webapp=true
    SMTP=true
    SNMP=true
    SQL\ Query=true
    SSH=true
    Samba\ 3.x=true
    Script=true
    Sendmail\ 8.x=true
    Sendmail\ 8.x\ Message\ Submission\ Process=true
    Sendmail\ 8.x\ Root\ Daemon\ Process=true
    Sendmail\ 8.x\ SMTP=true
    SharePoint\ 2007=true
    SharePoint\ 2007\ Publishing\ Cache=true
    SharePoint\ 2007\ Search\ Archival\ Plugin=true
    SharePoint\ 2007\ Search\ Gatherer=true
    SharePoint\ 2007\ Search\ Gatherer\ Projects=true
    SharePoint\ 2007\ Search\ Schema\ Plugin=true
    SharePoint\ 2007\ Webserver=true
    SharePoint\ 2007\ WindowsService=true
    SharePoint\ 2010=true
    SharePoint\ 2010\ Disk-Based\ Cache=true
    SharePoint\ 2010\ Foundation\ BDC\ Metadata=true
    SharePoint\ 2010\ Foundation\ BDC\ Online=true
    SharePoint\ 2010\ Foundation\ Search\ Archival\ Plugin=true
    SharePoint\ 2010\ Foundation\ Search\ FAST\ Content\ Plugin=true
    SharePoint\ 2010\ Foundation\ Search\ Gatherer=true
    SharePoint\ 2010\ Foundation\ Search\ Gatherer\ Databases=true
    SharePoint\ 2010\ Foundation\ Search\ Gatherer\ Projects=true
    SharePoint\ 2010\ Foundation\ Search\ Indexer\ Plugin=true
    SharePoint\ 2010\ Foundation\ Search\ Query\ Processor=true
    SharePoint\ 2010\ Foundation\ Search\ Schema\ Plugin=true
    SharePoint\ 2010\ Publishing\ Cache=true
    SharePoint\ 2010\ Records\ Management\ Counters=true
    SharePoint\ 2010\ Webserver=true
    SharePoint\ 2010\ WindowsService=true
    Solaris=true
    Spring\ Application=true
    Spring\ Insight=true
    Spring\ Insight\ Application=true
    SpringSource\ tc\ Runtime\ 6.0=true
    SpringSource\ tc\ Runtime\ 6.0\ Cache=true
    SpringSource\ tc\ Runtime\ 6.0\ Data\ Source\ Context=true
    SpringSource\ tc\ Runtime\ 6.0\ Data\ Source\ Global=true
    SpringSource\ tc\ Runtime\ 6.0\ EM4J=true
    SpringSource\ tc\ Runtime\ 6.0\ Executor=true
    SpringSource\ tc\ Runtime\ 6.0\ Garbage\ Collector=true
    SpringSource\ tc\ Runtime\ 6.0\ Global\ Request\ Processor=true
    SpringSource\ tc\ Runtime\ 6.0\ HTTP=true
    SpringSource\ tc\ Runtime\ 6.0\ JSP\ Monitor=true
    SpringSource\ tc\ Runtime\ 6.0\ Java\ Process\ Metrics=true
    SpringSource\ tc\ Runtime\ 6.0\ Manager=true
    SpringSource\ tc\ Runtime\ 6.0\ Servlet\ Monitor=true
    SpringSource\ tc\ Runtime\ 6.0\ Thread\ Diagnostics\ Context=true
    SpringSource\ tc\ Runtime\ 6.0\ Thread\ Diagnostics\ Engine=true
    SpringSource\ tc\ Runtime\ 6.0\ Thread\ Diagnostics\ Host=true
    SpringSource\ tc\ Runtime\ 6.0\ Thread\ Pools=true
    SpringSource\ tc\ Runtime\ 6.0\ Tomcat\ JDBC\ Connection\ Pool\ Context=true
    SpringSource\ tc\ Runtime\ 6.0\ Tomcat\ JDBC\ Connection\ Pool\ Global=true
    SpringSource\ tc\ Runtime\ 6.0\ Web\ Module\ Stats=true
    SpringSource\ tc\ Runtime\ 7.0=true
    SpringSource\ tc\ Runtime\ 7.0\ Cache=true
    SpringSource\ tc\ Runtime\ 7.0\ Data\ Source\ Context=true
    SpringSource\ tc\ Runtime\ 7.0\ Data\ Source\ Global=true
    SpringSource\ tc\ Runtime\ 7.0\ EM4J=true
    SpringSource\ tc\ Runtime\ 7.0\ Executor=true
    SpringSource\ tc\ Runtime\ 7.0\ Garbage\ Collector=true
    SpringSource\ tc\ Runtime\ 7.0\ Global\ Request\ Processor=true
    SpringSource\ tc\ Runtime\ 7.0\ HTTP=true
    SpringSource\ tc\ Runtime\ 7.0\ JSP\ Monitor=true
    SpringSource\ tc\ Runtime\ 7.0\ Java\ Process\ Metrics=true
    SpringSource\ tc\ Runtime\ 7.0\ Manager=true
    SpringSource\ tc\ Runtime\ 7.0\ Servlet\ Monitor=true
    SpringSource\ tc\ Runtime\ 7.0\ Thread\ Diagnostics\ Context=true
    SpringSource\ tc\ Runtime\ 7.0\ Thread\ Diagnostics\ Engine=true
    SpringSource\ tc\ Runtime\ 7.0\ Thread\ Diagnostics\ Host=true
    SpringSource\ tc\ Runtime\ 7.0\ Thread\ Pools=true
    SpringSource\ tc\ Runtime\ 7.0\ Tomcat\ JDBC\ Connection\ Pool\ Context=true
    SpringSource\ tc\ Runtime\ 7.0\ Tomcat\ JDBC\ Connection\ Pool\ Global=true
    SpringSource\ tc\ Runtime\ 7.0\ Web\ Module\ Stats=true
    Sun\ JVM\ 1.5=true
    Sun\ JVM\ 1.5\ Garbage\ Collector=true
    Sun\ JVM\ 1.5\ Memory\ Pool=true
    Sybase\ 12.5.x=true
    Sybase\ 12.5.x\ sp_monitorconfig=true
    Sybase\ 12.5.x\ sp_sysmonCache=true
    Sybase\ 12.5.x\ sp_sysmonEngine=true
    Sybase\ 12.5.x\ storage=true
    Sybase\ 12.x=true
    Sybase\ 15.x=true
    Sybase\ 15.x\ sp_monitorconfig=true
    Sybase\ 15.x\ sp_sysmonCache=true
    Sybase\ 15.x\ sp_sysmonEngine=true
    Sybase\ 15.x\ storage=true
    TCP\ Socket=true
    VMware\ ESX\ 2.x=true
    VMware\ ESX\ 2.x\ VM=true
    VMware\ ESX\ 2.x\ VM\ Disk=true
    VMware\ ESX\ 2.x\ VM\ NIC=true
    VMware\ ESX\ 3.x=true
    VMware\ ESX\ 3.x\ VM=true
    VMware\ ESX\ 3.x\ VM\ Disk=true
    VMware\ ESX\ 3.x\ VM\ NIC=true
    VMware\ GSX\ 3.x=true
    VMware\ GSX\ 3.x\ VM=true
    VMware\ Server\ 1.x=true
    VMware\ Server\ 1.x\ VM=true
    VMware\ VI3\ Host=true
    VMware\ VI3\ Resource\ Pool=true
    VMware\ VI3\ VM=true
    VMware\ VI3\ VM\ CPU=true
    VMware\ VI3\ VM\ NIC=true
    VMware\ vCenter=true
    VMware\ vSphere\ Host=true
    VMware\ vSphere\ Host\ DS=true
    VMware\ vSphere\ VM=true
    VMware\ vSphere\ VM\ DS=true
    WebSphere\ 6.0=true
    WebSphere\ 6.0\ Application=true
    WebSphere\ 6.0\ Connection\ Pool=true
    WebSphere\ 6.0\ EJB=true
    WebSphere\ 6.0\ Thread\ Pool=true
    WebSphere\ 6.0\ Webapp=true
    WebSphere\ 6.1=true
    WebSphere\ 6.1\ Application=true
    WebSphere\ 6.1\ Connection\ Pool=true
    WebSphere\ 6.1\ EJB=true
    WebSphere\ 6.1\ Thread\ Pool=true
    WebSphere\ 6.1\ Webapp=true
    WebSphere\ 7.0=true
    WebSphere\ 7.0\ Application=true
    WebSphere\ 7.0\ Connection\ Pool=true
    WebSphere\ 7.0\ EJB=true
    WebSphere\ 7.0\ Thread\ Pool=true
    WebSphere\ 7.0\ Webapp=true
    WebSphere\ Admin\ 6.0=true
    WebSphere\ Admin\ 6.1=true
    WebSphere\ Admin\ 7.0=true
    WebSphere\ MQ\ QManager\ 6=true
    WebSphere\ MQ\ QManager\ 6\ Alias\ Queue=true
    WebSphere\ MQ\ QManager\ 6\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ Cluster=true
    WebSphere\ MQ\ QManager\ 6\ Cluster\ Receiver\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ Cluster\ Sender\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ Local\ Queue=true
    WebSphere\ MQ\ QManager\ 6\ Process=true
    WebSphere\ MQ\ QManager\ 6\ Receiver\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ Remote\ Queue=true
    WebSphere\ MQ\ QManager\ 6\ Sender\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ System\ Queue=true
    WebSphere\ MQ\ QManager\ 7=true
    WebSphere\ MQ\ QManager\ 7\ Alias\ Queue=true
    WebSphere\ MQ\ QManager\ 7\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ Cluster=true
    WebSphere\ MQ\ QManager\ 7\ Cluster\ Receiver\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ Cluster\ Sender\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ Local\ Queue=true
    WebSphere\ MQ\ QManager\ 7\ Process=true
    WebSphere\ MQ\ QManager\ 7\ Receiver\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ Remote\ Queue=true
    WebSphere\ MQ\ QManager\ 7\ Sender\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ System\ Queue=true
    WebSphere\ MQ\ QManager\ 7\ Topic=true
    Weblogic\ 10.0=true
    Weblogic\ 10.0\ Application=true
    Weblogic\ 10.0\ Entity\ EJB=true
    Weblogic\ 10.0\ Execute\ Queue=true
    Weblogic\ 10.0\ JDBC\ Connection\ Pool=true
    Weblogic\ 10.0\ JMS\ Destination=true
    Weblogic\ 10.0\ JMS\ Server=true
    Weblogic\ 10.0\ JTA\ Resource=true
    Weblogic\ 10.0\ Message\ Driven\ EJB=true
    Weblogic\ 10.0\ Stateful\ EJB=true
    Weblogic\ 10.0\ Stateless\ EJB=true
    Weblogic\ 10.0\ Webapp=true
    Weblogic\ 10.1=true
    Weblogic\ 10.1\ Application=true
    Weblogic\ 10.1\ Entity\ EJB=true
    Weblogic\ 10.1\ Execute\ Queue=true
    Weblogic\ 10.1\ JDBC\ Connection\ Pool=true
    Weblogic\ 10.1\ JMS\ Destination=true
    Weblogic\ 10.1\ JMS\ Server=true
    Weblogic\ 10.1\ JTA\ Resource=true
    Weblogic\ 10.1\ Message\ Driven\ EJB=true
    Weblogic\ 10.1\ Stateful\ EJB=true
    Weblogic\ 10.1\ Stateless\ EJB=true
    Weblogic\ 10.1\ Webapp=true
    Weblogic\ 10.2=true
    Weblogic\ 10.2\ Application=true
    Weblogic\ 10.2\ Entity\ EJB=true
    Weblogic\ 10.2\ Execute\ Queue=true
    Weblogic\ 10.2\ JDBC\ Connection\ Pool=true
    Weblogic\ 10.2\ JMS\ Destination=true
    Weblogic\ 10.2\ JMS\ Server=true
    Weblogic\ 10.2\ JTA\ Resource=true
    Weblogic\ 10.2\ Message\ Driven\ EJB=true
    Weblogic\ 10.2\ Stateful\ EJB=true
    Weblogic\ 10.2\ Stateless\ EJB=true
    Weblogic\ 10.2\ Webapp=true
    Weblogic\ 10.3=true
    Weblogic\ 10.3\ Application=true
    Weblogic\ 10.3\ Entity\ EJB=true
    Weblogic\ 10.3\ Execute\ Queue=true
    Weblogic\ 10.3\ JDBC\ Connection\ Pool=true
    Weblogic\ 10.3\ JMS\ Destination=true
    Weblogic\ 10.3\ JMS\ Server=true
    Weblogic\ 10.3\ JTA\ Resource=true
    Weblogic\ 10.3\ Message\ Driven\ EJB=true
    Weblogic\ 10.3\ Stateful\ EJB=true
    Weblogic\ 10.3\ Stateless\ EJB=true
    Weblogic\ 10.3\ Webapp=true
    Weblogic\ 6.1=true
    Weblogic\ 6.1\ Application=true
    Weblogic\ 6.1\ Entity\ EJB=true
    Weblogic\ 6.1\ Execute\ Queue=true
    Weblogic\ 6.1\ JDBC\ Connection\ Pool=true
    Weblogic\ 6.1\ JMS\ Destination=true
    Weblogic\ 6.1\ JMS\ Server=true
    Weblogic\ 6.1\ JTA\ Resource=true
    Weblogic\ 6.1\ Message\ Driven\ EJB=true
    Weblogic\ 6.1\ Stateful\ EJB=true
    Weblogic\ 6.1\ Stateless\ EJB=true
    Weblogic\ 6.1\ Webapp=true
    Weblogic\ 7.0=true
    Weblogic\ 7.0\ Application=true
    Weblogic\ 7.0\ Entity\ EJB=true
    Weblogic\ 7.0\ Execute\ Queue=true
    Weblogic\ 7.0\ JDBC\ Connection\ Pool=true
    Weblogic\ 7.0\ JMS\ Destination=true
    Weblogic\ 7.0\ JMS\ Server=true
    Weblogic\ 7.0\ JTA\ Resource=true
    Weblogic\ 7.0\ Message\ Driven\ EJB=true
    Weblogic\ 7.0\ Stateful\ EJB=true
    Weblogic\ 7.0\ Stateless\ EJB=true
    Weblogic\ 7.0\ Webapp=true
    Weblogic\ 8.1=true
    Weblogic\ 8.1\ Application=true
    Weblogic\ 8.1\ Entity\ EJB=true
    Weblogic\ 8.1\ Execute\ Queue=true
    Weblogic\ 8.1\ JDBC\ Connection\ Pool=true
    Weblogic\ 8.1\ JMS\ Destination=true
    Weblogic\ 8.1\ JMS\ Server=true
    Weblogic\ 8.1\ JTA\ Resource=true
    Weblogic\ 8.1\ Message\ Driven\ EJB=true
    Weblogic\ 8.1\ Stateful\ EJB=true
    Weblogic\ 8.1\ Stateless\ EJB=true
    Weblogic\ 8.1\ Webapp=true
    Weblogic\ 9.1=true
    Weblogic\ 9.1\ Application=true
    Weblogic\ 9.1\ Entity\ EJB=true
    Weblogic\ 9.1\ Execute\ Queue=true
    Weblogic\ 9.1\ JDBC\ Connection\ Pool=true
    Weblogic\ 9.1\ JMS\ Destination=true
    Weblogic\ 9.1\ JMS\ Server=true
    Weblogic\ 9.1\ JTA\ Resource=true
    Weblogic\ 9.1\ Message\ Driven\ EJB=true
    Weblogic\ 9.1\ Stateful\ EJB=true
    Weblogic\ 9.1\ Stateless\ EJB=true
    Weblogic\ 9.1\ Webapp=true
    Weblogic\ 9.2=true
    Weblogic\ 9.2\ Application=true
    Weblogic\ 9.2\ Entity\ EJB=true
    Weblogic\ 9.2\ Execute\ Queue=true
    Weblogic\ 9.2\ JDBC\ Connection\ Pool=true
    Weblogic\ 9.2\ JMS\ Destination=true
    Weblogic\ 9.2\ JMS\ Server=true
    Weblogic\ 9.2\ JTA\ Resource=true
    Weblogic\ 9.2\ Message\ Driven\ EJB=true
    Weblogic\ 9.2\ Stateful\ EJB=true
    Weblogic\ 9.2\ Stateless\ EJB=true
    Weblogic\ 9.2\ Webapp=true
    Weblogic\ Admin\ 10.0=true
    Weblogic\ Admin\ 10.0\ Application=true
    Weblogic\ Admin\ 10.0\ Entity\ EJB=true
    Weblogic\ Admin\ 10.0\ Execute\ Queue=true
    Weblogic\ Admin\ 10.0\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 10.0\ JMS\ Destination=true
    Weblogic\ Admin\ 10.0\ JMS\ Server=true
    Weblogic\ Admin\ 10.0\ JTA\ Resource=true
    Weblogic\ Admin\ 10.0\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 10.0\ Stateful\ EJB=true
    Weblogic\ Admin\ 10.0\ Stateless\ EJB=true
    Weblogic\ Admin\ 10.0\ Webapp=true
    Weblogic\ Admin\ 10.1=true
    Weblogic\ Admin\ 10.1\ Application=true
    Weblogic\ Admin\ 10.1\ Entity\ EJB=true
    Weblogic\ Admin\ 10.1\ Execute\ Queue=true
    Weblogic\ Admin\ 10.1\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 10.1\ JMS\ Destination=true
    Weblogic\ Admin\ 10.1\ JMS\ Server=true
    Weblogic\ Admin\ 10.1\ JTA\ Resource=true
    Weblogic\ Admin\ 10.1\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 10.1\ Stateful\ EJB=true
    Weblogic\ Admin\ 10.1\ Stateless\ EJB=true
    Weblogic\ Admin\ 10.1\ Webapp=true
    Weblogic\ Admin\ 10.2=true
    Weblogic\ Admin\ 10.2\ Application=true
    Weblogic\ Admin\ 10.2\ Entity\ EJB=true
    Weblogic\ Admin\ 10.2\ Execute\ Queue=true
    Weblogic\ Admin\ 10.2\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 10.2\ JMS\ Destination=true
    Weblogic\ Admin\ 10.2\ JMS\ Server=true
    Weblogic\ Admin\ 10.2\ JTA\ Resource=true
    Weblogic\ Admin\ 10.2\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 10.2\ Stateful\ EJB=true
    Weblogic\ Admin\ 10.2\ Stateless\ EJB=true
    Weblogic\ Admin\ 10.2\ Webapp=true
    Weblogic\ Admin\ 10.3=true
    Weblogic\ Admin\ 10.3\ Application=true
    Weblogic\ Admin\ 10.3\ Entity\ EJB=true
    Weblogic\ Admin\ 10.3\ Execute\ Queue=true
    Weblogic\ Admin\ 10.3\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 10.3\ JMS\ Destination=true
    Weblogic\ Admin\ 10.3\ JMS\ Server=true
    Weblogic\ Admin\ 10.3\ JTA\ Resource=true
    Weblogic\ Admin\ 10.3\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 10.3\ Stateful\ EJB=true
    Weblogic\ Admin\ 10.3\ Stateless\ EJB=true
    Weblogic\ Admin\ 10.3\ Webapp=true
    Weblogic\ Admin\ 6.1=true
    Weblogic\ Admin\ 6.1\ Application=true
    Weblogic\ Admin\ 6.1\ Entity\ EJB=true
    Weblogic\ Admin\ 6.1\ Execute\ Queue=true
    Weblogic\ Admin\ 6.1\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 6.1\ JMS\ Destination=true
    Weblogic\ Admin\ 6.1\ JMS\ Server=true
    Weblogic\ Admin\ 6.1\ JTA\ Resource=true
    Weblogic\ Admin\ 6.1\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 6.1\ Stateful\ EJB=true
    Weblogic\ Admin\ 6.1\ Stateless\ EJB=true
    Weblogic\ Admin\ 6.1\ Webapp=true
    Weblogic\ Admin\ 7.0=true
    Weblogic\ Admin\ 7.0\ Application=true
    Weblogic\ Admin\ 7.0\ Entity\ EJB=true
    Weblogic\ Admin\ 7.0\ Execute\ Queue=true
    Weblogic\ Admin\ 7.0\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 7.0\ JMS\ Destination=true
    Weblogic\ Admin\ 7.0\ JMS\ Server=true
    Weblogic\ Admin\ 7.0\ JTA\ Resource=true
    Weblogic\ Admin\ 7.0\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 7.0\ Stateful\ EJB=true
    Weblogic\ Admin\ 7.0\ Stateless\ EJB=true
    Weblogic\ Admin\ 7.0\ Webapp=true
    Weblogic\ Admin\ 8.1=true
    Weblogic\ Admin\ 8.1\ Application=true
    Weblogic\ Admin\ 8.1\ Entity\ EJB=true
    Weblogic\ Admin\ 8.1\ Execute\ Queue=true
    Weblogic\ Admin\ 8.1\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 8.1\ JMS\ Destination=true
    Weblogic\ Admin\ 8.1\ JMS\ Server=true
    Weblogic\ Admin\ 8.1\ JTA\ Resource=true
    Weblogic\ Admin\ 8.1\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 8.1\ Stateful\ EJB=true
    Weblogic\ Admin\ 8.1\ Stateless\ EJB=true
    Weblogic\ Admin\ 8.1\ Webapp=true
    Weblogic\ Admin\ 9.1=true
    Weblogic\ Admin\ 9.1\ Application=true
    Weblogic\ Admin\ 9.1\ Entity\ EJB=true
    Weblogic\ Admin\ 9.1\ Execute\ Queue=true
    Weblogic\ Admin\ 9.1\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 9.1\ JMS\ Destination=true
    Weblogic\ Admin\ 9.1\ JMS\ Server=true
    Weblogic\ Admin\ 9.1\ JTA\ Resource=true
    Weblogic\ Admin\ 9.1\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 9.1\ Stateful\ EJB=true
    Weblogic\ Admin\ 9.1\ Stateless\ EJB=true
    Weblogic\ Admin\ 9.1\ Webapp=true
    Weblogic\ Admin\ 9.2=true
    Weblogic\ Admin\ 9.2\ Application=true
    Weblogic\ Admin\ 9.2\ Entity\ EJB=true
    Weblogic\ Admin\ 9.2\ Execute\ Queue=true
    Weblogic\ Admin\ 9.2\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 9.2\ JMS\ Destination=true
    Weblogic\ Admin\ 9.2\ JMS\ Server=true
    Weblogic\ Admin\ 9.2\ JTA\ Resource=true
    Weblogic\ Admin\ 9.2\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 9.2\ Stateful\ EJB=true
    Weblogic\ Admin\ 9.2\ Stateless\ EJB=true
    Weblogic\ Admin\ 9.2\ Webapp=true
    Weblogic\ NodeManager\ 10.0=true
    Weblogic\ NodeManager\ 10.1=true
    Weblogic\ NodeManager\ 10.2=true
    Weblogic\ NodeManager\ 10.3=true
    Weblogic\ NodeManager\ 6.1=true
    Weblogic\ NodeManager\ 7.0=true
    Weblogic\ NodeManager\ 8.1=true
    Weblogic\ NodeManager\ 9.1=true
    Weblogic\ NodeManager\ 9.2=true
    Win32=true
    Windows\ Service=true
    WindowsServer=true
    Xen\ Host=true
    Xen\ Host\ CPU=true
    Xen\ Host\ NIC=true
    Xen\ Host\ Server=true
    Xen\ Host\ Storage=true
    Xen\ VM=true
    Xen\ VM\ NIC=true
    Xen\ VM\ Storage=true
    Zimbra\ 4.5.x=true
    Zimbra\ 4.5.x\ AMaViS=true
    Zimbra\ 4.5.x\ Apache\ Httpd=true
    Zimbra\ 4.5.x\ ClamAV=true
    Zimbra\ 4.5.x\ Cyrus\ SASL=true
    Zimbra\ 4.5.x\ IMAP=true
    Zimbra\ 4.5.x\ LDAP=true
    Zimbra\ 4.5.x\ Log\ Watch=true
    Zimbra\ 4.5.x\ Logger\ MySQL=true
    Zimbra\ 4.5.x\ MTA\ Config=true
    Zimbra\ 4.5.x\ MySQL=true
    Zimbra\ 4.5.x\ OpenLDAP=true
    Zimbra\ 4.5.x\ POP3=true
    Zimbra\ 4.5.x\ Postfix=true
    Zimbra\ 4.5.x\ SMTP=true
    Zimbra\ 4.5.x\ Swatch=true
    Zimbra\ 5.0.x=true
    Zimbra\ 5.0.x\ AMaViS=true
    Zimbra\ 5.0.x\ Apache\ Httpd=true
    Zimbra\ 5.0.x\ CPU\ Stats=true
    Zimbra\ 5.0.x\ ClamAV=true
    Zimbra\ 5.0.x\ Convertd=true
    Zimbra\ 5.0.x\ Convertd\ Monitor=true
    Zimbra\ 5.0.x\ Cyrus\ SASL=true
    Zimbra\ 5.0.x\ FD\ Stats=true
    Zimbra\ 5.0.x\ HTTPD=true
    Zimbra\ 5.0.x\ IMAP=true
    Zimbra\ 5.0.x\ Jetty\ Process=true
    Zimbra\ 5.0.x\ LDAP=true
    Zimbra\ 5.0.x\ Log\ Watch=true
    Zimbra\ 5.0.x\ Logger\ MySQL=true
    Zimbra\ 5.0.x\ MTA\ Config=true
    Zimbra\ 5.0.x\ MTAQueue\ Stats=true
    Zimbra\ 5.0.x\ MySQL=true
    Zimbra\ 5.0.x\ NGINX=true
    Zimbra\ 5.0.x\ OpenLDAP=true
    Zimbra\ 5.0.x\ POP3=true
    Zimbra\ 5.0.x\ Postfix=true
    Zimbra\ 5.0.x\ SMTP=true
    Zimbra\ 5.0.x\ Stats\ process=true
    Zimbra\ 5.0.x\ Swatch=true
    Zimbra\ 5.0.x\ VM\ Stats=true
    Zimbra\ 5.0.x\ memcached=true
    Zimbra\ 6.0.x=true
    Zimbra\ 6.0.x\ AMaViS=true
    Zimbra\ 6.0.x\ Apache\ Httpd=true
    Zimbra\ 6.0.x\ CPU\ Stats=true
    Zimbra\ 6.0.x\ ClamAV=true
    Zimbra\ 6.0.x\ Convertd=true
    Zimbra\ 6.0.x\ Convertd\ Monitor=true
    Zimbra\ 6.0.x\ Cyrus\ SASL=true
    Zimbra\ 6.0.x\ FD\ Stats=true
    Zimbra\ 6.0.x\ HTTPD=true
    Zimbra\ 6.0.x\ IMAP=true
    Zimbra\ 6.0.x\ Jetty\ Process=true
    Zimbra\ 6.0.x\ LDAP=true
    Zimbra\ 6.0.x\ Log\ Watch=true
    Zimbra\ 6.0.x\ Logger\ MySQL=true
    Zimbra\ 6.0.x\ MTA\ Config=true
    Zimbra\ 6.0.x\ MTAQueue\ Stats=true
    Zimbra\ 6.0.x\ MySQL=true
    Zimbra\ 6.0.x\ NGINX=true
    Zimbra\ 6.0.x\ OpenLDAP=true
    Zimbra\ 6.0.x\ POP3=true
    Zimbra\ 6.0.x\ Postfix=true
    Zimbra\ 6.0.x\ SMTP=true
    Zimbra\ 6.0.x\ Stats\ process=true
    Zimbra\ 6.0.x\ Swatch=true
    Zimbra\ 6.0.x\ VM\ Stats=true
    Zimbra\ 6.0.x\ memcached=true
    iPlanet\ 4.1=true
    iPlanet\ 4.1\ VHost=true
    iPlanet\ 6.0=true
    iPlanet\ 6.0\ Thread\ Pool=true
    iPlanet\ 6.0\ VHost=true
    iPlanet\ Admin\ 4.1=true
    iPlanet\ Admin\ 6.0=true
    memcached=true
    vFabric\ GemFire\ Application\ Peer\ 6.0=true
    vFabric\ GemFire\ Application\ Peer\ 6.0\ Distribution\ Statistics=true
    vFabric\ GemFire\ Application\ Peer\ 6.0\ Function=true
    vFabric\ GemFire\ Application\ Peer\ 6.0\ Function\ Service=true
    vFabric\ GemFire\ Application\ Peer\ 6.0\ VM\ Stats=true
    vFabric\ GemFire\ Application\ Peer\ 6.5=true
    vFabric\ GemFire\ Application\ Peer\ 6.5\ Distribution\ Statistics=true
    vFabric\ GemFire\ Application\ Peer\ 6.5\ Function=true
    vFabric\ GemFire\ Application\ Peer\ 6.5\ Function\ Service=true
    vFabric\ GemFire\ Application\ Peer\ 6.5\ VM\ Stats=true
    vFabric\ GemFire\ Application\ Peer\ 6.6=true
    vFabric\ GemFire\ Application\ Peer\ 6.6\ Distribution\ Statistics=true
    vFabric\ GemFire\ Application\ Peer\ 6.6\ Function=true
    vFabric\ GemFire\ Application\ Peer\ 6.6\ Function\ Service=true
    vFabric\ GemFire\ Application\ Peer\ 6.6\ VM\ Stats=true
    vFabric\ GemFire\ Cache\ Server\ 6.0=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Cache\ Performance=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Cache\ Server=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Disk\ Directory=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Disk\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Disk\ Store=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Distributed\ Lock=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Distribution\ Statistics=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Function=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Function\ Service=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Partitioned\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Resource\ Manager=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Statistics\ Sampler=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ VM\ Stats=true
    vFabric\ GemFire\ Cache\ Server\ 6.5=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Cache\ Performance=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Cache\ Server=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Disk\ Directory=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Disk\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Disk\ Store=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Distributed\ Lock=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Distribution\ Statistics=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Function=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Function\ Service=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Partitioned\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Resource\ Manager=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Statistics\ Sampler=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ VM\ Stats=true
    vFabric\ GemFire\ Cache\ Server\ 6.6=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Cache\ Performance=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Cache\ Server=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Disk\ Directory=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Disk\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Disk\ Store=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Distributed\ Lock=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Distribution\ Statistics=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Function=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Function\ Service=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Partitioned\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Resource\ Manager=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Statistics\ Sampler=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ VM\ Stats=true
    vFabric\ GemFire\ Cache\ Server\ 7.0=true
    vFabric\ GemFire\ Cache\ Server\ 7.0\ Cache\ Server\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 7.0\ Gateway\ Receiver=true
    vFabric\ GemFire\ Cache\ Server\ 7.0\ Gateway\ Sender=true
    vFabric\ GemFire\ Distributed\ System\ 6.x=true
    vFabric\ GemFire\ Distributed\ System\ 7.x=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Cache\ Performance=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Cache\ Server=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Disk\ Directory=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Disk\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Disk\ Store=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Distributed\ Lock=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Distribution\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Function=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Function\ Service=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Gateway\ Hub\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Gateway\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Partitioned\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Pool\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Resource\ Manager=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ VM\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Cache\ Performance=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Cache\ Server=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Disk\ Directory=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Disk\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Disk\ Store=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Distributed\ Lock=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Distribution\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Function=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Function\ Service=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Gateway\ Hub\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Gateway\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Partitioned\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Pool\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Resource\ Manager=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ VM\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Cache\ Performance=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Cache\ Server=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Disk\ Directory=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Disk\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Disk\ Store=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Distributed\ Lock=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Distribution\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Function=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Function\ Service=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Gateway\ Hub\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Gateway\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Partitioned\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Pool\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Resource\ Manager=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ VM\ Stats=true
    vFabric\ GemFire\ Locator\ 7.0=true
    vFabric\ Web\ Server\ 5.1=true
    vFabric\ Web\ Server\ 5.1\ Virtual\ Host=true
    vFabric\ Web\ Server\ 5.2=true
    vFabric\ Web\ Server\ 5.2\ Virtual\ Host=true
    vPostgres\ 9.x=true
    vPostgres\ 9.x\ DataBase=true
    vPostgres\ 9.x\ Index=true
    vPostgres\ 9.x\ Table=true

Maybe you are looking for

  • Sharing Photo Books Online

    I created a photobook as a gift for my son's teacher. It was great, a success. Now many of my friends and colleagues want to a) view the completed book online and b) potentially order one themselves (from Apple, not me..) Is there away to share photo

  • Recording script actions in an action

    Is it possible to record the steps that a script performs (e.g. creating a new layer, switching to a certain layer, applying a filter) in an action? When you activate the record button on the Action panel and run a script, only the script execution i

  • Regarding Modeler in SAP Hana Studio

    Hello Experts, I am trying to connect to SAP HANA Trial System with  my in house NSP System through Business Object Data Servicies. I have completed the steps till configuring the import server in HANA studio now when click on "Import Link"  Under Co

  • Some dummies need help in master detail jsp page

    We don't know how to use data control to generate a jsp master detail page in case of many-to-many relationships. We didn't find any info about this and our testcase never display the data of the last iterator. We have a collection that contains depa

  • My hard drive crashed. I had alot of movies on there. Will I be able to re download them from itunes?

    Had to replace my hard drive. Will I be a ble to recover all my music and films directly from the itunes store?