2021-10-05 10:51:49 +0300 [98273b4] Elan Ruusamäe <glen/at/pld-linux.org>

	* Merge pull request #2 from glensc/slack-tpl

2021-10-05 10:50:35 +0300 [6393957] Elan Ruusamäe <glen/at/delfi.ee>

	* Urlencode of & is no longer needed

 templates/notify-service-by-slack.tmpl | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

2021-10-05 10:38:06 +0300 [42bff46] Elan Ruusamäe <glen/at/pld-linux.org>

	* Merge pull request #1 from glensc/use-jinja-template

2021-08-16 01:38:05 +0300 [6c50cd9] Elan Ruusamäe <glen/at/delfi.ee>

	* Add Slack service notify template

 templates/notify-service-by-slack.tmpl | 49 ++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

2021-10-05 09:48:55 +0300 [8371e94] Elan Ruusamäe <glen/at/delfi.ee>

	* Append .tmpl extension automatically

 nagios-notify.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2021-10-05 09:34:20 +0300 [3945be8] Elan Ruusamäe <glen/at/delfi.ee>

	* Install Python version of the script

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2021-10-05 09:33:27 +0300 [36d3126] Elan Ruusamäe <glen/at/delfi.ee>

	* Add NAGIOS_TEMPLATEDIR env override for templates path

 nagios-notify.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2021-10-05 09:25:43 +0300 [8e3f317] Elan Ruusamäe <glen/at/delfi.ee>

	* Cleanup no longer needed CGIURL

 nagios-notify.py | 2 --
 1 file changed, 2 deletions(-)

2021-10-05 09:25:22 +0300 [041c6ee] Elan Ruusamäe <glen/at/delfi.ee>

	* Use SERVICECMDURL variable

 templates/notify-service-by-jabber-embedimage.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2021-10-05 09:25:06 +0300 [4a8cd9f] Elan Ruusamäe <glen/at/delfi.ee>

	* Build SERVICECMDURL from SERVICEINFOURL

 nagios-notify.py | 6 ++++++
 1 file changed, 6 insertions(+)

2021-10-05 09:14:50 +0300 [fecdbad] Elan Ruusamäe <glen/at/delfi.ee>

	* Use SERVICEINFOURL variable

 templates/notify-service-by-jabber-embedimage.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2021-08-16 01:30:24 +0300 [65f86c8] Elan Ruusamäe <glen/at/delfi.ee>

	* Use indenting to understand structure better

 templates/notify-service-by-email-conditions.tmpl | 28 +++++++++++------------
 1 file changed, 14 insertions(+), 14 deletions(-)

2021-08-15 22:38:26 +0300 [b6e83fc] Elan Ruusamäe <glen/at/delfi.ee>

	* Convert templates to jinja

 templates/notify-host-by-eggdrop.tmpl              |  2 +-
 templates/notify-host-by-email.tmpl                | 24 ++++++------
 templates/notify-host-by-jabber.tmpl               |  4 +-
 templates/notify-host-by-sms.tmpl                  | 14 +++----
 templates/notify-service-by-eggdrop.tmpl           |  2 +-
 templates/notify-service-by-email-conditions.tmpl  | 44 +++++++++++-----------
 templates/notify-service-by-email.tmpl             | 26 ++++++-------
 templates/notify-service-by-jabber-embedimage.tmpl | 12 +++---
 templates/notify-service-by-jabber-richtext.tmpl   |  2 +-
 templates/notify-service-by-jabber.tmpl            |  4 +-
 templates/notify-service-by-sms.tmpl               | 22 +++++------
 11 files changed, 78 insertions(+), 78 deletions(-)

2021-08-15 22:39:58 +0300 [983af4e] Elan Ruusamäe <glen/at/delfi.ee>

	* Drop $VERSION$ variable

 templates/notify-host-by-email.tmpl               | 4 ++--
 templates/notify-host-by-sms.tmpl                 | 2 +-
 templates/notify-service-by-email-conditions.tmpl | 4 ++--
 templates/notify-service-by-email.tmpl            | 4 ++--
 templates/notify-service-by-sms.tmpl              | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

2021-08-15 23:45:13 +0300 [0fc447e] Elan Ruusamäe <glen/at/delfi.ee>

	* Add CGIURL builtin variable

 nagios-notify.py | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

2021-08-15 23:13:07 +0300 [f4ce2bb] Elan Ruusamäe <glen/at/delfi.ee>

	* Add DATADIR variable

 nagios-notify.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2021-08-15 23:10:06 +0300 [e8e5f5d] Elan Ruusamäe <glen/at/delfi.ee>

	* Implement base64 filter

 nagios-notify.py | 8 ++++++++
 1 file changed, 8 insertions(+)

2021-08-15 23:06:34 +0300 [fd0b355] Elan Ruusamäe <glen/at/delfi.ee>

	* Implement urlencode filter

 nagios-notify.py | 6 ++++++
 1 file changed, 6 insertions(+)

2021-08-15 22:26:51 +0300 [3ac2ab6] Elan Ruusamäe <glen/at/delfi.ee>

	* Implement encode_mime_header filter

 nagios-notify.py | 11 +++++++++++
 1 file changed, 11 insertions(+)

2021-08-15 22:19:58 +0300 [0425797] Elan Ruusamäe <glen/at/delfi.ee>

	* Implement timestamp_date filter

 nagios-notify.py | 7 +++++++
 1 file changed, 7 insertions(+)

2021-08-15 22:12:05 +0300 [8427417] Elan Ruusamäe <glen/at/delfi.ee>

	* Add jinja based template renderer

 nagios-notify.py | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

2021-08-15 21:52:24 +0300 [4015569] Elan Ruusamäe <glen/at/delfi.ee>

	* Add .idea to .gitignore

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

2021-08-15 21:48:12 +0300 [9ca96e3] Elan Ruusamäe <glen/at/delfi.ee>

	* Add requirements.txt with jinja2

 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

2021-08-15 22:36:53 +0300 [935d1fe] Elan Ruusamäe <glen/at/delfi.ee>

	* Use utf-8 charset

 templates/notify-host-by-email.tmpl               | 4 ++--
 templates/notify-service-by-email-conditions.tmpl | 2 +-
 templates/notify-service-by-email.tmpl            | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

2021-08-15 21:16:23 +0300 [e1e9b33] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add Precedence: bulk email header

 templates/notify-host-by-email.tmpl               | 1 +
 templates/notify-service-by-email-conditions.tmpl | 1 +
 templates/notify-service-by-email.tmpl            | 1 +
 3 files changed, 3 insertions(+)

2021-08-14 02:13:09 +0300 [612805c] Elan Ruusamäe <glen/at/pld-linux.org>

	* 0.15.0 version

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2021-08-14 02:07:55 +0300 [2404b77] Elan Ruusamäe <glen/at/pld-linux.org>

	* Update to use git rather svn

 Makefile      | 10 ++++++----
 nagios-notify |  1 -
 tag.sh        | 10 ----------
 3 files changed, 6 insertions(+), 15 deletions(-)

2021-08-14 02:03:12 +0300 [6fca0f3] Elan Ruusamäe <glen/at/pld-linux.org>

	* Omit generated ChangeLog from the repository

 .gitignore |   1 +
 ChangeLog  | 241 -------------------------------------------------------------
 2 files changed, 1 insertion(+), 241 deletions(-)

2013-11-02 22:23:13 +0100 [fc0e7e3] Kacper Kornet <draenog/at/pld-linux.org>

	* Add a new script to generate ChangeLog from git repository

 changelog.sh | 32 ++------------------------------
 1 file changed, 2 insertions(+), 30 deletions(-)

2021-05-04 09:30:31 +0200 [eb55779] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* All these macros seem to be off by one producing '' instead of just 'XYZ'.

 nagios-notify | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

2021-05-04 09:22:28 +0200 [1b7be9f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add more information about service/host downtime

 nagios-notify                           | 14 ++++++++++++++
 templates/notify-host-by-email.tmpl     |  3 ++-
 templates/notify-host-by-jabber.tmpl    |  2 +-
 templates/notify-host-by-sms.tmpl       |  3 +++
 templates/notify-service-by-email.tmpl  |  3 ++-
 templates/notify-service-by-jabber.tmpl |  2 +-
 templates/notify-service-by-sms.tmpl    |  3 +++
 7 files changed, 26 insertions(+), 4 deletions(-)

2018-02-21 20:56:14 +0100 [930d2f5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add mail duration info

 templates/notify-host-by-email.tmpl    | 1 +
 templates/notify-service-by-email.tmpl | 1 +
 2 files changed, 2 insertions(+)

2018-02-21 20:50:17 +0100 [9dd10f4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add Auto-Submitted: auto-generated header

 templates/notify-host-by-email.tmpl               | 1 +
 templates/notify-service-by-email-conditions.tmpl | 1 +
 templates/notify-service-by-email.tmpl            | 1 +
 3 files changed, 3 insertions(+)

2021-08-14 01:19:37 +0300 [e0b2bd4] Elan Ruusamäe <glen/at/pld-linux.org>

	* Setup README.md and LICENSE

 LICENSE   | 339 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md |  21 ++++
 2 files changed, 360 insertions(+)

2012-12-17 14:04:49 +0200 [59a587a] Elan Ruusamäe <glen/at/pld-linux.org>

	* use svnversion

 tag.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2012-12-14 13:58:18 +0200 [e72eeec] Jacek Konieczny <jajcus/at/jajcus.net>

	* ChangeLog updated

 ChangeLog | 70 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 45 insertions(+), 25 deletions(-)

2012-12-14 13:57:43 +0200 [b7af179] Jacek Konieczny <jajcus/at/jajcus.net>

	* Version: 0.14

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2012-12-14 13:52:20 +0200 [09af4ce] Jacek Konieczny <jajcus/at/jajcus.net>

	* $(unescape:...) function added

 nagios-notify | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

2012-12-14 13:10:56 +0200 [1f7e5f9] Jacek Konieczny <jajcus/at/jajcus.net>

	* Do not replace '&' with $VAR$ for vars containing '&'

 nagios-notify | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2010-01-15 16:18:59 +0200 [6b5064f] Elan Ruusamäe <glen/at/pld-linux.org>

	* for acknowledgement type show ack author and message

 templates/notify-service-by-sms.tmpl | 4 ++++
 1 file changed, 4 insertions(+)

2009-07-28 13:15:18 +0300 [6e951be] Elan Ruusamäe <glen/at/pld-linux.org>

	* updated

 ChangeLog | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

2009-07-28 13:14:11 +0300 [67f9078] Elan Ruusamäe <glen/at/pld-linux.org>

	* version 0.13: nagios 3.1 compat

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-07-28 13:13:35 +0300 [d83d689] Elan Ruusamäe <glen/at/pld-linux.org>

	* nagios 3.1 compat (skip last_version, new_version) matching

 nagios-notify | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2009-02-22 13:39:18 +0200 [f2763fd] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* CONTACTPAGER not CONTACTEMAIL for sms notifications

 templates/notify-host-by-sms.tmpl    | 2 +-
 templates/notify-service-by-sms.tmpl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2009-02-20 13:10:55 +0200 [3af6fa4] Elan Ruusamäe <glen/at/pld-linux.org>

	* easy code to save env for debugging

 nagios-notify | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

2008-11-05 00:57:02 +0200 [ba10e21] Elan Ruusamäe <glen/at/pld-linux.org>

	* allow comparing empty string

 nagios-notify | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2008-11-04 01:13:39 +0200 [eecef05] Elan Ruusamäe <glen/at/pld-linux.org>

	* add to svn

 ChangeLog | 200 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 200 insertions(+)

2008-11-04 01:13:00 +0200 [2d666a2] Elan Ruusamäe <glen/at/pld-linux.org>

	* - 0.12 - NOTE: templates and sample config has been renamed to follow nagios 3.0 naming schema

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-11-04 01:11:53 +0200 [5876095] Elan Ruusamäe <glen/at/pld-linux.org>

	* add ChangeLog to package

 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2008-11-04 01:10:31 +0200 [4ff53be] Elan Ruusamäe <glen/at/pld-linux.org>

	* add from rc-scrits trunk

 changelog.sh | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

2008-11-04 01:08:02 +0200 [7bea840] Elan Ruusamäe <glen/at/pld-linux.org>

	* one more rename

 templates/{notify-by-jabber.tmpl => notify-service-by-jabber.tmpl} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

2008-11-04 01:06:17 +0200 [88d68a6] Elan Ruusamäe <glen/at/pld-linux.org>

	* sanitize naming of host/templates: s/host-notify-by-/notify-host-by-/ s/notify-by-/notify-service-by-/

 nagios-notify.cfg                                  | 32 +++++++++++-----------
 ...by-eggdrop.tmpl => notify-host-by-eggdrop.tmpl} |  0
 ...ify-by-email.tmpl => notify-host-by-email.tmpl} |  0
 ...y-by-jabber.tmpl => notify-host-by-jabber.tmpl} |  0
 ...-notify-by-sms.tmpl => notify-host-by-sms.tmpl} |  0
 ...eggdrop.tmpl => notify-service-by-eggdrop.tmpl} |  0
 ...mpl => notify-service-by-email-conditions.tmpl} |  0
 ...-by-email.tmpl => notify-service-by-email.tmpl} |  0
 ...pl => notify-service-by-jabber-embedimage.tmpl} |  0
 ...tmpl => notify-service-by-jabber-richtext.tmpl} |  0
 ...tify-by-sms.tmpl => notify-service-by-sms.tmpl} |  0
 11 files changed, 16 insertions(+), 16 deletions(-)

