Hi,
value of external parameter is whatever is written to stdout by command. So you can simply remove redirection to /dev/null:
Best regards,
Victor
value of external parameter is whatever is written to stdout by command. So you can simply remove redirection to /dev/null:
Code Select
ExternalParameter=Nagios(*):/etc/netxms/plugins/$1 -H $2 -c $3 -a $4 / 2>&1
Best regards,
Victor