event counters The last message was received 1.32 weeks ago at 22:19 on Mar 12, 2010 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 18 messages so far this month, 25 messages last month 351 messages since the first one, 5.22 years ago, for an average of 5.43 days between messages recent messages date | project | content | link |
|---|
| 22:18 on Mar 12 | nagcat | Commit by marineam :: r295 /trunk/python/nagcat/unittests/filters/test_xml.py: Skip a unit test that fails on centos5 for now | # | | 21:21 on Mar 12 | nagcat | Commit by marineam :: r294 /trunk/docs/configuration.txt: Add xslt link | # | | 21:14 on Mar 12 | nagcat | Commit by marineam :: r293 /trunk/ (3 files in 3 dirs): Add support for doing XSLT transforms on XML documents as a filter. | # | | 21:14 on Mar 12 | nagcat | Commit by marineam :: r292 /trunk/python/nagcat/unittests/ (4 files in 2 dirs): Move XPath filter tests to its own file | # | | 19:22 on Mar 11 | nagcat | Commit by marineam :: r291 /trunk/docs/snmp.coil: Add example snmp test templates | # | | 19:22 on Mar 11 | nagcat | Commit by marineam :: r290 /trunk/ (2 files in 2 dirs): Add SNMP oid_scale attribute for dynamically adjusting data units.
This is required for HOST-RESOURCES-MIB::hrStorage* to work properly since the units returned by those OIDs are arbitrary and must be multiplied by the value in hrStorageAllocationUnits to get Bytes. | # | | 18:25 on Mar 11 | coil | Commit by marineam :: r227 /trunk/coil/parser.py: Fix extending a map struct | # | | 01:34 on Mar 11 | nagcat | Commit by marineam :: r289 /trunk/python/nagcat/unittests/test_oracle_query.py: Fix mistake in oracle unit test | # | | 23:40 on Mar 10 | nagcat | Commit by marineam :: r288 /trunk/python/nagcat/test.py: Fix warning/critical in BaseTest | # | | 23:40 on Mar 10 | nagcat | Commit by marineam :: r287 /trunk/python/nagcat/ (10 files in 3 dirs): Move queries into plugins | # | | 23:20 on Mar 10 | coil | Commit by marineam :: r226 /trunk/coil/struct.py: Fix marking a map as expanded to avoid doing it twice | # | | 21:29 on Mar 10 | nagcat | Commit by marineam :: r286 /trunk/.gitignore: Add .gitignore | # | | 21:29 on Mar 10 | nagcat | Commit by marineam :: r285 /trunk/python/nagcat/unittests/ (test_notify_smtp.py test_notify_snmp.py): Rename misnamed unit test file | # | | 21:29 on Mar 10 | nagcat | Commit by marineam :: r284 /trunk/python/nagcat/ (6 files in 2 dirs): Split up filter classes into plugins.
This way filters.py doesn't get cluttered with stuff. | # | | 21:29 on Mar 10 | nagcat | Commit by marineam :: r283 /trunk/python/nagcat/ (6 files in 3 dirs): Fix the new plugin setup, the metaclass trick didn't seem to work
A stale dropin.cache tricked me into thinking that stuff was working but it wasn't quite right. Switch to declaring classProvides in each plugin class instead. This is probably the proper way to do it anyway. | # | | 23:34 on Mar 08 | nagcat | Commit by marineam :: r282 /trunk/python/nagcat/ (3 files in 2 dirs): Use a more generic plugin searching mechanism.
This should allow moving other code into plugins without any extra boilerplate code involving Interfaces and such things. | # | | 23:34 on Mar 08 | nagcat | Commit by marineam :: r281 /trunk/python/nagcat/ (4 files in 2 dirs): Convert SimpleTest into FilteredQuery.
In a later step I want to move the 'compound' query into the query code rather than the test code to allow nested compound queries. But first SimpleTest must go away. | # | | 23:34 on Mar 08 | nagcat | Commit by marineam :: r280 /trunk/python/nagcat/query.py: Disable query grouping for NTP
Grouping NTP queries would have the side effect that using snmp+ntp queries checking system time would cause all snmp v2 queries to be scheduled at the same time. This seems less than idea and NTP is pretty light weight so this should be a decent compromise without having to add weird heuristics to the scheduler to catch that situation. | # | | 22:39 on Feb 25 | coil | Commit by marineam :: r225 /trunk/coil/ (struct.py parser.py): Add new @map keyword to the coil parser.
In short it takes something like this:
a: {
@map: [1 2 3]
this: {
foo: "this"
}
that: {
foo: "that"
}
bar: ["a" "b" "c"]
}
and creates this:
a: {
this1: {
foo: "this"
bar: "a"
}
this2: {
foo: "this"
bar: "b"
}
this3: {
foo: "this"
bar: "c"
}
that1: {
foo: "that"
bar: "a"
}
that2: {
foo: "that"
bar: "b"
}
that3: {
foo: "that"
bar: "c"
}
} | # | | 19:28 on Feb 16 | coil | Commit by marineam :: r224 /branches/coil-0.4: Cut a branch to start working on what will likely be coil 0.4.x | # |
|