have a version 6.4.7 server running and an Agent2 version 6.4.2 on a Centos machine. I can assign a generic linux template and I can get info just fine. What I am trying to do is have a minimalist template. Just monitoring a few services and the disk space used. For instance I have this key service.info[mariadb,status] to get the status of the DB. I get an error: cannot monitor metric "service.info[mariadb,status]": Unknown metric service.info from the agent log. When I try a zabbix_get command (zabbix_get -s xxx.xxx.xxx.xxx -p 10050 -k "service.info[mariadb,state]" I get : ZBX_NOTSUPPORTED: Unknown metric service.info If I run this from the cli on the host zabbix_agent2 -t "service.info[mariadb.service,state]" I also get the same error I got in the log file.
Can someone help me out in getting this to work?
Thanks
Can someone help me out in getting this to work?
Thanks
Comment