summaryrefslogtreecommitdiffstats
path: root/abs/core/xymon/xymon-client.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/xymon/xymon-client.install')
-rw-r--r--abs/core/xymon/xymon-client.install22
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/core/xymon/xymon-client.install b/abs/core/xymon/xymon-client.install
new file mode 100644
index 0000000..301fc1f
--- /dev/null
+++ b/abs/core/xymon/xymon-client.install
@@ -0,0 +1,22 @@
+post_install() {
+ . /etc/systemconfig
+ sed -i -e "s/127.0.0.1/$dbhost/" /data/srv/xymon/client/etc/xymonclient.cfg
+ chown -R nobody /data/srv/xymon
+
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ /bin/true
+}
+
+pre_remove() {
+ /bin/true
+}
+op=$1
+shift
+$op $*
+# vim: ft=sh ts=2