Search found 20 matches

by frankmerfalen
Tue Jan 06, 2015 7:31 pm
Forum: Nagios XI
Topic: need assistance in getting traffic to my Nagios NA
Replies: 35
Views: 13675

Re: need assistance in getting traffic to my Nagios NA

ITS WORKING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
by frankmerfalen
Tue Jan 06, 2015 12:07 pm
Forum: Nagios XI
Topic: need assistance in getting traffic to my Nagios NA
Replies: 35
Views: 13675

Re: need assistance in getting traffic to my Nagios NA

Thanks for your timely response. 172.16.32.150 ip address of the Nagios NA server. On the same note: I've been trying to get traffic from traffic from our VPN why I opened this support issue on this forum. So my supervisor asked if we could add in a switch inside our network to the nagios NA. The ne...
by frankmerfalen
Mon Jan 05, 2015 6:32 pm
Forum: Nagios XI
Topic: need assistance in getting traffic to my Nagios NA
Replies: 35
Views: 13675

Re: need assistance in getting traffic to my Nagios NA

Sorry we were out for the holiday. I ran the command show flow-export counters and here's the output below ASAFirewall2# sh flow-export counters destination: inside 172.16.32.148 9911 Statistics: packets sent 451013 ERRORS: block allocation failure 0 invalid interface 0 template send failure 0 no ro...
by frankmerfalen
Mon Dec 29, 2014 11:55 am
Forum: Nagios XI
Topic: need assistance in getting traffic to my Nagios NA
Replies: 35
Views: 13675

Re: need assistance in getting traffic to my Nagios NA

I'm not 100% sure if the Cisco Firewall is sending data on port 9911 other than running the commands per the PDF to enable traffic to be sent to the Nagios NA. I've done everything possible on the Nagios NA box and still no data. How can I run a test from the firewall to the NA box? Solarwinds is ba...
by frankmerfalen
Tue Dec 23, 2014 6:55 pm
Forum: Nagios XI
Topic: need assistance in getting traffic to my Nagios NA
Replies: 35
Views: 13675

Re: need assistance in getting traffic to my Nagios NA

One more. i turned on iptables and ran this cmd:

[root@NAGIOSNA ~]# netstat -anp | grep 9911
udp 0 0 0.0.0.0:9911 0.0.0.0:* 4300/nfcapd
by frankmerfalen
Tue Dec 23, 2014 4:27 pm
Forum: Nagios XI
Topic: need assistance in getting traffic to my Nagios NA
Replies: 35
Views: 13675

Re: need assistance in getting traffic to my Nagios NA

I opened ports 9911,9912 9913 and 9914 on the Centos (nagios NA box) still no data on the nagios na web interface. Please advise [root@NAGIOSNA ~]# iptables -L Chain INPUT (policy ACCEPT) ACCEPT udp -- anywhere anywhere udp dpt:9912 ACCEPT tcp -- anywhere anywhere tcp dpt:9912 ACCEPT tcp -- anywhere...
by frankmerfalen
Tue Dec 23, 2014 4:10 pm
Forum: Nagios XI
Topic: need assistance in getting traffic to my Nagios NA
Replies: 35
Views: 13675

Re: need assistance in getting traffic to my Nagios NA

I ran the cmd, no output since I turned off iptables.
by frankmerfalen
Tue Dec 23, 2014 2:53 pm
Forum: Nagios XI
Topic: need assistance in getting traffic to my Nagios NA
Replies: 35
Views: 13675

Re: need assistance in getting traffic to my Nagios NA

Question: Could it be all the MASQUERADEing to and from 192.168.122.0/24 in IPTABLES? I also turned off iptables: service iptables stop. Also the CEO connects via VPN to our network but encounters slow performance "hence why we want this to work" I ran netstat -rn. See output below. I turn...
by frankmerfalen
Tue Dec 23, 2014 2:06 pm
Forum: Nagios XI
Topic: need assistance in getting traffic to my Nagios NA
Replies: 35
Views: 13675

Re: need assistance in getting traffic to my Nagios NA

i can ping it. Same subnet as the nagios XI. Not sure about your second question. How can I check? [root@NAGIOSNA ~]# ping 172.16.32.150 PING 172.16.32.150 (172.16.32.150) 56(84) bytes of data. 64 bytes from 172.16.32.150: icmp_seq=1 ttl=64 time=0.052 ms 64 bytes from 172.16.32.150: icmp_seq=2 ttl=6...
by frankmerfalen
Tue Dec 23, 2014 1:34 pm
Forum: Nagios XI
Topic: need assistance in getting traffic to my Nagios NA
Replies: 35
Views: 13675

Re: need assistance in getting traffic to my Nagios NA

One more and I made an incorrect statement. Your question: Can you verify that you are listening on port 9911 on the Nagios NA server for the Cisco's IP address? Yes in the nagios web interface. The sender ip address is that of our cisco forewall. The listen port is 9911. I added little cmd using ne...