A company which we are trying to let us use Zabbix is adamant about having its events generating SNMP traps (they won't back down on this prerequisite) to their own monitoring tool.
How shall I get this working?
If my memory serves me right the media type script sends this arguments,
destination = argv[1], subject = argv[2], message = argv[3]
But is there any way using a custom media type script to pass the community + OID ?
Some other way I'm missing?
How shall I get this working?
If my memory serves me right the media type script sends this arguments,
destination = argv[1], subject = argv[2], message = argv[3]
But is there any way using a custom media type script to pass the community + OID ?
Some other way I'm missing?
)
Comment