1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
nagios2mantis (3.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
* postrm: Check for /etc/init.d/incron before restarting incron.
(Closes: #767665)
* postrm purge: Cleanup files created by the postinst in
/var/lib/nagios2mantis.
-- Andreas Beckmann <anbe@debian.org> Mon, 01 Dec 2014 04:50:20 +0100
nagios2mantis (3.1-1) unstable; urgency=medium
* debian/control: add python-minimal to Build-Depends (closes: #759222).
-- Cyril Bouthors <cyril@bouthors.org> Fri, 05 Sep 2014 15:46:33 +0200
nagios2mantis (2.0-11) unstable; urgency=medium
* bin/nagios2mantis: add support for notification-type and ignore
'ACKNOWLEDGEMENT'.
-- Cyril Bouthors <cyril@bouthors.org> Tue, 02 Sep 2014 14:15:41 +0200
nagios2mantis (2.0-10) unstable; urgency=medium
* debian/control: depend on nagios3-core instead of nagios3.
-- Cyril Bouthors <cyril@bouthors.org> Tue, 03 Jun 2014 16:40:22 +0200
nagios2mantis (2.0-9) unstable; urgency=medium
* nagios2mantis: avoid opening a new ticket for each host notification.
-- Cyril Bouthors <cyril@bouthors.org> Fri, 25 Apr 2014 17:31:35 +0200
nagios2mantis (2.0-8) unstable; urgency=medium
* Add lockfile support to prevent race condition. See
https://support.isvtec.com/view.php?id=32351
-- Cyril Bouthors <cyril@bouthors.org> Fri, 25 Apr 2014 11:29:20 +0200
nagios2mantis (2.0-7) unstable; urgency=medium
* bin/nagios2mantis: typo in previous commit.
-- Cyril Bouthors <cyril@bouthors.org> Tue, 22 Apr 2014 18:12:21 +0200
nagios2mantis (2.0-6) unstable; urgency=medium
* bin/nagios2mantis: only create index if needed.
-- Cyril Bouthors <cyril@bouthors.org> Tue, 22 Apr 2014 18:11:06 +0200
nagios2mantis (2.0-5) unstable; urgency=medium
* bin/nagios2mantis: add unique key on nagios_mantis_relation(hostname,
service).
-- Cyril Bouthors <cyril@bouthors.org> Tue, 22 Apr 2014 17:30:34 +0200
nagios2mantis (2.0-4) unstable; urgency=medium
* bin/nagios2mantis: force an immediate empty() to work-around a
Debian/squeeze bug. https://support.isvtec.com/view.php?id=32109
-- Cyril Bouthors <cyril@bouthors.org> Mon, 21 Apr 2014 16:53:38 +0200
nagios2mantis (2.0-3) unstable; urgency=low
* bin/nagios2mantis, etc/nagios2mantis.ini: add 'state' in add_note
template.
-- Cyril Bouthors <cyril@bouthors.org> Tue, 12 Nov 2013 17:04:15 +0100
nagios2mantis (2.0-2) unstable; urgency=low
* bin/nagios2mantis: typo in SQL query
-- Cyril Bouthors <cyril@bouthors.org> Tue, 12 Nov 2013 16:32:33 +0100
nagios2mantis (2.0-1) unstable; urgency=low
* New release.
* Open a new ticket if the found one is already closed, #6.
* Packaging, #5.
* Use a local spool if Mantis is not available, #4.
* Add a note instead of opening a new ticket if a ticket with the same
hostname+service is already open, #1
* Nagios plugin to check that the sqlite spool is empty, #3.
-- Cyril Bouthors <cyril@bouthors.org> Tue, 12 Nov 2013 15:46:45 +0100
nagios2mantis (1.1-4) unstable; urgency=low
* etc/nagios2mantis.ini: typo in 'category_name' format
-- Cyril Bouthors <cyril@bouthors.org> Tue, 08 Oct 2013 10:24:34 +0200
nagios2mantis (1.1-3) unstable; urgency=low
* bin/nagios2mantis: default category can now be set from the
configuration file.
-- Cyril Bouthors <cyril@bouthors.org> Tue, 08 Oct 2013 10:08:52 +0200
nagios2mantis (1.1-2) unstable; urgency=low
* bin/nagios2mantis: removed debug information.
-- Cyril Bouthors <cyril@bouthors.org> Sat, 03 Aug 2013 13:38:23 +0200
nagios2mantis (1.1-1) unstable; urgency=low
* etc/nagios3/conf.d/nagios2mantis.cfg: send output to syslog to ease
debugging
* bin/nagios2mantis: add debug information
* bin/nagios2mantis: fixed stupid typo in argument checking
-- Cyril Bouthors <cyril@bouthors.org> Tue, 23 Jul 2013 16:04:27 +0200
nagios2mantis (1.0-2) unstable; urgency=low
* Improved help2man support
-- Cyril Bouthors <cyril@bouthors.org> Mon, 22 Jul 2013 20:29:16 +0200
nagios2mantis (1.0-1) unstable; urgency=low
* Initial release (closes: #717578).
-- Cyril Bouthors <cyril@bouthors.org> Mon, 22 Jul 2013 17:49:55 +0200
|