We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Cannot accurately apply filter: no value received for macro "{#SERVICE.STARTUPNAME}". https://www.zabbix.com/documentation/3.2/manual/introduction/whatsnew3210
Example:
{ "{#SERVICE.TYPE}": "service", "{#SERVICE.NAME}": "systemd-sysctl.service", "{#SERVICE.DISPLAYNAME}": "Apply Kernel Variables", "{#SERVICE.PATH}": "/lib/systemd/system/systemd-sysctl.service", "{#SERVICE.STARTUPNAME}": "static", "{#SERVICE.CONDITIONRESULT}": "yes" }, { "{#SERVICE.TYPE}": "service", "{#SERVICE.NAME}": "keyboard-setup.service", "{#SERVICE.DISPLAYNAME}": "LSB: Set preliminary keymap", "{#SERVICE.PATH}": "/run/systemd/generator.late/keyboard-setup.service", "{#SERVICE.CONDITIONRESULT}": "yes" },
As you can see {#SERVICE.STARTUPNAME} is missing.
The text was updated successfully, but these errors were encountered:
This value is not available:
$ systemctl show keyboard-setup.service | grep UnitFileState $ systemctl show systemd-sysctl.service | grep UnitFileState UnitFileState=static
You can use https://github.com/cavaliercoder/zabbix-module-systemd#debugging for more details.
What will be expected a response in this case?
Sorry, something went wrong.
No branches or pull requests
Error: Cannot accurately apply filter: no value received for macro "{#SERVICE.STARTUPNAME}".
https://www.zabbix.com/documentation/3.2/manual/introduction/whatsnew3210
Example:
As you can see {#SERVICE.STARTUPNAME} is missing.
The text was updated successfully, but these errors were encountered: