<div dir="ltr">Hi,<div>For getting information about server from HTTP protocol, urllib2 library can be used, or we can also get data by raw socket connections and capture data using regular expressions.</div><div>For SSH the paramiko library seems sufficient for fetching information.</div>
<div>For SNMP protocol too pysnmp library must be sufficient.</div><div>Aditya</div></div>