What is the best way to integrate SNMP V2 alerts functionality into an existing Delphi software?
Are there any well known Delphi libraries? Is it easier to integrate SNMP libraries built in some other language?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, you can use the Indy-SNMP (delivered with Delphi) coponents. Here is a small example (console), this returns the sysDescr of the host:
There are more examples, if you google “Delphi SNMP”..