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
Hi,
when i get.host with
hosts = zabbix.host.get(output="extend", filter={"host": host_name}, selectInterfaces=["interfaceid"], selectTriggers=["description", "expression"], selectItems=["itemid", "name", "key_"])
I get such triggereexpressions:
{ "triggerid": "49846", "description": "/: Running out of free inodes", "expression": "{80904}<{$VFS.FS.INODE.PFREE.MIN.CRIT:\"/\"}" },
When i take a look into zabbix i see this expression:
min([/host.foo.bar/vfs.fs.dependent.inode[/,pfree]](javascript:void(0)),5m)<{$VFS.FS.INODE.PFREE.MIN.CRIT:"/"}
Why i see {80904} instead of min(/hosat.foo.bar/vfs.fs.dependent.inode[/,pfree],5m) ?
Zabbix Server Version is 7.0.2
Thanks :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
when i get.host with
I get such triggereexpressions:
When i take a look into zabbix i see this expression:
Why i see {80904} instead of min(/hosat.foo.bar/vfs.fs.dependent.inode[/,pfree],5m) ?
Zabbix Server Version is 7.0.2
Thanks :)
The text was updated successfully, but these errors were encountered: