You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pynag-...@googlegroups.com
pynag 0.4.9 is out!
The major changes in this release is mk-livestatus integration into
the command line interface, the addition of a Parsers.LogFiles which
gives API access to the Nagios logfiles, plus many fixes and enhancements:
New Features:
pynag cli now has livestatus subcommand
pynag cli multiple changes to make it more friendly to bash scripts
pynag cli has acknowledge and downtime subcommands
pynag.Model.*.delete() now are more context aware and remove references from other objects
More features in pynag.Utils.GitRepo
Parser for retention.dat created
pynag.utils.grep_to_livestatus() to convert from pynag style filters to livestatus style filters
add_to_contactgroup() created for pynag.Model.Services, Hosts, and Contacts
New functions pynag.Utils.grep(). Model filter() will use this in the future
pynag.Model - object definitions now implement sort()
pynag.Parsers.Logfiles added to parse nagios log files
Bugfixes:
Multiple doctest and unittest fixes and improvements to code quality
send_nsca - revert back to tabs instead of spaces
Fix unhandled traceback with pynag copy
Fix bug where directories with ending .cfg were parsed as files