Merge pull request #4153 from Icinga/feature/support-service-name-macro-4000

Also resolve macro `service.name` in notes_url
This commit is contained in:
Johannes Meyer 2020-05-13 15:38:33 +02:00 committed by GitHub
commit 79343cef8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ class Macro
'host.name' => 'host_name',
'host.address' => 'host_address',
'host.address6' => 'host_address6',
'service.description' => 'service_description'
'service.description' => 'service_description',
'service.name' => 'service_description'
);
/**