Search found 2 matches

by talkexisting
Sun Apr 14, 2024 9:56 pm
Forum: Open Source Nagios Projects
Topic: problem with check_dns
Replies: 5
Views: 2365

Re: problem with check_dns

When you say the script appeared to have worked, what user were you running it as? If you haven't already I would recommend doing the following: slice master su nagios dig master.domain.com namedfile.com We need to be sure the nagios user can run this, if you ran it successfully as root that could ...
by talkexisting
Tue Mar 19, 2024 3:28 am
Forum: Open Source Nagios Projects
Topic: Exclude GoogleUpdaterInternalService
Replies: 7
Views: 2861

Re: Exclude GoogleUpdaterInternalService

In case anyone searches for this topic: Now working. I was using the legacy CheckServiceStatus. I switched to the Check_Service and was able to filter the Google services like this: command_line /check_nrpe -H -t 60 -c Check_Service -a "filter=name not like 'Google'" exclude=RemoteRegistr...