source: branches/1.1/debian/control @ 928

Last change on this file since 928 was 896, checked in by ramonb, 11 years ago

debian/control:

  • depend on Ganglia 3.3.8

debian/*.postinst:

  • (de)configure is actually called on upgrade
  • changed upgrade logic to check if $2 is empty

debian/jobmonarch-webfrontend.prerm:

  • only print warning upon removal

debian/jobmonarch-jobmond.prerm, debian/jobmonarch-jobarchived.prerm:

  • only disable runlevel symlinks on removal
File size: 2.1 KB
Line 
1Source: jobmonarch
2Section: misc
3Priority: optional
4Maintainer: Job Monarch Development team <jobmonarch-developers@lists.sourceforge.net>
5Build-Depends: debhelper (>= 8.0.0)
6Standards-Version: 3.9.3
7Homepage: https://oss.trac.surfsara.nl/jobmonarch
8
9Package: jobmonarch-jobmond
10Architecture: all
11Essential: no
12Depends: ${python:Depends} (>=2.3), ganglia-monitor (>=3.3.8)
13Description: Job Monitoring Daemon
14 Job-Monarch is a set of tools to monitor and optionally archive (batch) job
15 information. It is a addon for the Ganglia monitoring system and plugs into an
16 existing Ganglia setup.
17 jobmonarch-jobmond is the job monitoring daemon that gathers PBS/Torque/SGE
18 batch statistics on jobs/nodes and submits them into Ganglia's XML stream.
19
20Package: jobmonarch-jobarchived
21Architecture: all
22Essential: no
23Depends: ${python:Depends} (>=2.3), gmetad (>=3.3.8), rrdtool (>=1.0), postgresql (>= 8.1.22), python-rrdtool, python-psycopg2, jobmonarch-webfrontend
24Description: Job Archiving Daemon
25 Job-Monarch is a set of tools to monitor and optionally archive (batch) job
26 information. It is a addon for the Ganglia monitoring system and plugs into an
27 existing Ganglia setup.
28 jobmonach-jobarchived is the Job Archiving Daemon. It listens to Ganglia's
29 XML stream and archives the job and node statistics. It stores the job
30 statistics in a Postgres SQL database and the node statistics in RRD
31 files. Through this daemon, users are able to lookup a old/finished job and
32 view all it's statistics.
33
34Package: jobmonarch-webfrontend
35Architecture: all
36Essential: no
37Depends: php5, php5-gd (>= 2.0), php5-pgsql (>= 4.0.0), ganglia-webfrontend (>=3.3.8)
38Description: Job MonArch's Web Frontend
39 Job-Monarch is a set of tools to monitor and optionally archive (batch) job
40 information. It is a addon for the Ganglia monitoring system and plugs into an
41 existing Ganglia setup.
42 The Job Monarch web frontend interfaces with the
43 jobmond data and (optionally) the jobarchived and presents the data and
44 graphs. It does this in a similar layout/setup as Ganglia itself, so the
45 navigation and usage is intuitive.
46
Note: See TracBrowser for help on using the repository browser.