Search found 12 matches

by krzysie1997
Wed Oct 16, 2019 3:09 am
Forum: Nagios XI
Topic: How to monitor Netapp 8.3
Replies: 23
Views: 2129

Re: How to monitor Netapp 8.3

The same result, the same error ... ;/
by krzysie1997
Tue Oct 15, 2019 2:09 am
Forum: Nagios XI
Topic: How to monitor Netapp 8.3
Replies: 23
Views: 2129

Re: How to monitor Netapp 8.3

After :
which perl
i get :

Code: Select all

/usr/bin/perl
File is in attachment
by krzysie1997
Mon Oct 14, 2019 3:23 am
Forum: Nagios XI
Topic: How to monitor Netapp 8.3
Replies: 23
Views: 2129

Re: How to monitor Netapp 8.3

After change GUI return this error:

Code: Select all

**ePN /usr/lib/nagios/plugins/check-netapp-ng.pl: "Argument "" isn't numeric in multiplication (*) at (eval 1) line 763,". 
by krzysie1997
Fri Oct 11, 2019 1:16 am
Forum: Nagios XI
Topic: How to monitor Netapp 8.3
Replies: 23
Views: 2129

Re: How to monitor Netapp 8.3

define command{ command_name disk_vol0 command_line su nagios -c '/usr/lib/nagios/plugins/check-netapp-ng.pl -H 10.10.10.100 -C public -T DISKUSED -v /vol/vol0' } #define command{ #command_name disk_vol1 #command_line /usr/lib/nagios/plugins/check-netapp-ng.pl -H 10.10.10.100 -C public -T DISKUSED ...
by krzysie1997
Thu Oct 10, 2019 2:08 am
Forum: Nagios XI
Topic: How to monitor Netapp 8.3
Replies: 23
Views: 2129

Re: How to monitor Netapp 8.3

There is no blank space.

Code: Select all

root@nagios:~# su nagios -c '/usr/lib/nagios/plugins/check-netapp-ng.pl -H 10.10.10.100 -C public -T DISKUSED -v /vol/vol0'
OK: DISKUSED /vol/vol0 8% | /vol/vol0=14467448KB;0;0;; /vol/vol0:perc=8%;500;500;;100
root@nagios:~#
Screen in attachment.
by krzysie1997
Tue Oct 08, 2019 1:38 am
Forum: Nagios XI
Topic: How to monitor Netapp 8.3
Replies: 23
Views: 2129

Re: How to monitor Netapp 8.3

The reply is:

Code: Select all

OK: DISKUSED /vol/vol0 8% | /vol/vol0=14584784KB;0;0;; /vol/vol0:perc=8%;500;500;;100
by krzysie1997
Mon Oct 07, 2019 7:29 am
Forum: Nagios XI
Topic: How to monitor Netapp 8.3
Replies: 23
Views: 2129

Re: How to monitor Netapp 8.3

I dont modify the plugin because i dont know how :oops:

I run the plugin with nagios user and i get "null" in nagios page.
by krzysie1997
Mon Oct 07, 2019 7:15 am
Forum: Nagios XI
Topic: How to monitor Netapp 8.3
Replies: 23
Views: 2129

Re: How to monitor Netapp 8.3

In linux I have good result,
but in nagios page I have

Code: Select all

null 
by krzysie1997
Mon Oct 07, 2019 6:45 am
Forum: Nagios XI
Topic: How to monitor Netapp 8.3
Replies: 23
Views: 2129

Re: How to monitor Netapp 8.3

Code: Select all

define command{
command_name disk_vol0
command_line /usr/lib/nagios/plugins/check-netapp-ng.pl -H 10.10.10.100 -C public -T DISKUSED -v /vol/vol0 
}


define service{
       use generic-service
       host_name NETAPP
       service_description diskused_vol0
       check_command disk_vol0
}
by krzysie1997
Mon Oct 07, 2019 5:43 am
Forum: Nagios XI
Topic: How to monitor Netapp 8.3
Replies: 23
Views: 2129

Re: How to monitor Netapp 8.3

When I use this command: ./check-netapp-ng.pl -H 10.10.10.100 -C public -T DISKUSED -v /vol/vol0 I get: OK: DISKUSED /vol/vol0 9% | /vol/vol0=14707508KB;0;0;; /vol/vol0:perc=9%;500;500;;100 but in nagios page i get this error: **ePN /usr/lib/nagios/plugins/check-netapp-ng.pl: "Argument "&q...