Hi Team,
We want to add a new handler in the check settings tab of large number of services and hosts in Nagios XI 2014R2.7 and also need to enable few radio buttons.
Kindly let us know if we can do these changes in bulk ?
Bulk modification in Nagios XI
Bulk modification in Nagios XI
Thanks & Regards,
I2MP Team.
I2MP Team.
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Re: Bulk modification in Nagios XI
Nagios XI Enterprise contains a bulk modification tool in the CCM Manager section. Do you have Enterprise licensing?
Previous Nagios employee
Re: Bulk modification in Nagios XI
We are using 4 Nagios XI instances, 2 of them have enterprise license and rest 2 standard license.
Kindly let me know, how to use bulk modification in enterprise license Nagios instance?
Kindly let me know, how to use bulk modification in enterprise license Nagios instance?
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Bulk modification in Nagios XI
Login into Nagios XI
Config -> Core Config Manager -> Tools (left menu tab)
Here You have Bulk Modifications and Renaming tool.
Config -> Core Config Manager -> Tools (left menu tab)
Here You have Bulk Modifications and Renaming tool.
Re: Bulk modification in Nagios XI
Thanks @slytheer!
@RIDS_I2MP - let us know if you have any further questions.
@RIDS_I2MP - let us know if you have any further questions.
Former Nagios Employee
Re: Bulk modification in Nagios XI
Using this bulk modification action how can we add a new handler in the configuration of large number of services and hosts? Below is the exact request.
"We want to add a new handler in the check settings tab of large number of services and hosts in Nagios XI 2014R2.7 and also need to enable few radio buttons"
"We want to add a new handler in the check settings tab of large number of services and hosts in Nagios XI 2014R2.7 and also need to enable few radio buttons"
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Bulk modification in Nagios XI
Pretty much everything in the settings tab is better defined globally in a (host or service) template, then maybe more locally in another template (that sources the global template), then the template is sourced by hosts or services. Similarly, hosts would be defined in hostgroups, which are then applied to services. This way a service is defined once, not once for each host for example.
This is the intent/design of core, which is the basis for XI. The bulk change feature just helps us have bad habits. Separating monitoring from hosts/services (via templates), and hosts from services makes changes like the OP wants effortless...
This is the intent/design of core, which is the basis for XI. The bulk change feature just helps us have bad habits. Separating monitoring from hosts/services (via templates), and hosts from services makes changes like the OP wants effortless...
Re: Bulk modification in Nagios XI
This is correct. Templates are the best thing to use when controlling hosts / services in mass. Thanks @gormank!gormank wrote:Pretty much everything in the settings tab is better defined globally in a (host or service) template, then maybe more locally in another template (that sources the global template), then the template is sourced by hosts or services. Similarly, hosts would be defined in hostgroups, which are then applied to services. This way a service is defined once, not once for each host for example.
This is the intent/design of core, which is the basis for XI. The bulk change feature just helps us have bad habits. Separating monitoring from hosts/services (via templates), and hosts from services makes changes like the OP wants effortless...
What handler are you looking to add? A notification handler, event handler, we'll need a bit of clarification here. Also, which radio buttons? Some things may not be possible through the Bulk Mod Tool currently, but I can file feature requests for these changes.We want to add a new handler in the check settings tab of large number of services and hosts in Nagios XI 2014R2.7 and also need to enable few radio buttons"
Former Nagios Employee
Re: Bulk modification in Nagios XI
Hi, sorry to go in between Your conversation, but is there any example of such an configuration, including templates, hostgroups, etc.?rkennedy wrote:This is correct. Templates are the best thing to use when controlling hosts / services in mass. Thanks @gormank!gormank wrote:Pretty much everything in the settings tab is better defined globally in a (host or service) template, then maybe more locally in another template (that sources the global template), then the template is sourced by hosts or services. Similarly, hosts would be defined in hostgroups, which are then applied to services. This way a service is defined once, not once for each host for example.
This is the intent/design of core, which is the basis for XI. The bulk change feature just helps us have bad habits. Separating monitoring from hosts/services (via templates), and hosts from services makes changes like the OP wants effortless...
What is the advantage of this configuration?
You say I define once an "HDD check for Drive C" in an windows server, then create a hostgroup for windows servers?
Is there any way to make some hostgroups "administrative", so users won't see them?
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Re: Bulk modification in Nagios XI
@slytheer -- Please open a new thread or ticket for this type of question. There are many configuration documentation examples details, here are a few: Main Configuration File Options, Object Definitions, Object Inheritance. These are mainly Nagios Core related which is the foundation XI is built.
A more general overview can be found here: https://www.nagios.org/documentation/
@RIDS_I2MP -- Are we ok to lock this thread?
A more general overview can be found here: https://www.nagios.org/documentation/
@RIDS_I2MP -- Are we ok to lock this thread?
Previous Nagios employee