Hello,
From the update agent in 1.8.3 (HPUX) i've a problem with my parameter UserParameter.
Exemple:
------------------
I've a script shell --> /[mydirectory]/test.ksh
In my file there is:
export UNIX95=1;ps -C $1 -o args= | wc -l (with $1 = [deamon name])
In my file configuration agent:
The value de UnsafeUserParameters is 1
My parameter is: UserParameter=processA[*],/[myDirectory]/test.ksh $1
Now zabbix return : not supported.
(In agent version 1.4.4 is OK)
Thanks for your help and sorry for my english.
From the update agent in 1.8.3 (HPUX) i've a problem with my parameter UserParameter.
Exemple:
------------------
I've a script shell --> /[mydirectory]/test.ksh
In my file there is:
export UNIX95=1;ps -C $1 -o args= | wc -l (with $1 = [deamon name])
In my file configuration agent:
The value de UnsafeUserParameters is 1
My parameter is: UserParameter=processA[*],/[myDirectory]/test.ksh $1
Now zabbix return : not supported.
(In agent version 1.4.4 is OK)
Thanks for your help and sorry for my english.
Comment