Filter or Pre-check boxes on Mass Acknowledge page?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
MrWoodward
Posts: 66
Joined: Fri Jan 06, 2017 1:58 pm

Filter or Pre-check boxes on Mass Acknowledge page?

Post by MrWoodward »

We're trying to direct certain users in our org to this page:

/nagiosxi/includes/components/massacknowledge/index.php

Does this index.php page take arguments to filter what is displayed? (say, only display certain hosts that match a certain criteria.)

Also, is it possible to pre-check boxes? We'd like the "Sticky" checkbox to be already pre-checked for all hosts and services.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Filter or Pre-check boxes on Mass Acknowledge page?

Post by npolovenko »

@MrWoodward, I believe in this particular component the data is passed inside the form with a php post request. I don't think you can add arguments to the link itself. Unless you decide to modify the source code of the php itself.
We do have external scripts to acknowledge hosts and services:
https://old.nagios.org/developerinfo/ex ... ndlist.php
So if you really wanted you could build a custom webpage that will call these scripts.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked