Page 2 of 2

Re: Actions component

Posted: Thu Mar 10, 2022 3:20 pm
by pbroste
Hello @pkarr

Thanks for following up, appears from the database export the 'actions_component_options' are not listed.

I will need to further test this with a VM with mariadb database and will follow up.

Thanks,
Perry

Re: Actions component

Posted: Wed Apr 06, 2022 12:01 pm
by gregwhite
It has been almost a month and there has not been any further action on this. I need to get this resolved in order to complete a project we are working on. It was a function that was working until we upgraded.

Thanks
Greg

Re: Actions component

Posted: Wed Apr 06, 2022 3:05 pm
by pbroste
Hello,

Thanks for holding on, and pinging me; I see that there is a feature request posted for the option to import and export Action Components and will go ahead and add an additional "poke" so that they know that this is an important feature.
NEW TASK ID 10707 created - Nagios XI Feature Request: Create ordered list for Actions component (alphabetical)
NEW TASK ID 10708 created - Nagios XI Feature Request: Allow importing / exporting of Actions (component) through the GUI / CLI

Thanks again for pinging my on this, and let me know if you have any further questions,
Perry

Re: Actions component

Posted: Wed Apr 06, 2022 4:29 pm
by gregwhite
Will this fix our issue which is after adding a certain number of links, they disappear and we have to start over?

Greg

Re: Actions component

Posted: Thu Apr 07, 2022 3:53 pm
by pbroste
Hello Greg,

So to circle back around a bit for summary, we know that the 'action_component_options' are stored in the database. Here is the command that lists it out again:

Code: Select all

echo "select value from xi_options where name='actions_component_options';" | mysql -u root -pnagiosxi nagiosxi
Results:
value
a:2:{s:7:"enabled";i:1;s:7:"actions";a:1:{i:0;a:13:{s:7:"enabled";i:1;s:4:"type";s:3:"any";s:4:"host";s:4:"/.*/";s:7:"service";s:4:"/.*/";s:9:"hostgroup";s:33:"Application - Ancillary - Audbase";s:12:"servicegroup";s:0:"";s:4:"text";s:50:"Application Imaging - Audbase Escalation Procedure";s:11:"action_type";s:3:"url";s:3:"url";s:214:"https://shareplace.atriushealth.org/col ... :6:"upHreI";}}} '0') || (%objecttype%=='service' && '%servicestateid%'!='0')) {
We suspect that there is a limitations on the number of 'action components' and that is the reason for the export/import feature request.

Please review the changelog for updates.

Thanks,
Perry