HI,
I would like to display in Zabbix, all folders (name + size) under a share on a Windows Server.
I have a powershell script which is creating a file like json.log:
{
"data":[
{"{#SHARENAME}":"Informatique"},
{"{#SHARENAME}":"Marketing"},
]
}
My Discovery rule is : share.discovery[{#SHARENAME}]
Can you help me for this ?
I would like to display in Zabbix, all folders (name + size) under a share on a Windows Server.
I have a powershell script which is creating a file like json.log:
{
"data":[
{"{#SHARENAME}":"Informatique"},
{"{#SHARENAME}":"Marketing"},
]
}
My Discovery rule is : share.discovery[{#SHARENAME}]
Can you help me for this ?