Page 1 of 1
How to monitor tftp server which is having ipv6 address
Posted: Mon Jun 07, 2021 2:15 pm
by vasanth
How to enable monitoring for tftp server which is having iPV6 address. Existed check_tftp.pl not working with ipv6 addresses . Please provide solution for this
Re: How to monitor tftp server which is having ipv6 address
Posted: Mon Jun 07, 2021 2:17 pm
by vasanth
Please provide check_tftp plugin which support ipv6 addresses
Re: How to monitor tftp server which is having ipv6 address
Posted: Tue Jun 08, 2021 12:09 pm
by gsmith
Hi,
It does support IPV6 addresses:
Code: Select all
[root@gs-cent8-23-82 libexec]# ./check_tftp.sh --connect 192.168.23.86
OK - answer from server
[root@gs-cent8-23-82 libexec]# ./check_tftp.sh --connect fe80::6e61:ad35:228a:9e1d
OK - answer from server
[root@gs-cent8-23-82 libexec]# ./check_tftp.sh --get fe80::6e61:ad35:228a:9e1d file2.txt 13
OK - Received file successfully
[root@gs-cent8-23-82 libexec]#
My guess is that you need to open up your firewall on either the tftp server or your xi server or both.
Also make sure SELinux is disabled.
Let me know how it works out.
Thanks
Re: How to monitor tftp server which is having ipv6 address
Posted: Wed Jun 09, 2021 4:48 am
by vasanth
Hi,
Can you share the check_sftp.sh
Re: How to monitor tftp server which is having ipv6 address
Posted: Wed Jun 09, 2021 5:03 pm
by benjaminsmith
Hi,
The plugin tested above is available on the Nagios Exchange:
https://exchange.nagios.org/directory/P ... sh/details
Other plugins in this category are available as well.
https://exchange.nagios.org/directory/P ... ocols/TFTP
If you need assistance on how to install and configure a plugin, please review the guide below.
Third-Party Plugins in Nagios XI
https://support.nagios.com/kb/article/t ... i-883.html
Let us know if you need any help testing.
--Benjamin
Re: How to monitor tftp server which is having ipv6 address
Posted: Thu Jun 10, 2021 10:55 am
by vasanth
Hi Smith,
Thanks for the support , I have modified existed perl script to check IPv6 as well.
Re: How to monitor tftp server which is having ipv6 address
Posted: Thu Jun 10, 2021 11:37 am
by benjaminsmith
Hi,
Thanks for the support , I have modified existed perl script to check IPv6 as well.
Great! That's good news.
We'll go ahead and mark this as resolved, but feel free to open another post if you have any new questions.
Benajmin