Hi,
I'm trying to create a modeller plugin for a device I've got. It's only got an html page that I can scrape data from so I can't use snmp, portscan, nmap. This leaves me with python and cmd (as far as I can tell, I might be wrong).
I've checked a few zenpacks etc to see how they are doing this, 99% seem to be snmp based but there are a few cmd ones. I might also be wrong but they seem to use ssh to connect to a remote box and then run a command on there and parse the results.
What I want to do is pull the page (wget/curl) pick out the serial number etc and populate the various fields from here.
Is this possible? Is it documented somewhere on how to do this and am I just being thick and not finding it
grin I've found loads of snmp modeller docs but nothing like what I'm trying to do.
Any help would be much appreciated.
Crock