I need to monitor a Java process using SNMP i.e if the Java process is down it should send a Trap . Need help in how to use net-snmp to monitor the java process
My queries are for net-snmp:
Do I have to create a MIB for my Java process? How does the SNMP agent receive the status? Does it runs some script to collect the status report? Where should the script be configured? If I have the MIB file will it be sufficient to use with the SNMP agent or I have to write some scripts also?