Closed alialtansaka closed 5 years ago
Dear sir,
if service name contains "service", discovery script does not populate service names as expected, so i have changed awk -F'.service' to awk -F'.service ' on /usr/local/bin/zbx_service_discovery.sh to fix that, and it works for me.
awk -F'.service'
awk -F'.service '
regards
This has been resolved in commit 5bbad0f
Dear sir,
if service name contains "service", discovery script does not populate service names as expected, so i have changed
awk -F'.service'
toawk -F'.service '
on /usr/local/bin/zbx_service_discovery.sh to fix that, and it works for me.regards