How to monitor tftp server which is having ipv6 address
How to monitor tftp server which is having ipv6 address
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
Please provide check_tftp plugin which support ipv6 addresses
Re: How to monitor tftp server which is having ipv6 address
Hi,
It does support IPV6 addresses:
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
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]#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
Hi,
Can you share the check_sftp.sh
Can you share the check_sftp.sh
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: How to monitor tftp server which is having ipv6 address
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
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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: How to monitor tftp server which is having ipv6 address
Hi Smith,
Thanks for the support , I have modified existed perl script to check IPv6 as well.
Thanks for the support , I have modified existed perl script to check IPv6 as well.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: How to monitor tftp server which is having ipv6 address
Hi,
We'll go ahead and mark this as resolved, but feel free to open another post if you have any new questions.
Benajmin
Great! That's good news.Thanks for the support , I have modified existed perl script to check IPv6 as well.
We'll go ahead and mark this as resolved, but feel free to open another post if you have any new questions.
Benajmin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!