Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_netrpc_service
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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!
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!
Reviews (0)
Be the first to review this listing!