Hello,
I'm trying to get the total number of processes what start whith the string "var"
I'm trying to use a query like this:
zabbix_get -s <my_host_IP> -p 10050 -k "proc.num[var*]"
but returns 0
If I run those queries:
I'm trying to get the total number of processes what start whith the string "var"
I'm trying to use a query like this:
zabbix_get -s <my_host_IP> -p 10050 -k "proc.num[var*]"
but returns 0
If I run those queries:
zabbix_get -s <my_host_IP> -p 10050 -k "proc.num[var1]"
zabbix_get -s <my_host_IP> -p 10050 -k "proc.num[var7]"
zabbix_get -s <my_host_IP> -p 10050 -k "proc.num[var7]"
zabbix_get -s <my_host_IP> -p 10050 -k "proc.num[var3]"
...
they return 1
Do you know if proc.num supports this kind of expressions (like *, ^, $) ?
Thank you for your help
Regards
...
they return 1
Do you know if proc.num supports this kind of expressions (like *, ^, $) ?
Thank you for your help
Regards
Comment