I have a service check for a domain which checks HTTP for a valid response. I am running the Domain Expiration wizard and adding a check, however it doesn't seem to add the domain expiration check. The only service that appears for the host is HTTP.
It seems if we already have the host/domain added, NagiosXI doesn't seem to want to add the domain expiration check. If the host/domain doesn't already exist in the config, it adds the expiration check just fine.
Any ideas? Thank you
Domain Expiration wizard - not adding check
Re: Domain Expiration wizard - not adding check
What version of XI and the domain expiration wizard are you running?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Domain Expiration wizard - not adding check
2014R2.7abrist wrote:What version of XI and the domain expiration wizard are you running?
Domain expiration wizard - not sure. I tried looking through the php file via the cli, and did not see a version number. As far as I know, it's the wizard that came with NagiosXI 2014.
Re: Domain Expiration wizard - not adding check
You can find the version of your wizard under 'Admin -> Manage Config Wizards'.
You do not have the required permissions to view the files attached to this post.
Re: Domain Expiration wizard - not adding check
NagiosXI: 2014R2.7
Config Wizard: 1.1.0
Config Wizard: 1.1.0
Re: Domain Expiration wizard - not adding check
Can you re-run the wizard and post a screenshot from "Step 3" of the "Domain Expiration Monitoring Wizard", showing the address, warning and critical thresholds? Do you see any errors in the apache error log?
Code: Select all
tail -100 /var/log/httpd/error_logBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Domain Expiration wizard - not adding check
There are no errors in the apache error log. The wizard works fine as long as I don't already have any other checks for the domain.
You do not have the required permissions to view the files attached to this post.
Re: Domain Expiration wizard - not adding check
Can you elaborate on this? What other checks? Can you show us the config?The wizard works fine as long as I don't already have any other checks for the domain.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Domain Expiration wizard - not adding check
I currently have host checks for a domain that checks for a valid HTTP response using check_xi_service_http. If I attempt to run the Domain Expiration Wizard to add the check to an already existing host, it does not add the domain expiration check.
If I first add the domain using the Domain Expiration Wizard, and then add the HTTP check after, that works.
Which config file do you want to see? Our config is quite large.
If I first add the domain using the Domain Expiration Wizard, and then add the HTTP check after, that works.
Which config file do you want to see? Our config is quite large.
Re: Domain Expiration wizard - not adding check
There is a bug in the "Domain Expiration" wizard, where the wizard won't not create a service if the host exists. This is fixed in the next version of the wizard. You can download the "patched" version of the wizard below:
Don't unzip it but install it by going to: Admin->Manage Config Wizards->Browse->domain_expiration.zip->Upload Wizard
Rerun the "Domain Expiration" wizard against a host that already exists and see if the "Domain Expiration" service will be added.
Don't unzip it but install it by going to: Admin->Manage Config Wizards->Browse->domain_expiration.zip->Upload Wizard
Rerun the "Domain Expiration" wizard against a host that already exists and see if the "Domain Expiration" service will be added.
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!