it times out. I think my network people are just being a bunch of bleeps.
I downloaded the file manually, and copied it to the nagios server. Anyway to update it manually?
update address and port
Re: update address and port
Everybody is somebody else’s weirdo
Re: update address and port
Manual upgrade instructions:
https://assets.nagios.com/downloads/nag ... ctions.pdf
https://assets.nagios.com/downloads/nag ... ctions.pdf
Be sure to check out the Knowledgebase for helpful articles and solutions!
Re: update address and port
that was a fail as it still wanted to go out and get stuff
Everybody is somebody else’s weirdo
Re: update address and port
Ah, perhaps its time to run a tcpdump on the XI machine while running ./upgrade.
This will show us what requests the FW is dropping, and you can show that to your FW team.
SSH into your Nagios XI machine and start a tcpdump using this cmd:
*If you get the error: "-bash: tcpdump: command not found" then install it with this cmd
+ once tcpdump is running reproduce the issue (run './upgrade')
+ stop the tcpdump = Ctl+c
take the .pcap file, load it into Wireshark and have a look or feel free to PM it to me and I'd be happy to take a look.
This will show us what requests the FW is dropping, and you can show that to your FW team.
SSH into your Nagios XI machine and start a tcpdump using this cmd:
Code: Select all
tcpdump -s 0 -i any -w Test.pcapCode: Select all
yum install tcpdump+ stop the tcpdump = Ctl+c
take the .pcap file, load it into Wireshark and have a look or feel free to PM it to me and I'd be happy to take a look.
Be sure to check out the Knowledgebase for helpful articles and solutions!
Re: update address and port
go ahead and close the ticket.
I moved the server to a different vLan, updated, and moved it back.
I moved the server to a different vLan, updated, and moved it back.
Everybody is somebody else’s weirdo