PortaboomThe contents of this website are Copyright (c)2007 by Brian Manning <brian at antlinux dot com>. Please do not reuse any of the content on this website without permission from the author.
The template would describe the data that will be downloaded by the mobile device. Maybe two kinds of templates, a host template and a site template. Site template would describe general or common settings, and a host template would describe things that are specific to one host. Each new packet that the mobile device sees, it will have the epoch date of the latest template used to pack the data. If the template date in the incoming packet is newer than the template date stored on the device, the device queues that packet and goes to retrieve the new/updated template.
Net::SNMP pure Perl, or is it compiled against the net-snmp libraries?
snmpd set up, use snmpwalk on the system and interface tables to verify that things are working the way you expect
snmpwalk -v2c -c COMMUNITY hostname [system|interface]
snmptranslate binary?
snmptranslate compatable with the module (print the version number as part of the test output)
Create a library of external SNMP commands that read program versions, using that programs --version command or similar; this would allow you to create and easily update a database of program versions
apachectl script accepts other arguments besides start/stop/configtest; the -v switch shows a short version string, and -V shows a longer version string; -h will show you all options