summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rennings (mren) <mren@mrmx.de>2009-10-06 18:13:25 +0000
committerMarkus Rennings (mren) <mren@mrmx.de>2009-10-06 18:13:25 +0000
commit9cd3e9d65007c612af74c6d9cf6e1a65349a446c (patch)
treef534f158af0312e6134f932aa5df5e3997d2c7c8 /www-misc
parentdev-db/mongodb: Adapt to upstream tarball rename (diff)
downloadsunrise-9cd3e9d65007c612af74c6d9cf6e1a65349a446c.tar.gz
sunrise-9cd3e9d65007c612af74c6d9cf6e1a65349a446c.tar.bz2
sunrise-9cd3e9d65007c612af74c6d9cf6e1a65349a446c.zip
www-misc/monitorix: added the example alert script and a hint for it in postinst message, thx to alexandervdm and Tommy[D] for review
svn path=/sunrise/; revision=9335
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/monitorix/ChangeLog4
-rw-r--r--www-misc/monitorix/Manifest4
-rw-r--r--www-misc/monitorix/monitorix-1.4.0.ebuild8
3 files changed, 13 insertions, 3 deletions
diff --git a/www-misc/monitorix/ChangeLog b/www-misc/monitorix/ChangeLog
index fb058e917..bef2dbcc6 100644
--- a/www-misc/monitorix/ChangeLog
+++ b/www-misc/monitorix/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Oct 2009; Markus Rennings (mren) <mren@mrmx.de> monitorix-1.4.0.ebuild:
+ added the example alert script and a hint for it in postinst message, thx to
+ alexandervdm and Tommy[D] for review
+
05 Oct 2009; Markus Rennings (mren) <mren@mrmx.de>
-monitorix-1.3.2.ebuild, +monitorix-1.4.0.ebuild:
version bump
diff --git a/www-misc/monitorix/Manifest b/www-misc/monitorix/Manifest
index ddfbd66ab..00c09f43a 100644
--- a/www-misc/monitorix/Manifest
+++ b/www-misc/monitorix/Manifest
@@ -1,4 +1,4 @@
DIST monitorix-1.4.0.tar.gz 158262 RMD160 a01b1a4f64fcfb44791e568b1bb2058fc4841c70 SHA1 24f9e1fbba683654e5d7df1a0e4745afda68e34b SHA256 4e70f29e0a62c58ddc6f5682fe35d1a604f07194a6dd5b50ee0aafef01d358f3
-EBUILD monitorix-1.4.0.ebuild 2319 RMD160 057b2da1ace4790b3e2bb0bb83c55af5f5e33a0f SHA1 d336d4c663d8326ab9f9e879f5d595ad98d75a8d SHA256 1312df733f9fb6bf35e8f940d8b7e0a4c72b0ac5339d42136529652c9025cea1
-MISC ChangeLog 1360 RMD160 dda103572a21a4ce6cd62ce239fef35a692f074b SHA1 3066c4c6f76a628916a48b0ec224837ce97518a8 SHA256 7bcb47f053916c06f11fc828ed62dcb47f7e4de959dad573575b4bdea0271e62
+EBUILD monitorix-1.4.0.ebuild 2600 RMD160 c18182bd7177d2b080ea4483c09b9ce4778be43a SHA1 fe4bba4a1f78ab85c34c1ad6c47949b5ee498aaf SHA256 6e7a6c096482dc5be6cf4da47c1cd40b94e3941e5390a32f05c8eb909a960e5d
+MISC ChangeLog 1556 RMD160 e3914df9877ed325704da94ecdb33b14134e25bd SHA1 4bd54d8a35d2f6f374d12ffdaf239bf9e13afa27 SHA256 4742f5cd809e2ced26fe8f66b0fe02009ab72e15fd6b793863ddcccc9cf31909
MISC metadata.xml 285 RMD160 14c03bdcabba50a240b6f81468518ecb9a9260c2 SHA1 f1cb6d0492c498ffa08d16442a510bda679f43e9 SHA256 49a0e28498b88a6e7b8d15996ad998d8345f9ef128b4ee6329e1547d64ee6653
diff --git a/www-misc/monitorix/monitorix-1.4.0.ebuild b/www-misc/monitorix/monitorix-1.4.0.ebuild
index 8122fdfd8..8364d0496 100644
--- a/www-misc/monitorix/monitorix-1.4.0.ebuild
+++ b/www-misc/monitorix/monitorix-1.4.0.ebuild
@@ -46,7 +46,8 @@ src_install() {
insinto /etc
doins ${PN}.conf || die "doins failed"
- dodoc Changes ${PN}-apache.conf README{,.nginx} TODO || die "dodoc failed"
+ dodoc Changes ${PN}-apache.conf README{,.nginx} TODO \
+ ${PN}-alert.sh || die "dodoc failed"
doman man/man5/${PN}.conf.5 || die "doman failed"
insinto "${MY_HTDOCSDIR}"
@@ -76,6 +77,11 @@ pkg_postinst() {
elog "at runtime directly to the imgs/ directory inside the dir you "
elog "installed the app to with webapp-config. These are created "
elog "with the privileges of the webserver user account."
+ elog
+ elog "If you want to use the alert function (introduced in ${PN}-1.4.0), you "
+ elog "need to enable it in the config and provide a path to a script "
+ elog "which should be run in an alert case. An example script is provided "
+ elog "with this package."
webapp_pkg_postinst
}