Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_netrpc_service

Last Release Date
2008-07-12
Compatible With
  • Nagios 3.x
Owner
Hits
93890
Files:
FileDescription
check_netrpc_service.shcheck_netrpc_service.sh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_netrpc_service
This script verifies the windows service with "net rpc" command and without agent on windows machine
A simple script for activating monitor on windows services without agent on remote machine.

Nagios check command definition is:

define command{
command_name check_winservice_rpc
command_line $USER1$/check_netrpc_service.sh -S $ARG1$ -M $HOSTADDRESS$ -U $ARG2$ -P $ARG3$ $ARG4$
}

The scritp required this argoments where the service name is not the display name (for example: use "lanmanserver" for check "Server Service")

-M --> Windows Machine Name or IP Address
-W --> workgroup or domain (default is WORKGROUP)
-U --> User Windows Machine
-P --> Password Windows Machine
-S --> Windows Service Name


I thing it's good solution when you have to check many machines and you can't install the agent or you don't have time to install it!