Macro: Also resolve `service.name` to `service_description`
resolves #4000
This commit is contained in:
parent
539e88c553
commit
5d603cd026
|
@ -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'
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue