Search found 1 match

by alain1988
Fri Sep 07, 2018 8:32 am
Forum: Nagios XI
Topic: eventhandler
Replies: 1
Views: 241

eventhandler

Hy, i am attemting to create an event handler for my windows services but cant get it working. what i have done is : installed ns client on the windows side configured the base install (ip port etc). created a script called restart_service.bat @echo off net stop %1 net start %1 @exit 0 i created a s...