I need to make a script that need 2 inputs X and Y
But the outpout my external scrips get is 0.0.0.0 X Y
I really need the external script not to output the 0.0.0.0 to my external script.
Why not just let zabbix output things exactly as its typed within the [] and force people to use {HOSTNAME} or {IP} if they need hostname or IP to there scripts?
Solution is to ignore the $1 but kinda bad solution if ya using script for other solutions.
But the outpout my external scrips get is 0.0.0.0 X Y
I really need the external script not to output the 0.0.0.0 to my external script.
Why not just let zabbix output things exactly as its typed within the [] and force people to use {HOSTNAME} or {IP} if they need hostname or IP to there scripts?
Solution is to ignore the $1 but kinda bad solution if ya using script for other solutions.

Comment