Добрый день!
Есть скрипт который выдает заббиксу информацию примерно в таком виде!
Все вроде норм
Такая структура нужна из-за того что заббикс не умеет делать lld по данным полученным от другого lld.
После получения данных заббикс вроде как добавляет проверки и начинает их мониторить, но отключает сам lld. Пишет в вот такое.
В чем может быть проблема?
Есть скрипт который выдает заббиксу информацию примерно в таком виде!
Code:
{"data":[
{"{#INSTANCENAME}":"PREPROD5"},
{"{#TBSNAME}":"SYSTEM","{#SID}":"PREPROD5"},
{"{#TBSNAME}":"SYSAUX","{#SID}":"PREPROD5"},
{"{#TBSNAME}":"UNDOTBS1","{#SID}":"PREPROD5"},
{"{#TBSNAME}":"AUTH_NEW_DATA","{#SID}":"PREPROD5"},
{"{#TBSNAME}":"CHARGE_ONL_DATA","{#SID}":"PREPROD5"},
{"{#TBSNAME}":"CHARGE_ONL_IDX","{#SID}":"PREPROD5"},
{"{#TBSNAME}":"LOGS","{#SID}":"PREPROD5"},
{"{#TBSNAME}":"SMSNE_NEW","{#SID}":"PREPROD5"}
]}
Такая структура нужна из-за того что заббикс не умеет делать lld по данным полученным от другого lld.
После получения данных заббикс вроде как добавляет проверки и начинает их мониторить, но отключает сам lld. Пишет в вот такое.
Code:
Cannot create item: item with the same key "Oracle[tsfree,{#SID},{#TBSNAME}]" already exists.
Cannot create item: item with the same key "Oracle[tsused,{#SID},{#TBSNAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key "oracle[activeusercount,{#INSTANCENAME}]" already exists.
Cannot create item: item with the same key
Comment