Page 1 of 1
Script monitoirng using nagiosxi
Posted: Mon Sep 07, 2015 12:08 am
by lafargeuser
How do I monitor custom scripts created in perl / bash scripts for linux and visual basic / perl / bat / powershell scripts in windows.
Re: Script monitoirng using nagiosxi
Posted: Mon Sep 07, 2015 2:03 am
by Box293
This guide which explains how to do the linux stuff:
http://assets.nagios.com/downloads/nagi ... ios-XI.pdf
Bat/Powershell scripts in windows need to be configured in NSClient++ and you need to use check_nrpe (check_nt won't work for scripts).
This guide gives an overview of how it works:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Re: Script monitoirng using nagiosxi
Posted: Thu Sep 10, 2015 2:18 pm
by lafargeuser
Thanks. Can you share document on how to install nsclient using nrpe
Re: Script monitoirng using nagiosxi
Posted: Thu Sep 10, 2015 2:22 pm
by hsmith
lafargeuser wrote:Thanks. Can you share document on how to install nsclient using nrpe
For clarity sake here, do you mean have NSClient run NRPE so you can run check_nrpe checks vs it ?
Re: Script monitoirng using nagiosxi
Posted: Thu Sep 10, 2015 2:35 pm
by lafargeuser
So at the time of installation we have to check nrpe not nt right
Re: Script monitoirng using nagiosxi
Posted: Thu Sep 10, 2015 2:47 pm
by hsmith
lafargeuser wrote:So at the time of installation we have to check nrpe not nt right
What installation are you referring to?
Re: Script monitoirng using nagiosxi
Posted: Thu Sep 10, 2015 3:00 pm
by lafargeuser
Nsclient installation on Windows
Re: Script monitoirng using nagiosxi
Posted: Thu Sep 10, 2015 3:07 pm
by hsmith
lafargeuser wrote:Nsclient installation on Windows
Here is a document outlining how to install NSClient++.
Re: Script monitoirng using nagiosxi
Posted: Fri Sep 11, 2015 3:26 am
by lafargeuser
Here, we have scripts running on remote node, How do i monitor that
Re: Script monitoirng using nagiosxi
Posted: Fri Sep 11, 2015 9:04 am
by hsmith
lafargeuser wrote:Here, we have scripts running on remote node, How do i monitor that
Have you had a look over the article that he Box293 posted?