Search found 5024 matches

by cdienger
Mon Nov 06, 2023 11:01 am
Forum: Nagios XI
Topic: NagiosXI 5.11.3 Install on 9-Stream
Replies: 2
Views: 2810

Re: NagiosXI 5.11.3 Install on 9-Stream

@snapier3, What was the error you received exactly? Is tput and fmt installed on the system?
by cdienger
Wed Nov 30, 2022 5:51 pm
Forum: Nagios XI
Topic: Business Process Intelligence (BPI) Info URL Bug
Replies: 3
Views: 2958

Re: Business Process Intelligence (BPI) Info URL Bug

Thanks for bringing this to our attention. I will be filing a bug with our development team regarding this issue.
by cdienger
Wed Mar 23, 2022 4:27 pm
Forum: Nagios Log Server
Topic: Create visualization on event fields
Replies: 3
Views: 4149

Re: Create visualization on event fields

The histogram panel graphs the total number of events a query/filter returns and doesn't allow for you to track a specific field value. Unfortunately this isn't an option in NLS, but XI may be an option worth exploring. A plugin could be used to pull the values to be used in performance data charts....
by cdienger
Wed Jan 26, 2022 2:48 pm
Forum: Nagios Log Server
Topic: Log server LDAP authentication issue
Replies: 3
Views: 3111

Re: Log server LDAP authentication issue

Starting on page 6 of https://assets.nagios.com/downloads/nagios-log-server/docs/Authenticating-and-Importing-Users-with-AD-and-LDAP.pdf are steps to import users from the LDAP server. Were you able to find and import the user on this step or was it failing at this point? Page 5 and 6 also describe ...
by cdienger
Wed Nov 24, 2021 4:21 pm
Forum: Nagios Log Server
Topic: Packetbeat Index Template Error
Replies: 5
Views: 5935

Re: Packetbeat Index Template Error

Also, you can use an if statement around the output definition to help direct data to the proper index:

Code: Select all

if [type] == "packetbeat"{
	elasticsearch {
		hosts => ["http://localhost:9200"]
		index => "packetbeat"
	}
}
by cdienger
Wed Nov 24, 2021 4:18 pm
Forum: Nagios Log Server
Topic: Packetbeat Index Template Error
Replies: 5
Views: 5935

Re: Packetbeat Index Template Error

Try this variation: elasticsearch { hosts => ["http://localhost:9200"] index => "%{[@metadata][beat]}-%{+YYYY.MM.dd}" } which should be similar to what I tested with here: elasticsearch { hosts => ["http://localhost:9200"] index => "packetbeat-%{+YYYY.MM.dd}" ...
by cdienger
Tue Nov 23, 2021 10:44 am
Forum: Nagios Log Server
Topic: Packetbeat Index Template Error
Replies: 5
Views: 5935

Re: Packetbeat Index Template Error

The dashboard will display data from the indexes matching the pattern found under Dashboard Settings > Index. Dashboard settings can be found by clicking the cog icon in on the dashboard menu. NLS is hard coded to send data to the default logstash-* indexes. If the packetbeat data has a field that i...
by cdienger
Mon Nov 08, 2021 5:11 pm
Forum: Nagios XI
Topic: Mail not being received by contacts
Replies: 10
Views: 7269

Re: Mail not being received by contacts

I didn't see any obvious problems in the database that was provided. Please open a ticket and we can take a closer look into this.
by cdienger
Fri Nov 05, 2021 2:03 pm
Forum: Nagios XI
Topic: Mail not being received by contacts
Replies: 10
Views: 7269

Re: Mail not being received by contacts

I'd like to get a copy of the naigosxi database so we can review the settings. Run the following on the XI system's commandline:

Code: Select all

mysqldump -uroot -pnagiosxi nagiosxi > nagiosxi.sql
The nagiosxi.sql file that is created will have sensitive info so please send it to me in a private message.
by cdienger
Mon Jul 12, 2021 4:43 pm
Forum: Nagios XI
Topic: Did not find 'zeroDotZero' in module SNMPv2-SMI
Replies: 3
Views: 2274

Re: Did not find 'zeroDotZero' in module SNMPv2-SMI

There may be a conflicting SNMPv2-SMI. Try searching for this by running:

Code: Select all

yum -y install mlocate
updatedb
locate SNMPv2-SMI