2008-11-04 00:06:17 +0200 [765cbbb] Elan Ruusamäe <glen/at/pld-linux.org>

	* add [log] link for event history

 templates/notify-by-jabber-richtext.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-10-24 12:39:30 +0300 [41c0218] Elan Ruusamäe <glen/at/pld-linux.org>

	* allow matching multiple $(func:args...) on same line

 nagios-notify | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

2008-10-12 14:16:18 +0300 [a73631a] Elan Ruusamäe <glen/at/pld-linux.org>

	* add $(math:expression)

 nagios-notify | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 52 insertions(+), 9 deletions(-)

2008-10-11 23:32:50 +0300 [4c81226] Elan Ruusamäe <glen/at/pld-linux.org>

	* service template with conditions. based on one from this tarball:   http://sweetdeliah.com/nagios/notify/nagios_notify-0.4.2.tar.gz

 templates/notify-by-email-conditions.tmpl | 43 +++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

2008-10-11 23:31:54 +0300 [d0600b5] Elan Ruusamäe <glen/at/pld-linux.org>

	* add support for conditional templates

 nagios-notify | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 133 insertions(+), 5 deletions(-)

2008-10-11 22:39:17 +0300 [d3d03d3] Elan Ruusamäe <glen/at/pld-linux.org>

	* local vars for functions

 nagios-notify | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2008-10-11 20:13:34 +0300 [efdf820] Elan Ruusamäe <glen/at/pld-linux.org>

	* implement $(urlencode:data)

 nagios-notify | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

2008-10-11 18:00:30 +0300 [9746e73] Elan Ruusamäe <glen/at/pld-linux.org>

	* version 0.11

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-10-11 18:00:04 +0300 [8a3413d] Elan Ruusamäe <glen/at/pld-linux.org>

	* add $(encode_mime_header:CHARSET,DATA)

 nagios-notify | 46 +++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 43 insertions(+), 3 deletions(-)

