Search found 30 matches

by mlabbepg
Wed Mar 02, 2022 4:24 pm
Forum: Nagios XI
Topic: Exclude flag gets lost during service copy
Replies: 1
Views: 362

Exclude flag gets lost during service copy

Here's an annoying bug in Nagios XI v5.8.7. Can someone confirm it's not just on my side? -Create some service in CCM -In Manage Host Groups (also applies to Manage Hosts), assign some host groups and some "exclude some groups": original.png Now duplicate this service. -The "exclude&q...
by mlabbepg
Wed Feb 09, 2022 3:30 pm
Forum: Nagios XI
Topic: Services Search ignores Description case sensitive in 5.8.7
Replies: 5
Views: 768

Re: Services Search ignores Description in 5.8.7

Thanks for the confirmation.

Please note it is case-sensitive in both CCM > Hosts and CCM > Services sections.

It seems to be working fine in other sections.

I suggest you rename this thread to match the actual issue for future references.
by mlabbepg
Tue Feb 08, 2022 4:29 pm
Forum: Nagios XI
Topic: Services Search ignores Description case sensitive in 5.8.7
Replies: 5
Views: 768

Re: Services Search ignores Description in 5.8.7

Hi, Thanks for your reply. I just realized the search bar does work, but it is now case sensitive in 5.8.7 (feel free to edit thread name to reflect the actual issue). I didn't notice in Hosts screen because our hostnames are all lower caps. I just retested: it's definitely case-insensitive in 5.8.6...
by mlabbepg
Mon Feb 07, 2022 11:29 am
Forum: Nagios XI
Topic: Services Search ignores Description case sensitive in 5.8.7
Replies: 5
Views: 768

Services Search ignores Description case sensitive in 5.8.7

Since upgrade to 5.8.7, in CCM/Services the Search function only seem to check against Config Names (ignores Service Description), which makes searches alot less effectives. Search function does work properly in CCM/Hosts, Host Groups, Service Groups, etc. Can anyone confirm this? 5.8.7 has been out...
by mlabbepg
Mon Oct 25, 2021 9:41 am
Forum: Nagios XI
Topic: Item cannot be disabled because of dependent relationships
Replies: 2
Views: 800

Re: Item cannot be disabled because of dependent relationshi

Great!

You can close this thread, thanks.
by mlabbepg
Fri Oct 22, 2021 10:16 am
Forum: Nagios XI
Topic: Item cannot be disabled because of dependent relationships
Replies: 2
Views: 800

Item cannot be disabled because of dependent relationships

More like a feature request here. Even if it doesn't happen that often, honestly it's pretty annoying to have a clickable Enable/Disable option in CCM that doesn't work half the time. I know I can find the dependancy using the following command: grep -R 'name' /usr/local/nagios/etc/ However, it's an...
by mlabbepg
Thu Oct 14, 2021 3:58 pm
Forum: Nagios Log Server
Topic: Long reboots on Ubuntu after installing NLS
Replies: 13
Views: 5105

Re: Long reboots on Ubuntu after installing NLS

It took me some time to figure out how to change the service config (for the records: sudo systemctl edit logstash.service ), but adding that part alone seems to work great so far: [Unit] After=elasticsearch.service Reboot times are much better :D : Oct 14 16:16:44 syslog-mgmt logstash[271945]: * St...
by mlabbepg
Wed Oct 13, 2021 1:33 pm
Forum: Nagios Log Server
Topic: Long reboots on Ubuntu after installing NLS
Replies: 13
Views: 5105

Re: Long reboots on Ubuntu after installing NLS

Thanks for your reply. First reboot after increasing ram (and restarting services) went smooth (around 20 secs), then all subsequent reboots take 5 mins again: Oct 13 11:45:49 syslog-mgmt systemd[1]: Stopping LSB: Logstash... Oct 13 11:45:49 syslog-mgmt logstash[244448]: * Stopping Logstash Daemon O...
by mlabbepg
Tue Oct 12, 2021 10:55 am
Forum: Nagios Log Server
Topic: Long reboots on Ubuntu after installing NLS
Replies: 13
Views: 5105

Re: Long reboots on Ubuntu after installing NLS

Here's the result: curl -X PUT "localhost:9200/_snapshot/sdb/snapshot_test?wait_for_completion=true&pretty" { "snapshot" : { "snapshot" : "snapshot_test", "version_id" : 1070699, "version" : "1.7.6", "indices" : [ &q...
by mlabbepg
Fri Oct 08, 2021 11:19 am
Forum: Nagios Log Server
Topic: Long reboots on Ubuntu after installing NLS
Replies: 13
Views: 5105

Re: Long reboots on Ubuntu after installing NLS

Hi, Here is the requested logstash logfile. logstash_2021-09-10.zip There is no /var/log/elasticsearch/nagios_elasticsearch.log file/folder (looks like you did a cut & paste error too). sudo find / -name nagios_elasticsearch.log found nothing either. I believe the logfile on our system is named ...