Hi to all, I've a simple userparameter conf file:
UserParameter=barman.s3.cspgres2.basebackup,cat /var/log/barman/cspgres2.basebackup.s3.status
UserParameter=barman.s3.cspgres2.wal,cat /var/log/barman/cspgres2.wal.s3.status
The files contain 0 or 1.
With zabbix_agentd -p I can see:
barman.s3.cspgres2.basebackup [t|0]
barman.s3.cspgres2.wal [t|0]
But from zabbix server with zabbix_get -s 192.168.**.**-k "cspgres2.wal.s3.status"
I get ZBX_NOTSUPPORTED: Unsupported item key.
Any idea?
Thanks
Stefano
UserParameter=barman.s3.cspgres2.basebackup,cat /var/log/barman/cspgres2.basebackup.s3.status
UserParameter=barman.s3.cspgres2.wal,cat /var/log/barman/cspgres2.wal.s3.status
The files contain 0 or 1.
With zabbix_agentd -p I can see:
barman.s3.cspgres2.basebackup [t|0]
barman.s3.cspgres2.wal [t|0]
But from zabbix server with zabbix_get -s 192.168.**.**-k "cspgres2.wal.s3.status"
I get ZBX_NOTSUPPORTED: Unsupported item key.
Any idea?
Thanks
Stefano
Comment