add host to nagios using template
add host to nagios using template
is there a way to create templates that can be used when adding new hosts to NAgios monitoring instead of having to select the services one by one and setting thresholds? can i just create a template with some specific services that new hosts can be cloned from?
Re: add host to nagios using template
You can use the Configure > Configuration Wizards > Bulk Host Cloning and Import wizard.
Another option would be for you to attach services to a hostgroup instead of to individual hosts and then when you add another host into that hostgroup it will automatically inherit all services attached to the hostgroup.
Another option would be for you to attach services to a hostgroup instead of to individual hosts and then when you add another host into that hostgroup it will automatically inherit all services attached to the hostgroup.
Re: add host to nagios using template
We've got 9000k+ hosts in a small fleet of XIs
We use a host template to hold the "universal" stuff that all hosts might share, like token, port #
From there we have services assigned to host groups, such as Window_Baseline, Linux_Baseline, Linux_Baseline_Production etc
When a machine is onboarded it's added to the relevant HGs.
This also makes it easy to add or remove a service check for all hosts of a given type, like when we recently switched antivirus software.
We use a host template to hold the "universal" stuff that all hosts might share, like token, port #
From there we have services assigned to host groups, such as Window_Baseline, Linux_Baseline, Linux_Baseline_Production etc
When a machine is onboarded it's added to the relevant HGs.
This also makes it easy to add or remove a service check for all hosts of a given type, like when we recently switched antivirus software.
Re: add host to nagios using template
Thanks @WilH!
@rnjie, let us know if those will meet your needs.
@rnjie, let us know if those will meet your needs.