Re: [Nagios-users] Use nrpe_nt to start VB program

2008-06-23 Thread Emiliano
Hi Michael, Thanks for the help, I really appreciated it. Unfortunately nrpe_nt cannot be started as a program. It dies after a few seconds with the following messages: 2008-06-23 14:31:48; 448; 7;Starting server thread... 2008-06-23 14:32:03; 448; 1;Unable to start service: Failed to connect to

Re: [Nagios-users] Use nrpe_nt to start VB program

2008-06-23 Thread Michael Medin
Hello, Just a quick response, and I am not an expert here so I could be all wrong. But I am not sure it will be possible / easy to do. But you would need the "interact with desktop" option set on the service and also make sure the service is running as the same user as the one that is logged in.

[Nagios-users] Use nrpe_nt to start VB program

2008-06-23 Thread Emiliano Giovannetti
Hi, I hope someone could help... I'm trying to use Nagios and the check_nrpe plugins to restart a Visual Basic program if it's down. The Nagios server is a Linux box (Centos 5.1). check_nrpe launchs a vbs script on a Windows 2000 server which is the same machine where the VB program should run. Th