Hi Team,
We want to monitor the Domain Expiration using Nagios.
Could you please help us on the same.
Thanks in advance!!
Domain expiration monitoring
Domain expiration monitoring
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Domain expiration monitoring
Absolutely! We have a Configruation Wizard for that very purpose.
Just navigate to the Configure section of XI using the top bar > click Configuration Wizards under Configuration Tools on the left > search for "Domain Exipration" in the search field provided > then click on the wizard and follow the subsequent steps.
I hope that helps! Let me know if you have any more questions.
Just navigate to the Configure section of XI using the top bar > click Configuration Wizards under Configuration Tools on the left > search for "Domain Exipration" in the search field provided > then click on the wizard and follow the subsequent steps.
I hope that helps! Let me know if you have any more questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Domain expiration monitoring
Hello,
Thanks for your help!!
Yes, we were able to monitor.
Please let us know if there is a way to configure the same in bulk. We have around 250 domains to be monitored.
Can we do it in one go?
We tried using "Bulk Cloning and Import" option but it is giving wrong information.
Please help!!
Thanks for your help!!
Yes, we were able to monitor.
Please let us know if there is a way to configure the same in bulk. We have around 250 domains to be monitored.
Can we do it in one go?
We tried using "Bulk Cloning and Import" option but it is giving wrong information.
Please help!!
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Domain expiration monitoring
What "wrong information" is the Bulk Cloning and Import Wizard giving?
I believe there are a couple other ways you could do this as well.
I believe there are a couple other ways you could do this as well.
- You could use the REST API in XI.Navigate to the Help section of XI using the bar on top > click Config Reference under API Docs on the left pane > then see the "config/host/<host_name>" part of that page for details on how to create a new host object in XI with the API.
- You could write a script that will recursively add the entries to configuration files (to /usr/local/nagios/etc/import/)based on a list, and then run the reconfigure script to apply them.
Code: Select all
/usr/local/nagiosxi/scripts/reconfigure_nagios.shAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Domain expiration monitoring
Hello,
What "wrong information" is the Bulk Cloning and Import Wizard giving?
=> It is inheriting the same domain license information which we are using as a reference in "Bulk Cloning and Import" wizard.
Please let us know if anything we can do there.
What "wrong information" is the Bulk Cloning and Import Wizard giving?
=> It is inheriting the same domain license information which we are using as a reference in "Bulk Cloning and Import" wizard.
Please let us know if anything we can do there.
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Domain expiration monitoring
That is why you may want to do this through the API. Navigate to the Help section of XI using the bar on top > click Config Reference under API Docs on the left pane > then see the "config/service" part of that page for details on how to create a new host object in XI with the API. Configuring checks through the API will allow you to quickly iterate through a set of domains.
Please see the document linked below for more information on using the API in XI.
AUTOMATED HOST MANAGEMENT
Please see the document linked below for more information on using the API in XI.
AUTOMATED HOST MANAGEMENT
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Domain expiration monitoring
Hello,
Thanks for your help!!
Its completed now.
Thanks for your help!!
Its completed now.
Thanks & Regards,
I2MP Team.
I2MP Team.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Domain expiration monitoring
Great!RIDS_I2MP wrote:Hello,
Thanks for your help!!
Its completed now.
Locking thread