summaryrefslogtreecommitdiffstats
path: root/abs/core/xymon/PKGBUILD
blob: a0c603be8fff7656e9541106fac12068877fb5f0 (plain)
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
pkgbase=xymon
pkgname=(xymonserver xymonclient)
pkgver=4.3.5
pkgrel=50
pkgdesc="Hobbit is a system for monitoring servers and networks. "
license="GPL"
arch=('i686' 'x86_64')

url="http://www.xymon.com/"

source=(http://hivelocity.dl.sourceforge.net/project/xymon/Xymon/4.3.5/xymon-4.3.5.tar.gz  hobbitadd.py xymon_ghost_check graph.cfg.diff xymonserver.cfg.diff tasks.d.mv clientlaunch.cfg.patch hobbitstorage.py  hbnotes.py hobbit-myth-orphan.sh  analysis.cfg hbfunc.py be.png tuner.png tv.png  hobbit-mem-myth.sh hobbit_notify.sh alerts.cfg hobbit_myth_data.py logrotate-server.xymon logrotate-client.xymon log_list.sh client-local.cfg.patch led_themes.tar.gz xymon-server.rules hosts.cfg.patch)

depends=('rrdtool' 'fping' 'pcre' 'python2' 'graphviz' 'LinHES-system>=8.0-5')

install=xymon.install

build() {

    cd $startdir/src/xymon-$pkgver
    ENABLESSL=n \
    ENABLELDAP=n \
    ENABLELDAPSSL=n \
    XYMONUSER=nobody \
    XYMONTOPDIR=/home/xymon \
    XYMONVAR=/home/xymon/var \
    XYMONHOSTURL=/xymon \
    CGIDIR=/data/srv/httpd/htdocs/xymon/hobbit-cgi \
    XYMONCGIURL=/xymon/hobbit-cgi \
    SECURECGIDIR=/data/srv/httpd/htdocs/xymon/hobbit-seccgi \
    SECUREXYMONCGIURL=/xymon/hobbit-seccgi \
    HTTPDGID=nobody \
    XYMONLOGDIR=/var/log/hobbit \
    XYMONHOSTNAME=localhost \
    XYMONHOSTIP=127.0.0.1 \
    MANROOT=/usr/share/man \
    BARS=all \
    USENEWHIST=y \
    PIXELCOUNT=960 \
    INSTALLBINDIR=/home/xymon/server/bin \
    INSTALLETCDIR=/home/xymon/etc \
    INSTALLWEBDIR=/home/xymon/web \
    INSTALLEXTDIR=/home/xymon/server/ext \
    INSTALLTMPDIR=/home/xymon/tmp \
    INSTALLWWWDIR=/data/srv/httpd/htdocs/xymon/ \
    ./configure

    make PKGBUILD=1|| return 1

}

package_xymonserver(){
      backup=('data/srv/xymon/etc/hosts.cfg')
      cd $startdir/src/xymon-$pkgver
      make PKGBUILD=1 INSTALLROOT=$startdir/pkg/xymonserver install
      cd $startdir/src
      install -D -m400 $startdir/src/xymon-server.rules $startdir/pkg/xymonserver/etc/sudoers.d/xymon_server
      install -D -m755 $startdir/src/hobbitadd.py  $startdir/pkg/xymonserver/home/xymon/server/bin/hobbitadd.py
      install -D -m755 $startdir/src/hobbitstorage.py  $startdir/pkg/xymonserver/home/xymon/server/ext/hobbitstorage.py
      install -D -m755 $startdir/src/hobbit-myth-orphan.sh $startdir/pkg/xymonserver/home/xymon/server/ext/hobbit-myth-orphan.sh
      install -D -m755 $startdir/src/hbfunc.py $startdir/pkg/xymonserver/home/xymon/server/ext/hbfunc.py
      install -D -m755 $startdir/src/hbnotes.py $startdir/pkg/xymonserver/home/xymon/server/ext/hbnotes.py
      install -D -m755 $startdir/src/hobbit_myth_data.py $startdir/pkg/xymonserver/home/xymon/server/ext/hobbit_myth_data.py
      install -D -m755 $startdir/src/hobbit-mem-myth.sh $startdir/pkg/xymonserver/home/xymon/server/ext/hobbit-mem-myth.sh
      install -D -m755 $startdir/src/log_list.sh $startdir/pkg/xymonserver/home/xymon/client/bin/log_list.sh

      install  -m755 analysis.cfg $startdir/pkg/xymonserver/home/xymon/etc/analysis.cfg
      cat alerts.cfg >> $startdir/pkg/xymonserver/home/xymon/etc/alerts.cfg

      install  -m755 hobbit_notify.sh $startdir/pkg/xymonserver/home/xymon/server/bin/hobbit_notify.sh
      install  -m755 $startdir/src/tv.png  $startdir/pkg/xymonserver/data/srv/httpd/htdocs/xymon/gifs/tv.png
      install  -m755 $startdir/src/tuner.png  $startdir/pkg/xymonserver/data/srv/httpd/htdocs/xymon/gifs/tuner.png
      install  -m755 $startdir/src/be.png  $startdir/pkg/xymonserver/data/srv/httpd/htdocs/xymon/gifs/be.png

      install -D  -m644 $startdir/src/logrotate-server.xymon $startdir/pkg/xymonserver/etc/logrotate.d/xymon-server

# fix env for mythtb bindingds
      echo "MYTHCONFDIR=/usr/share/mythtv" >> $startdir/pkg/xymonserver/home/xymon/etc/xymonserver.cfg


      #copy in replacment icon set
      DOCDIR=$startdir/pkg/xymonserver/data/srv/httpd/htdocs/xymon
      cp -rp  $DOCDIR/gifs $DOCDIR/gifs.orig
      cd $startdir/src/themes
      cp -fp Common/* $DOCDIR/gifs/
      cp -fp ModernLED/* $DOCDIR/gifs/
      #apply patches to conf file
      install -D -m775 $startdir/src/tasks.d.mv $startdir/pkg/xymonserver/home/xymon/etc/tasks.d/mv.cfg
      cd $startdir/pkg/xymonserver/home/xymon/etc
      patch -p0 <  $startdir/src/graph.cfg.diff || return 1
      patch -p0 <  $startdir/src/xymonserver.cfg.diff || return 1
      patch -p3 < $startdir/src/client-local.cfg.patch || return 1
      patch -p3 < $startdir/src/hosts.cfg.patch || return 1

      #fix permissions
      chmod 775 $startdir/pkg/xymonserver/data/srv/httpd/htdocs/
      chmod 775 $startdir/pkg/xymonserver/data/srv/httpd/htdocs/xymon/
      chmod 775 $startdir/pkg/xymonserver/data/srv/httpd/htdocs/xymon/notes/
      chmod 775 $startdir/pkg/xymonserver/data/srv/httpd/htdocs/xymon/gifs/
      chmod 775 $startdir/pkg/xymonserver/data/srv/httpd/htdocs/xymon/snap/
      chmod 775 $startdir/pkg/xymonserver/data/srv/httpd/htdocs/xymon/rep/
      chmod 750 $startdir/pkg/xymonserver/etc/sudoers.d

    }


package_xymonclient(){
    #create client package as well
    depends=()
    backup=('data/srv/xymon/client/etc/xymonclient.cfg')
    install=xymon-client.install

    install -D -m755 $startdir/src/log_list.sh $startdir/pkg/xymonclient/home/xymon/client/bin/log_list.sh
    install -D  -m644 $startdir/src/logrotate-client.xymon $startdir/pkg/xymonclient/etc/logrotate.d/xymon-client
    install -D -m755 $startdir/src/hobbit-mem-myth.sh $startdir/pkg/xymonclient/home/xymon/client/ext/hobbit-mem-myth.sh
    cp -rp /$startdir/pkg/xymonserver/home/xymon/client/ $startdir/pkg/xymonclient/home/xymon/

    cd -
    cd $startdir/pkg/xymonclient/home/xymon/client/etc
    patch -p0 <  $startdir/src/clientlaunch.cfg.patch
    cd -
    }

md5sums=('31923ec126fe1c264fceb459d2175161'
         'a0fbb9cbeb3600a40943e6205790f22f'
         'c60b0d59bb39505ee3d62c6dd65429c5'
         'a45dd4cdb84817bcf3e51b25cc713799'
         '034658a1084510ecbbb0dc166c0401eb'
         '758cdd9f1ba5ae3e1b42e811172806f3'
         'ee608dcafc050d790e28647a670f6b60'
         'b2f98ac0df013332deedc1efae0a270d'
         '1141fc6f846e91f380bbcdb212b44f7d'
         '0f70e76a164f648f0a4a01110137cb20'
         'b0664f3b38717dce911f59bcbd84e7a4'
         '80d9cfac86c6d96836e6f406e35e7cf5'
         'd210c43fb9ee9ad6cd7648e0c2e0efea'
         '0c808fa12672289f86b0651545381308'
         '0469d775db9fdd18ea95dd41937ada82'
         '0757294eec13771f8e63da23cf066796'
         '6baa410da1dfb86435191f4805186ea7'
         '81715c58ae495812da0e0f18e2f74c76'
         '77a542c2fd13468791ef23057ba8e77d'
         'b4e8641e97e6b689dbc634af785e6799'
         'e2844513e2c92e8b5084818f3b2a478d'
         '98e9242ae346f729b14cb195786571f2'
         '31ac5c1f6dcc9408b64c4107b325a9a6'
         'c7178bbf384bbe86c318b60fef6faf10'
         '72bf7caf0f53928d97ff5cd9810d6d4d'
         '606f535a49f32b35802ed9d46bd7d068')