I have recently deployed lotus notes server with Blackberry. I wanted to monitor lotus notes server services and blackberry services with nagios- I tried with adding services for lotus notes as :
define service{
use generic-service
host_name lotushost
service_description Lotus Domino Server
check_command check_nt!SERVICESTATE!-d SHOWALL -l Lotus Domino Server
}
define service{
use generic-service
host_name lotushost
service_description Sametime Server
check_command check_nt!SERVICESTATE!-d SHOWALL -l Sametime Server
}
It comes with unknown. Anybody has similar issue ?