Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-23 | export the livelock counter in a private mib openBSD.5. | Reyk Floeter | |
discussed with dlg@ | |||
2008-12-19 | fix IF-MIB element and implementation ifInUnknownErrors -> ifInUnknownProtos | Reyk Floeter | |
2008-12-08 | report memory and swap in hrStorage, and implement hrProcessor to report | Reyk Floeter | |
hrProcessorLoad (where load means the percentage of time the system was not idle during the last minute). based on HOST-RESOURCES-MIB. ok dlg@ | |||
2008-03-18 | remove ber_add_astring and make it the default behaviour in | Reyk Floeter | |
ber_add_string, ber_add_nstring, and ber_add_bitstring to allocate and copy the provided buffer instead of just attaching it to the ber element. this may add some overhead but fixes and avoids some bugs with static buffers and simplifies the ber api again. From Matthew at Dempsky dot org With input from claudio@ | |||
2008-03-17 | convert more strings to use the new ber_add_astring() function which | Reyk Floeter | |
simplifies the code. | |||
2008-03-17 | another sizeofa instead of sizeof fix | Reyk Floeter | |
2008-03-17 | fix incorrect use of sizeof() where there sizeofa() macro should be used | Reyk Floeter | |
ok dlg@ | |||
2008-03-16 | implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whats | David Gwynne | |
running now, which is another thing my nms at work likes. ok reyk@ | |||
2008-03-15 | provide sizeofa for counting the number of elements in an array. use it for | David Gwynne | |
passing the length of the mib in all these sysctl calls. ok reyk@ | |||
2008-03-15 | move zerodotzero up so more stuff can use it | David Gwynne | |
this is an ok bit of a bigger diff that reyk wanted split up | |||
2008-03-10 | provide a partial implementation of the HOST-RESOURCES-MIB. this implements | David Gwynne | |
the hrStorage part, which is enough to see how much space is used on your filesystems. makes my nms happy. ok reyk@ | |||
2008-01-30 | spacing | Reyk Floeter | |
2008-01-18 | implement very basic support of the BRIDGE-MIB which is enough to get | Reyk Floeter | |
recognized as a network device by some NMS. | |||
2008-01-16 | bump copyright | Reyk Floeter | |
2007-12-29 | add the IP-MIB ipAddrTable. it requires to encode the ipv4 addresses | Reyk Floeter | |
in the OIDs as the table index. the next step is to simplify the common mib implementation regarding the special requirements of these strange snmp tables. | |||
2007-12-28 | split code handling the "structure of management information" and the | Reyk Floeter | |
"message processing subsystem" into separate files smi.c and mps.c | |||
2007-12-28 | split the MIB declarations (names) from the definitions (implementation). | Reyk Floeter | |
2007-12-28 | use the snmp camelCase for MIB definitions, this allows to simplify | Reyk Floeter | |
the code a bit and is mostly a stylistic change. | |||
2007-12-15 | fix the sensors mib to match the new OpenBSD PEN | Reyk Floeter | |
2007-12-15 | shrink the code by making some ipstat parts table-driven. at some | Reyk Floeter | |
point i may want to define a general table-driven interface for mibs. | |||
2007-12-15 | ips_odropped is ipOutDiscards not ipInDiscards | Reyk Floeter | |
2007-12-15 | add support for ipReasmTimeout | Gilles Chehade | |
ok (and thanks to) reyk@ | |||
2007-12-15 | implement one function to call the ipstat sysctl needed in a number of | Reyk Floeter | |
places instead of repeating the code. inspired by an idea from gilles@ | |||
2007-12-15 | more sysctl style changes for older code | Reyk Floeter | |
2007-12-15 | change the style of the sysctl mib setup | Reyk Floeter | |
2007-12-15 | now that ip statistics are available through sysctl, make snmpd's IP-MIB | Gilles Chehade | |
aware of them ok reyk@ | |||
2007-12-10 | add ip_mib table as well as support for retrieving ipForwarding and | Gilles Chehade | |
ipDefaultTTL ok reyk@ | |||
2007-12-06 | do not re-use static char buffers, allocate them; this avoids some | Reyk Floeter | |
strange effects in GETBULK mode. (this should go into ber.c). | |||
2007-12-05 | - add support joel's OPENBSD-SENSORS-MIB; it will dump the current | Reyk Floeter | |
sensor status in a SNMP table. - some other minor changes | |||
2007-12-05 | Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementation | Reyk Floeter | |
for OpenBSD. SNMP is a necessary evil. This is work in progress, don't expect too much from it yet. ok deraadt@ |