Now after adding additional databases I am getting this in my web browser.
Code: Select all
Accounts Payable
UNKNOWN 05-27-2014 09:33:00 4d 19h 47m 31s 3/3 No handler for command: test_dbCode: Select all
Accounts Payable
UNKNOWN 05-27-2014 09:33:00 4d 19h 47m 31s 3/3 No handler for command: test_dbCode: Select all
define host{
use windows-server
host_name mailserver
alias mailserver
address 192.168.1.51
hostgroups corporate-servers,exchange-servers
parents Corporate
}
define service{
use generic-service
host_name mailserver
service_description C:\ Drive Space
check_command check_nt!USEDDISKSPACE!-l C -w 90 -c 90
notification_interval 1440
notification_options w,r
notification_period work-holiday
servicegroups drivespace
}
define service{
use generic-service
host_name mailserver
service_description D:\ Drive Space
check_command check_nt!USEDDISKSPACE!-l D -w 90 -c 95
notification_interval 1440
notification_options w,r
notification_period work-holiday
servicegroups drivespace
}
define service{
use generic-service
host_name mailserver
service_description F:\ Drive Space
check_command check_nt!USEDDISKSPACE!-l F -w 90 -c 95
notification_interval 1440
notification_options w,r
notification_period work-holiday
servicegroups drivespace
}
define service{
use generic-service
host_name mailserver
service_description G:\ Drive Space
check_command check_nt!USEDDISKSPACE!-l G -w 90 -c 95
notification_interval 1440
notification_options w,r
notification_period work-holiday
servicegroups drivespace
}
define service{
use generic-service
host_name mailserver
service_description J:\ Drive Space
check_command check_nt!USEDDISKSPACE!-l J -w 90 -c 95
notification_interval 1440
notification_options w,r
notification_period work-holiday
servicegroups drivespace
}
define service{
use generic-service
host_name mailserver
service_description First Storage Group
check_command check_nrpe!test_db!1
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Third Storage Group
check_command check_nrpe!test_db!3
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Fourth Storage Group
check_command check_nrpe!test_db!4
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Fifth Storage Group
check_command check_nrpe!test_db!5
notification_interval 0
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Accounts Payable
check_command check_nrpe!test_db!6
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Banking
check_command check_nrpe!test_db!7
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Construction
check_command check_nrpe!test_db!8
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Labor
check_command check_nrpe!test_db!9
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Taxes
check_command check_nrpe!test_db!10
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Design
check_command check_nrpe!test_db!11
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Executive
check_command check_nrpe!test_db!12
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description HR
check_command check_nrpe!test_db!13
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description IT
check_command check_nrpe!test_db!14
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Legal
check_command check_nrpe!test_db!15
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Training
check_command check_nrpe!test_db!16
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Public Relations
check_command check_nrpe!test_db!17
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Meetings
check_command check_nrpe!test_db!18
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Real Estate
check_command check_nrpe!test_db!19
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Reservation
check_command check_nrpe!test_db!20
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Sales
check_command check_nrpe!test_db!21
notification_interval 30
notification_options c,r
servicegroups maildb
}
define service{
use generic-service
host_name mailserver
service_description Audit
check_command check_nrpe!test_db!22
notification_interval 30
notification_options c,r
servicegroups maildb
}Code: Select all
It appears as though you do not have permission to view information for this service...
If you believe this is an error, check the HTTP server authentication requirements for accessing this CGI
and check the authorization options in your CGI configuration file.So did you have two sets of checks - one group for your dbs and the other for your exchange storage groups?billperrotta wrote:If I remember correctly all it did was say information store critical if a database was about to crash.
It actually would say first storage group down before MS Exchange itself knew it was down.