hi team,
Please find the below update.
[nagios@emea-nagios-a root]$ /usr/local/nagios/libexec/check_nwc_health --hostname 10.33.50.55 --community XXXX --mode watch-fexes --lookback 60
OK - found 7 FEXes | 'num_fexes'=7;;;;
Still we are seeing the number of fexes but we are not able to see whether its online of offiline
Fexes status not showing
Re: Fexes status not showing
Hi
Unfortunately that's all I know about this plugin.
Please contact the author
here is the website of the author of the plugin:
https://labs.consol.de/nagios/check_nwc_health
Thanks
Unfortunately that's all I know about this plugin.
Please contact the author
here is the website of the author of the plugin:
https://labs.consol.de/nagios/check_nwc_health
Thanks
-
informatica
- Posts: 99
- Joined: Thu Jan 28, 2021 9:55 pm
Re: Fexes status not showing
what is the use of below mode and how to use this. and what is --lookup here
watch-fexes (Check if FEXes appear and disappear (use --lookup))
watch-accesspoints (Check if access points appear and disappear (use --lookup))
[root@ittestnagiosxi libexec]# ./check_nwc_health --hostname 10.33.50.55 --community XXXXX --mode watch-fexes -v
OK - found 7 FEXes
counting fexes | 'num_fexes'=7;;;;
watch-fexes (Check if FEXes appear and disappear (use --lookup))
watch-accesspoints (Check if access points appear and disappear (use --lookup))
[root@ittestnagiosxi libexec]# ./check_nwc_health --hostname 10.33.50.55 --community XXXXX --mode watch-fexes -v
OK - found 7 FEXes
counting fexes | 'num_fexes'=7;;;;
Re: Fexes status not showing
hi
--lookback
The amount of time you want to look back when calculating average rates.
Use it for mode interface-errors or interface-usage. Without --lookback
the time between two runs of check_nwc_health is the base for calculations.
If you want your checkresult to be based for example on the past hour,
use --lookback 3600.
--lookback
The amount of time you want to look back when calculating average rates.
Use it for mode interface-errors or interface-usage. Without --lookback
the time between two runs of check_nwc_health is the base for calculations.
If you want your checkresult to be based for example on the past hour,
use --lookback 3600.
-
informatica
- Posts: 99
- Joined: Thu Jan 28, 2021 9:55 pm
Re: Fexes status not showing
Hi,
if you can observe the watch-fexes usage its saying use --lookup can you please reply what is the usage of lookup only.
watch-fexes (Check if FEXes appear and disappear (use --lookup))
if you can observe the watch-fexes usage its saying use --lookup can you please reply what is the usage of lookup only.
watch-fexes (Check if FEXes appear and disappear (use --lookup))
Re: Fexes status not showing
Hi
use --lookup in the usage appears to be a mistake that's why
I suggested the --lookback
Again, we did not create this plugin, so you should see if
the author of the plugin can help you:
https://labs.consol.de/nagios/check_nwc_health
Thanks
use --lookup in the usage appears to be a mistake that's why
I suggested the --lookback
Again, we did not create this plugin, so you should see if
the author of the plugin can help you:
https://labs.consol.de/nagios/check_nwc_health
Thanks