We are working on script to check a directory if the number of files in it goes above a certain threshold it sends an snmptrap
to a zabbix
server, the server is now running RHEL7.1, previously the script was running on solaris10 and the command was :
/usr/sfw/bin/snmptrap -v1 -c foo #ip 1.3.6.1.4.1.42 localhost 6 9 0 #oid s '#msg'
and now we couldn't find the equivalant command in RHEL7.1 .