Search found 16 matches

by tonnag
Thu Feb 08, 2024 4:04 am
Forum: Open Source Nagios Projects
Topic: quick search for service
Replies: 1
Views: 313

quick search for service

Hi,
The quick search works fine for hosts, but it would be helpfull if it would work on services too. t.ex. fins all ssh or webservices.
Is there a way to (quick)search services?
by tonnag
Tue Jul 05, 2022 3:52 am
Forum: Open Source Nagios Projects
Topic: server exclude
Replies: 2
Views: 1053

Re: server exclude

Well, ended up building a test machine from scratch. The "!" stops functioning when

Code: Select all

use_true_regexp_matching=1
reset to zero and off we go
by tonnag
Tue Jun 28, 2022 11:17 am
Forum: Open Source Nagios Projects
Topic: server exclude
Replies: 2
Views: 1053

Re: server exclude

I just found

Code: Select all

 host_name                !*hass
and

Code: Select all

 host_name                !?ass
eliminate the pre-check error, but still not excludes the server from the service check
placing the wildcard not directly after the exclamation mark but anywhere else, results in an error during pre-check
by tonnag
Mon Jun 27, 2022 8:15 am
Forum: Open Source Nagios Projects
Topic: server exclude
Replies: 2
Views: 1053

server exclude

Hi, i'm running "Nagios Core 4.4.6" and I thought I could exclude a hostname in the definition. This works define service { use generic-service hostgroup_name grp-raspbian service_description ping check_command check_ping!200.0,20%!600.0,60% check_interval 5 retry_interval 1 } But adding h...
by tonnag
Tue Apr 30, 2019 1:48 pm
Forum: Nagios Log Server
Topic: Maintenance run has no effect
Replies: 9
Views: 838

Re: Maintenance run has no effect

Thnx Scott. Doesn't look like the root cause, $ which curator /usr/local/bin/curator $ sudo su nagios -c "echo $PATH" /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games but as you said, it works now....i'll sort out the details later, the work-around is fine for now. Thnx for the help.
by tonnag
Tue Apr 30, 2019 12:11 pm
Forum: Nagios Log Server
Topic: Maintenance run has no effect
Replies: 9
Views: 838

Re: Maintenance run has no effect

Error: ----- /usr/local/nagioslogserver/scripts/curator.sh: 3: /usr/local/nagioslogserver/scripts/curator.sh: curator: not found ----- chaged /usr/local/nagioslogserver/scripts/curator.sh to #!/bin/sh # curator "$@" /usr/local/bin/curator "$@" and that seems to work. Got 32 index...
by tonnag
Tue Apr 30, 2019 12:58 am
Forum: Nagios Log Server
Topic: Maintenance run has no effect
Replies: 9
Views: 838

Re: Maintenance run has no effect

Yes i do: Created By Type Created At Message Instance ID Source System MAINTENANCE Mon, 29 Apr 2019 18:02:01 +0200 Deleting indexes more than 32 day(s) old. Nagios Log Server System MAINTENANCE Mon, 29 Apr 2019 18:02:01 +0200 Closing indexes 14 day(s) old. Nagios Log Server System MAINTENANCE Mon, 2...
by tonnag
Mon Apr 29, 2019 3:31 pm
Forum: Nagios Log Server
Topic: Maintenance run has no effect
Replies: 9
Views: 838

Re: Maintenance run has no effect

that will be around 45
by tonnag
Sun Apr 28, 2019 10:58 am
Forum: Nagios Log Server
Topic: Maintenance run has no effect
Replies: 9
Views: 838

Maintenance run has no effect

Hi, At home I am running a free nagios log server which is more than enough there. It states "Your license key is valid and activated" Now, Under "Snapshot & Maintenance" I specified Optimize Indexes older than 2 days Close indexes older than 14 days Delete indexes older than...