2008-10-11 17:55:54 +0300 [66feff5] Elan Ruusamäe <glen/at/pld-linux.org>

	* encode To header

 templates/host-notify-by-email.tmpl | 2 +-
 templates/notify-by-email.tmpl      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2008-10-11 17:54:51 +0300 [e51aa55] Elan Ruusamäe <glen/at/pld-linux.org>

	* unify email headers

 templates/host-notify-by-email.tmpl | 2 +-
 templates/notify-by-email.tmpl      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2008-10-11 12:57:50 +0300 [3d7b26b] Elan Ruusamäe <glen/at/pld-linux.org>

	* add charset to email templates

 templates/host-notify-by-email.tmpl | 1 +
 templates/notify-by-email.tmpl      | 1 +
 2 files changed, 2 insertions(+)

2008-05-30 08:49:12 +0300 [ff7a2a5] Elan Ruusamäe <glen/at/pld-linux.org>

	* plain install instructions

 INSTALL | 6 ++++++
 1 file changed, 6 insertions(+)

2008-04-08 21:08:33 +0300 [28f2e36] Elan Ruusamäe <glen/at/pld-linux.org>

	* vim filetype=nagios

 nagios-notify.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-04-08 14:22:53 +0300 [12355d7] Elan Ruusamäe <glen/at/pld-linux.org>

	* version 0.10

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-04-08 14:22:31 +0300 [5537998] Elan Ruusamäe <glen/at/pld-linux.org>

	* move tool to /usr/lib/nagios

 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2008-04-08 14:20:29 +0300 [b4dd2b7] Elan Ruusamäe <glen/at/pld-linux.org>

	* move nagios notify outside $PATH as reqires nagios internal vars to operate properly

 nagios-notify.cfg | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

2008-04-08 14:10:46 +0300 [9cb46e0] Elan Ruusamäe <glen/at/pld-linux.org>

	* UTF8

 nagios-notify | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2008-04-08 14:10:15 +0300 [8b7dfd7] Elan Ruusamäe <glen/at/pld-linux.org>

	* - configure-like variable test check - update requires - expand Id keyword

 nagios-notify | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2008-04-08 13:01:35 +0300 [0f548b0] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use default /var/lib/nagios/status.dat when  NAGIOS_STATUSDATAFILE is set but empty. Raise error when variable is not set at all. (needed for some nagios3 where NAGIOS_STATUSDATAFILE is set but empty)

 nagios-notify | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2008-01-22 23:57:40 +0200 [fcb0ffa] Elan Ruusamäe <glen/at/pld-linux.org>

	* spelling

 nagios-notify | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-01-22 17:01:40 +0200 [bf09860] Elan Ruusamäe <glen/at/pld-linux.org>

	* template with embed image links

 templates/notify-by-jabber-embedimage.tmpl | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

2008-01-22 17:00:40 +0200 [34f45dd] Elan Ruusamäe <glen/at/pld-linux.org>

	* cp notify-by-jabber-richtext.tmpl notify-by-jabber-embedimage.tmpl

 templates/notify-by-jabber-embedimage.tmpl | 1 +
 1 file changed, 1 insertion(+)

2008-01-22 16:59:49 +0200 [8c173e4] Elan Ruusamäe <glen/at/pld-linux.org>

	* convert to awk only

 nagios-notify | 48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

2008-01-22 16:55:50 +0200 [9f09ed3] Elan Ruusamäe <glen/at/pld-linux.org>

	* sample richtext template (html)

 templates/notify-by-jabber-richtext.tmpl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

2008-01-22 16:54:52 +0200 [a3b538d] Elan Ruusamäe <glen/at/pld-linux.org>

	* cp notify-by-jabber.tmpl notify-by-jabber-richtext.tmpl

 templates/notify-by-jabber-richtext.tmpl | 2 ++
 1 file changed, 2 insertions(+)

2008-01-22 16:49:18 +0200 [265bea0] Elan Ruusamäe <glen/at/pld-linux.org>

	* parse $(base64:FILEPATH) macro from templates

 nagios-notify | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

2006-11-13 11:12:38 +0200 [cc41125] Elan Ruusamäe <glen/at/pld-linux.org>

	* 0.9.5

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-11-13 11:12:20 +0200 [a3f020c] Elan Ruusamäe <glen/at/pld-linux.org>

	* err, use make dist instead

 package.sh | 13 -------------
 1 file changed, 13 deletions(-)

