Page 1 of 1

Netscaler

Posted: Wed Dec 14, 2016 5:48 am
by ruffsense
Is there a good script out that works. Every netscaler plugin seems so buggy.

Re: Netscaler

Posted: Wed Dec 14, 2016 12:49 pm
by dwhitfield
There appear to be only 6: https://exchange.nagios.org/index.php?o ... =netscaler

I assume you tried them all? Unfortunately, I'm not aware of anything for netscaler not on exchange. If you find/develop something, I'm sure others would be happy for you to report back.

We do offer custom development, if that is something that would be of interest to you.

Re: Netscaler

Posted: Wed Dec 14, 2016 5:29 pm
by ruffsense
Im trying to create a new one with a new style. I installed powershell on centos 7 and i will create my script with powershell.

Re: Netscaler

Posted: Wed Dec 14, 2016 5:32 pm
by dwhitfield
Awesome! For those that missed it, this is a thing: https://azure.microsoft.com/en-us/blog/ ... -on-linux/

Please let us know if you need any help with the Nagios side of things. You are probably aware, but you can find our plugin development guidelines at http://nagios-plugins.org/doc/guidelines.html

Re: Netscaler

Posted: Wed Dec 14, 2016 5:37 pm
by ruffsense
Thnx for the help. I will redevelop some plugins.because with powershell there are more options for windows. I almost don't need nsclient anymore lol :D :lol:

Re: Netscaler

Posted: Wed Dec 14, 2016 5:41 pm
by rkennedy
One thing to note - it looks like all those PERL scripts are simply polling the OID at this line -

Code: Select all

my $oid_prefix= "1.3.6.1.4.1.5951";
my $oid_generic= "1.3.6.1.4.1.5951.4.1.1.1.0";
my $oid_cpu_usage = "1.3.6.1.4.1.5951.1.2.1.14.0";
As long as you can query the right one, it should be fairly simple. Let us know if you have any further questions.