CIA.vc
Michael Marineau
Real-time open source activity stats
Stats » Authors » Michael Marineau
informationsyndicateUTC clock
05:22 on May 28, 2012
event counters
The last message was received 0.95 years ago at 20:05 on Jun 16, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
507 messages since the first one, 7.41 years ago, for an average of 5.33 days between messages
recent messages
dateReversed sort columnprojectcontentlink
18:55 on Jun 16, 2011nagcat
Commit by marineam :: r596 /trunk/python/nagcat/graph.py: (link)
Allow 'trend.scale' to be a float, used in rrdtool graphs
#
20:58 on Jun 14, 2011nagcat
Commit by marineam :: r594 /trunk/docs/configuration.txt: (link)
fix up nagios service example
#
05:13 on Jan 23, 2011nagcat
Commit by marineam :: r570 /trunk/docs/snmp.coil: (link)
Add system uptime test
#
04:48 on Jan 23, 2011nagcat
Commit by marineam :: r569 /trunk/docs/snmp.coil: (link)
Fix trafic graph label
#
04:43 on Jan 23, 2011nagcat
Commit by marineam :: r568 /trunk/docs/example-init-scripts/debian: (link)
Some tweaks for the debian init script
#
04:43 on Jan 23, 2011nagcat
Commit by marineam :: r567 /trunk/bin/check_passive: (link)
Add simple script for use as Nagios' check_command.

Nagios always wants a check_command, even for passive-only tests.
Providing a dummy is trivial enough but might as well use a script
to make things obvious.
#
04:43 on Jan 23, 2011nagcat
Commit by marineam :: r566 /trunk/docs/snmp.coil: (link)
Add example test for tracking network traffic.
#
23:19 on Sep 27, 2010coil
Commit by marineam :: r281 /branches/coil-0.3/docs/conf.py: (link)
Enable intersphinx for fancy cros-site linking
#
23:00 on Sep 27, 2010coil
Commit by marineam :: r280 /branches/coil-0.3/docs/ (conf.py index.rst): (link)
Drop module index, update copyright
#
22:20 on Sep 27, 2010coil
Commit by marineam :: r279 /tags/coil-0.3.17: (link)
Tag version 0.3.17
#
22:19 on Sep 27, 2010coil
Commit by marineam :: r278 /branches/coil-0.3/docs/changelog.rst: (link)
Update changelog
#
22:19 on Sep 27, 2010coil
Commit by marineam :: r277 /branches/coil-0.3/ (8 files in 2 dirs): (link)
Lots of documentation updates.

Add details on migrating from version 0.2.2.
Fixes and cleanups in the API reference.
#
21:13 on Sep 24, 2010nagcat
Commit by marineam :: r544 /trunk/ (4 files in 3 dirs): (link)
Capture stdout from subprocesses and report it
#
02:53 on Sep 16, 2010coil
Commit by marineam :: r276 /branches/coil-0.3/ (coil/__init__.py docs/changelog.rst): (link)
Bump version to 0.3.17 and update the changelog.

Not sure I will be cutting the release yet, more testing is required.
#
02:31 on Sep 16, 2010coil
Commit by marineam :: r275 /branches/coil-0.3/coil/struct.py: (link)
Fix rst formatting in doc string
#
02:17 on Sep 16, 2010coil
Commit by marineam :: r274 /branches/coil-0.3/coil/ (struct.py text.py): (link)
Fix compatibility issues with old 0.2.2 interfaces.

Fix a number of issues with the StructNode class:
 - Insert a number of attributes into Struct on demand
   (these are mostly private but they are used by legacy code)
 - Properly wrap Struct in StructNode in iteritems.

Add the new permissive and ignore_type=(strings) arguments to the coil
parser when called from the old text.py methods. This ensures that when
legacy code is using the old interface it also gets the old behavior.
#
21:32 on Sep 15, 2010coil
Commit by marineam :: r273 /branches/coil-0.3/ (4 files in 3 dirs): (link)
Add a number of parameters to support compatibility with 0.2.2

Documentation to be forthcoming...
#
18:29 on Sep 15, 2010coil
Commit by marineam :: r272 /branches/coil-0.3/coil/parser.py: (link)
Fix broken extending-parent check introduced in r233
#
23:38 on Sep 14, 2010coil
Commit by marineam :: r271 /trunk/coil/struct.py: (link)
Fix recursive call
#
23:37 on Sep 14, 2010coil
Commit by marineam :: r270 /trunk/coil/struct.py: (link)
Don't unwrap Struct items during merge()

The merge() method wasn't properly wrapping items it added. Since
__init__, update(), and merge() all need to have a similar wrapping loop
they have been merged into an _extend() method that does it all.
#