Adding Component to Nagios Core

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
mr_m_cox
Posts: 3
Joined: Mon Dec 19, 2016 6:23 am

Adding Component to Nagios Core

Post by mr_m_cox »

Hi All,

Is it possible to install the Mass Acknowledge component to Nagios Core? If so, how?

I can see documentation to add it via the GUI of Nagios XI but not core.

Thanks.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Adding Component to Nagios Core

Post by mcapra »

Assuming you are referring to this component:
https://exchange.nagios.org/directory/A ... nt/details

According to the page for this component, this component is only compatible with Nagios XI.
Former Nagios employee
https://www.mcapra.com/
mr_m_cox
Posts: 3
Joined: Mon Dec 19, 2016 6:23 am

Re: Adding Component to Nagios Core

Post by mr_m_cox »

Thats the one. Shame it cant be used in Core but thanks for the quick response and clarification

I have had to go through and manually click away a number (50+) of service downtime schedules as the work completed over a day early and i needed the real time alerts back in action.

Would it be possible to clear all from cmd line?

Thanks.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Adding Component to Nagios Core

Post by mcapra »

You could try leveraging the ACKNOWLEDGE_SVC_PROBLEM or ACKNOWLEDGE_HOST_PROBLEM commands, but those still only work on individual hosts/services:
https://old.nagios.org/developerinfo/ex ... mand_id=40
https://old.nagios.org/developerinfo/ex ... mand_id=39

You would probably be able to script out a sequence if you could provide a list of all the service/host objects to acknowledge.
Former Nagios employee
https://www.mcapra.com/
Locked