Lotus notes and Blackberry sever monitoring

Hello all,

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 ?

Madal

I use the following for checking one of our Domino servers in tandem with NSClient++ 0.3.5:

define service{ use standard-service hostgroup_name dominoserver service_description Lotus Domino Service check_command check_nt_service!"lotus domino server (LotusDominoData)" normal_check_interval 5 servicegroups servicesgroup }

check_nt_service is defined in commands.cfg as:

define command{ command_name check_nt_service command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -d SHOWALL -l $ARG1$ }

I also use a custom script to restart the service in the event that it stops using an eventhandler.

Hi,

It did not work in my case. Any other alternatives ?

M

Id’ be interestde to know any BlackBerry services I could monitor.

Thanks.