Netscaler

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
ruffsense
Posts: 140
Joined: Thu Apr 11, 2013 12:40 am

Netscaler

Post by ruffsense »

Is there a good script out that works. Every netscaler plugin seems so buggy.
I don't insult, I diagnose.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Netscaler

Post 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.
User avatar
ruffsense
Posts: 140
Joined: Thu Apr 11, 2013 12:40 am

Re: Netscaler

Post 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.
I don't insult, I diagnose.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Netscaler

Post 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
User avatar
ruffsense
Posts: 140
Joined: Thu Apr 11, 2013 12:40 am

Re: Netscaler

Post 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:
I don't insult, I diagnose.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Netscaler

Post 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.
Former Nagios Employee
Locked