Giter VIP home page Giter VIP logo

Comments (8)

tmcnag avatar tmcnag commented on July 29, 2024

To clarify, an appropriate name for the macro might be $NOTIFIEDCONTACTS$ which could be a comma-separated list of contact aliases, names, or emails. Possibly three macros, one for each.

from nagioscore.

scottwilkerson avatar scottwilkerson commented on July 29, 2024

@wh1test - The $NOTIFICATIONRECIPIENTS$ already exists

http://nagios.sourceforge.net/docs/nagioscore/4/en/macrolist.html#notificationrecipients

from nagioscore.

tmcnag avatar tmcnag commented on July 29, 2024

That's just the shortname though, doesn't list the email or full name. I think that was the intention.

from nagioscore.

scottwilkerson avatar scottwilkerson commented on July 29, 2024

But once you have the shortname you can get the other info

e.g.
$CONTACTEMAIL:john$
$CONTACTNAME:john$

http://nagios.sourceforge.net/docs/nagioscore/4/en/macros.html

from nagioscore.

scottwilkerson avatar scottwilkerson commented on July 29, 2024

Or,

$CONTACTEMAIL:contactgroup_name:,$
$CONTACTNAME:contactgroup_name:,$

from nagioscore.

tmcnag avatar tmcnag commented on July 29, 2024

Did not know about the delimiter trick, thanks! So to take it a step further, could this be done?

$CONTACTEMAIL:$CONTACTGROUPNAME$:,$

In other words, can you use one macro to build up another on-demand macro? I would imagine this would break the parsing of the dollar signs a bit and leave you with:

$CONTACTEMAIL:$

and

$:,$

from nagioscore.

wh1test avatar wh1test commented on July 29, 2024

Thank you guys! It works!

from nagioscore.

scottwilkerson avatar scottwilkerson commented on July 29, 2024

Perfect! But to answer @tmcnag question, Yes, on the command line for the command, something like the following with backticks should work:

$CONTACTEMAIL:`echo $CONTACTGROUPNAME$`:,$

from nagioscore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.