Netscaler
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Netscaler
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.
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
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
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
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
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

I don't insult, I diagnose.
Re: Netscaler
One thing to note - it looks like all those PERL scripts are simply polling the OID at this line -
As long as you can query the right one, it should be fairly simple. Let us know if you have any further questions.
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";
Former Nagios Employee