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.
tgriep wrote:On the left hand side of the GUI, under reports, you can click on Notifications and get the data you are looking for.
IT managers do not use Web Interface. They have no time for it.
I use Nagios 3 years. Please don't tell me how to use GUI. My question is not about this =(
I do not believe this is currently possible the way you describe it. If you would like, you can enter it as a feature request for Core here: https://github.com/NagiosEnterprises/nagioscore
There is a macro that may at least get you part of the way there, though it requires that you use contactgroups (and it will only report on the primary group for the alerted/notified object):
$CONTACTGROUPMEMBERS$
A comma-separated list of all contacts that belong to either 1) the contactgroup name passed as an on-demand macro argument or 2) the primary contactgroup associated with the current contact (if not used in the context of an on-demand macro).
Honestly, this has been requested before, the real issue is that Nagios sends notifications in piecemeal - one by one. There is not a good way with the current logic to query all the recipients of a said notification.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
abrist, Thanks for your reply. I tried to use $CONTACTGROUPMEMBERS$ already, but it shows wrong information in compare with GUI - Configuration - column "Default Contacts/Groups".
I'll create feature request. I think it useful feature for large organizations.