2006-11-13 11:09:51 +0200 [12e6f56] Elan Ruusamäe <glen/at/pld-linux.org>

	* utility scripts

 package.sh | 13 +++++++++++++
 tag.sh     | 10 ++++++++++
 2 files changed, 23 insertions(+)

2006-11-13 11:07:31 +0200 [e070b62] Elan Ruusamäe <glen/at/pld-linux.org>

	* 0.9.4

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-11-13 11:07:05 +0200 [fb0762c] Elan Ruusamäe <glen/at/pld-linux.org>

	* use -a(ccount) option for jabber-notify

 nagios-notify.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2006-08-04 04:11:37 +0300 [c765f62] Elan Ruusamäe <glen/at/pld-linux.org>

	* describe dependencies

 nagios-notify | 1 +
 1 file changed, 1 insertion(+)

2006-08-04 04:10:34 +0300 [87fa105] Elan Ruusamäe <glen/at/pld-linux.org>

	* exit when done (don't assume there's stdin)

 nagios-notify | 1 +
 1 file changed, 1 insertion(+)

2006-08-04 04:09:45 +0300 [b8c8e47] Elan Ruusamäe <glen/at/pld-linux.org>

	* use local variable

 nagios-notify | 1 +
 1 file changed, 1 insertion(+)

2006-08-04 03:11:35 +0300 [0369886] Elan Ruusamäe <glen/at/pld-linux.org>

	* add info banner

 nagios-notify.cfg | 9 +++++++++
 1 file changed, 9 insertions(+)

2006-08-04 03:06:07 +0300 [3f41851] Elan Ruusamäe <glen/at/pld-linux.org>

	* - install config - version 0.9.3

 Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2006-08-04 03:03:52 +0300 [1e5b847] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add nagios config - version 0.9.2

 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2006-08-04 03:02:32 +0300 [865304c] Elan Ruusamäe <glen/at/pld-linux.org>

	* sample nagios config

 nagios-notify.cfg | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

2006-08-04 02:54:04 +0300 [783570a] Elan Ruusamäe <glen/at/pld-linux.org>

	* sample env in shell syntax

 env.sh | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 131 insertions(+)

2006-08-04 02:53:09 +0300 [c050310] Elan Ruusamäe <glen/at/pld-linux.org>

	* sample env from nagios

 env.txt | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 131 insertions(+)

2006-08-04 02:50:00 +0300 [30b35c5] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add Makefile in make dist - version 0.9.1

 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2006-08-04 02:39:40 +0300 [172d7d3] Elan Ruusamäe <glen/at/pld-linux.org>

	* add makefile

 Makefile | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

2006-08-04 02:33:02 +0300 [4926432] Elan Ruusamäe <glen/at/pld-linux.org>

	* Import templates

 nagios-notify.sh => nagios-notify     |  2 +-
 templates/host-notify-by-eggdrop.tmpl |  1 +
 templates/host-notify-by-email.tmpl   | 15 +++++++++++++++
 templates/host-notify-by-jabber.tmpl  |  2 ++
 templates/host-notify-by-sms.tmpl     |  7 +++++++
 templates/notify-by-eggdrop.tmpl      |  1 +
 templates/notify-by-email.tmpl        | 20 ++++++++++++++++++++
 templates/notify-by-jabber.tmpl       |  2 ++
 templates/notify-by-sms.tmpl          |  7 +++++++
 9 files changed, 56 insertions(+), 1 deletion(-)

2006-08-03 12:39:22 +0000 [f6f6858] Elan Ruusamäe <glen/at/pld-linux.org>

	* sanity check

 nagios-notify.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

2006-08-03 12:36:06 +0000 [4f5781d] Elan Ruusamäe <glen/at/pld-linux.org>

	* cleanup

 nagios-notify.sh | 2 --
 1 file changed, 2 deletions(-)

2006-08-03 12:33:38 +0000 [2b9b84e] Elan Ruusamäe <glen/at/pld-linux.org>

	* initial

 nagios-notify.sh | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
