Hello !
I'm new in zabbix, and i have some questions about using discovery rules...
My server Zabbix runs on RedHat and i've an agent running on AIX server.
I'd like to use discovery rule to get the list of the physical volumes attached on my aix server.
I've already created a userparameter in the agent conf file, returning that :
{
"data":[
{ "{#PVNAME}":"hdisk0" },
{ "{#PVNAME}":"hdisk1" },
{ "{#PVNAME}":"hdisk2" },
{ "{#PVNAME}":"hdisk3" },
{ "{#PVNAME}":"hdisk4" },
{ "{#PVNAME}":"hdisk5" },
{ "{#PVNAME}":"hdisk6" },
{ "{#PVNAME}":"hdisk7" }
]
}
What should i do on the zabbix server to make it functional ?
Thanks a lot for helping a newbie
I'm new in zabbix, and i have some questions about using discovery rules...
My server Zabbix runs on RedHat and i've an agent running on AIX server.
I'd like to use discovery rule to get the list of the physical volumes attached on my aix server.
I've already created a userparameter in the agent conf file, returning that :
{
"data":[
{ "{#PVNAME}":"hdisk0" },
{ "{#PVNAME}":"hdisk1" },
{ "{#PVNAME}":"hdisk2" },
{ "{#PVNAME}":"hdisk3" },
{ "{#PVNAME}":"hdisk4" },
{ "{#PVNAME}":"hdisk5" },
{ "{#PVNAME}":"hdisk6" },
{ "{#PVNAME}":"hdisk7" }
]
}
What should i do on the zabbix server to make it functional ?
Thanks a lot for helping a newbie
Comment