Search found 412 matches

by rhassing
Fri May 14, 2021 10:06 am
Forum: Open Source Nagios Projects
Topic: Nagios - One user in multiple contacts groups
Replies: 3
Views: 14055

Re: Nagios - One user in multiple contacts groups

You should not redefine the user. That's not possible. You should have the user data in separate directory or file and then add this username to the groups you want this user to be in. define contact { contact_name sec_officer alias Security Officer host_notifications_enabled 1 service_notifications...
by rhassing
Fri May 14, 2021 9:38 am
Forum: Open Source Nagios Projects
Topic: SNMP CRITICAL - *up(1)*
Replies: 13
Views: 55063

Re: SNMP CRITICAL - *up(1)*

Your command is nog correct anymote. I think it's missing the -o define service { use generic-service host_name 3-Com-Switch service_description Port 2 Link Status check_command check_snmp!-C public ifOperStatus.2 -r 1 -m RFC1213-MIB } Should be define service { use generic-service host_name 3-Com-S...
by rhassing
Thu May 13, 2021 10:36 am
Forum: Open Source Nagios Projects
Topic: snmp trap not working
Replies: 2
Views: 2150

Re: snmp trap not working

Maybe you could also check your snmptt log files and maybe enable debugging.
by rhassing
Thu May 13, 2021 9:52 am
Forum: Open Source Nagios Projects
Topic: SNMP CRITICAL - *up(1)*
Replies: 13
Views: 55063

Re: SNMP CRITICAL - *up(1)*

You have an error in the service config: For interface 1 use: check_command check_snmp!-C public -o ifOperStatus.1 -r 1 -m RFC1213-MIB For interface 2 use: check_command check_snmp!-C public -o ifOperStatus.[b]2[/b] -r [b]1[/b] -m RFC1213-MIB The -r should always have 1 (or up) The number behind ifO...
by rhassing
Thu May 13, 2021 9:42 am
Forum: Open Source Nagios Projects
Topic: Unable to access Nagios XI web interface from client
Replies: 1
Views: 1759

Re: Unable to access Nagios XI web interface from client

Is the firewall enabled?

Code: Select all

sudo firewall-cmd --list-all
Is the webserver up and running:

Code: Select all

sudo netstat -tulpn | grep http
by rhassing
Thu May 13, 2021 8:59 am
Forum: Open Source Nagios Projects
Topic: Not all hosts accessible through extinfo.cgi
Replies: 0
Views: 4385

Not all hosts accessible through extinfo.cgi

I have a nagios core 4.4.6 installation. If I login the webserver as either admin or rhg (both users in my htpasswd file), I only see a limited number of hosts (I see only 13 hosts and 114 services). This is my config check: Nagios Core 4.4.6 Copyright (c) 2009-present Nagios Core Development Team a...
by rhassing
Thu May 13, 2021 7:32 am
Forum: Open Source Nagios Projects
Topic: snmp trap not working
Replies: 2
Views: 2150

Re: snmp trap not working

Are you sending an email directly from the EXEC in the snmptt.conf file?
It could be nice to use nsca to update nagios and let nagios send the notification.

Maybe have a look at https://mona.deltics.info/snmptrapping/
by rhassing
Wed May 12, 2021 2:33 am
Forum: Nagios Network Analyzer
Topic: Aruba controller ipfix data
Replies: 16
Views: 3287

Re: Aruba controller ipfix data

I'm getting data in now. Apparently the "Enable wireless export" should be switched off.
The only thing is it states there is irregular traffic all the time.

Thank you very much for your time and effort.
by rhassing
Tue May 11, 2021 11:25 am
Forum: Nagios Network Analyzer
Topic: Aruba controller ipfix data
Replies: 16
Views: 3287

Re: Aruba controller ipfix data

I have send the flow information in a pm.

I also added a screenshot of the options I have on my controller.
Unfortunately ipfix is the only option for flow data.
ksnip_20210511-182431.png
by rhassing
Mon May 10, 2021 11:21 am
Forum: Nagios Network Analyzer
Topic: Aruba controller ipfix data
Replies: 16
Views: 3287

Re: Aruba controller ipfix data

[nna@NagiosNA ~]$ /usr/local/bin/nfdump -r /usr/local/nagiosna/var/Aruba7010K/flows/nfcapd.202105101810 -o csv ts,te,td,sa,da,sp,dp,pr,flg,fwd,stos,ipkt,ibyt,opkt,obyt,in,out,sas,das,smk,dmk,dtos,dir,nh,nhb,svln,dvln,ismc,odmc,idmc,osmc,mpls1,mpls2,mpls3,mpls4,mpls5,mpls6,mpls7,mpls8,mpls9,mpls10,c...