diff options
author | James Meyer <james.meyer@operamail.com> | 2012-10-12 20:26:25 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-10-12 20:26:25 (GMT) |
commit | b6fb3906faee03056e4615f070251b8efc5097d9 (patch) | |
tree | 6a2ceb27950bd2b2184d628ff8e3680ab0dbffd0 /abs/core/xymon/xymon.install | |
parent | c56daf6743af30b38558199b9a45fdcd3c78e254 (diff) | |
download | linhes_pkgbuild-b6fb3906faee03056e4615f070251b8efc5097d9.zip linhes_pkgbuild-b6fb3906faee03056e4615f070251b8efc5097d9.tar.gz linhes_pkgbuild-b6fb3906faee03056e4615f070251b8efc5097d9.tar.bz2 |
xymon: Change the way mtc check is done. Now program guide check is pulled from the BE instead of the local webpage.
Also move mtc log check to match /var/log/$DATE/myth_mtc.log
Diffstat (limited to 'abs/core/xymon/xymon.install')
-rw-r--r-- | abs/core/xymon/xymon.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/xymon/xymon.install b/abs/core/xymon/xymon.install index 36bbbaa..3c9680b 100644 --- a/abs/core/xymon/xymon.install +++ b/abs/core/xymon/xymon.install @@ -15,7 +15,7 @@ post_install() { sed -i -e "s/localhost/$hostname/" /home/xymon/server/etc/hosts.cfg - #sed -i -e "s/\#/\# func/" /home/xymon/server/etc/hosts.cfg + sed -i -e "s/\# bbd/\# bbd func/" /home/xymon/server/etc/hosts.cfg sed -i -e "s/localhost/$hostname/" /home/xymon/server/etc/xymonserver.cfg chown -R nobody /home/xymon chown -R nobody /data/srv/httpd/htdocs/xymon |