Skip to content
New issue

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

Getting strange Triggerrexpressions #25

Open
kszyma opened this issue Nov 13, 2024 · 0 comments
Open

Getting strange Triggerrexpressions #25

kszyma opened this issue Nov 13, 2024 · 0 comments

Comments

@kszyma
Copy link

kszyma commented Nov 13, 2024

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant