Actions component

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Actions component

Post 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
gregwhite
Posts: 206
Joined: Wed Jun 01, 2011 12:40 pm

Re: Actions component

Post 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
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Actions component

Post 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
gregwhite
Posts: 206
Joined: Wed Jun 01, 2011 12:40 pm

Re: Actions component

Post 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
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Actions component

Post 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
Locked