Support "hosts" patterns in "authorize" sections
commit776fe5d4a69a4fb7734fc2fc56b6654a55df2afc
authorHolger Weiß <holger@weiss.in-berlin.de>
Tue, 9 Apr 2013 21:07:56 +0000 (9 23:07 +0200)
committerHolger Weiß <holger@weiss.in-berlin.de>
Tue, 9 Apr 2013 21:07:56 +0000 (9 23:07 +0200)
tree6be84c9906d7a034a59faa9fbd3ef6edea75b6ff
parentfe1f0826f3a72c2c2b500f082328c758f4f07704
Support "hosts" patterns in "authorize" sections

The new "hosts" variable is syntactic sugar (along the lines of the
"services" variable); i.e., the following assignments are equivalent:

hosts = "foo"
commands = "PROCESS_HOST_CHECK_RESULT;foo;.+"
etc/nsca-ng.cfg
man/nsca-ng.cfg.in
src/server/auth.c
src/server/conf.c
tests/auth.at