Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | * Let sitesummary depend on ${misc:Depends} to get the required | Petter Reinholdtsen | 2007-07-03 | -1/+3 | |
| | | | | debconf dependency. | ||||
* | * Add draft function is_munin_client() to sitesummary-nodes. It | Petter Reinholdtsen | 2007-07-02 | -1/+15 | |
| | | | | | should be used to only list the clients with the munin-node package installed in the munin configuration. | ||||
* | Modify the client code to sleep for a random number of seconds | Petter Reinholdtsen | 2007-07-02 | -0/+23 | |
| | | | | | | between 0 and 3600 to make sure all clients do not overload the server. | ||||
* | releasing version 0.0.26 | Petter Reinholdtsen | 2007-05-31 | -2/+1 | |
| | |||||
* | Forgot to add the template. | Petter Reinholdtsen | 2007-05-31 | -0/+6 | |
| | |||||
* | [ Petter Reinholdtsen ] | Petter Reinholdtsen | 2007-05-31 | -13/+110 | |
| | | | | | | | | | | | * Add code in the server cronjob to generate a replacement munin.conf, and make it possible to activate it in munin by setting MUNINDIR=/etc/munin/ in collector.cfg. * Add preseedable hidden boolean debconf question sitesummary/replace-munin-config to make it possible to enable this feature at install time. * Update the postinst script to make sure the install time code is only executed during configure. | ||||
* | releasing version 0.0.25 | Petter Reinholdtsen | 2007-05-21 | -2/+2 | |
| | |||||
* | Remember to install new script. | Petter Reinholdtsen | 2007-05-20 | -0/+2 | |
| | |||||
* | [ Petter Reinholdtsen ] | Petter Reinholdtsen | 2007-05-20 | -17/+86 | |
| | | | | | | | * New perl function get_hostname() available from the SiteSummary perl module. * Add script sitesummary-nodes to list all reporting nodes. Use -m to list them in the format expected in /etc/munin/munin.conf. | ||||
* | releasing version 0.0.24 | Petter Reinholdtsen | 2007-05-18 | -1/+1 | |
| | |||||
* | [ Bart Cornelis (cobaco) ] | Petter Reinholdtsen | 2007-05-18 | -1/+9 | |
| | | | | | | [ Petter Reinholdtsen ] * Run cron job just after installation, to get the web page generated. (Closes: #423256) | ||||
* | Added Dutch translation | Bart Cornelis | 2007-04-29 | -0/+79 | |
| | |||||
* | templates.pot was outdated -> run debconf-updatepo | Bart Cornelis | 2007-04-28 | -18/+38 | |
| | |||||
* | uploading to Debian | Morten Werner Olsen | 2007-03-07 | -3/+2 | |
| | |||||
* | added german debconf translation by Helge Kreutzmann | Morten Werner Olsen | 2007-02-25 | -3/+88 | |
| | |||||
* | * start new changelog entry to avoid confusing | Steffen Joeris | 2007-02-12 | -0/+6 | |
| | |||||
* | * include new portuguese debconf translation | Steffen Joeris | 2007-02-12 | -0/+90 | |
| | |||||
* | * prepare release | Steffen Joeris | 2007-01-14 | -6/+5 | |
| | |||||
* | * invasion | Steffen Joeris | 2007-01-03 | -1/+4 | |
| | |||||
* | Updated debian/po/fr.po for sitesummary | Luk Claes | 2006-12-19 | -5/+18 | |
| | |||||
* | - removed myself from uploaders as I don't know cdbs and don't intend to ↵ | Holger Levsen | 2006-12-09 | -1/+8 | |
| | | | | | | | learn it in the near future. - I'd also like to remark that I think it's very unfortunate to use cdbs for packages (difficult to understand debian/rules, documentation lacking) which are supposed to be maintained by the debian-edu team (not sure if this is the case with sitesummary) | ||||
* | * Fix regex used to extract eth0 MAC address, to avoid matching peth0 | Petter Reinholdtsen | 2006-12-09 | -2/+5 | |
| | | | | | | | | | | | | | | | on a vmware box. * Improve template text to include the example URL. to make it easier to come up with URLs usable from external machines. * Add perl-modules as dependency for sitesummary-client, to make sure Getopt::Std is available for sitesummary-upload. * Add new collect.d/debian to collect debian specific stuff. Now collects /etc/debian_version and the output from dpkg -l. * Change the collector to use the mac address from eth1 or eth2 if eth0 isn't usable. * Throw away error messages from dmidecode when collecting info, to avoid daily cron mails from Xen machines. * Only use a2dissite to disable the site if it is enabled. | ||||
* | releasing version 0.0.20 | Petter Reinholdtsen | 2006-12-09 | -0/+1 | |
| | |||||
* | releasing version 0.0.20 | Petter Reinholdtsen | 2006-12-09 | -2/+2 | |
| | |||||
* | Collect 'dpkg -l' output too. | Petter Reinholdtsen | 2006-12-08 | -1/+3 | |
| | |||||
* | * Throw away error messages from dmidecode when collecting info, to | Petter Reinholdtsen | 2006-12-06 | -1/+5 | |
| | | | | avoid daily cron mails from Xen machines. | ||||
* | * Change the collector to use the mac address from eth1 or eth2 if | Petter Reinholdtsen | 2006-12-03 | -1/+8 | |
| | | | | eth0 isn't usable. | ||||
* | * Add new collect.d/debian to collect debian specific stuff. Now | Petter Reinholdtsen | 2006-12-03 | -0/+14 | |
| | | | | collects /etc/debian_version. | ||||
* | * Add perl-modules as dependency for sitesummary-client, to make | Petter Reinholdtsen | 2006-12-02 | -1/+3 | |
| | | | | sure Getopt::Std is available for sitesummary-upload. | ||||
* | Improve template text to include the example URL. to make it | Petter Reinholdtsen | 2006-12-02 | -0/+4 | |
| | | | | | easier to come up with URLs usable from external machines. | ||||
* | * Fix regex used to extract eth0 MAC address, to avoid matching peth0 | Petter Reinholdtsen | 2006-11-19 | -1/+8 | |
| | | | | on a vmware box. | ||||
* | releasing version 0.0.19 | Petter Reinholdtsen | 2006-11-19 | -6/+0 | |
| | |||||
* | releasing version 0.0.20 | Petter Reinholdtsen | 2006-11-19 | -4/+10 | |
| | |||||
* | Added myself to uploaders. | Luk Claes | 2006-11-19 | -2/+5 | |
| | | | | | Fixed bug #398450 setting default mouse device to /dev/input/mice | ||||
* | [ Petter Reinholdtsen ] | Petter Reinholdtsen | 2006-11-18 | -0/+8 | |
| | | | | * Collect /proc/cpuinfo using collect.d/system. | ||||
* | releasing version 0.0.18 | Petter Reinholdtsen | 2006-11-02 | -3/+3 | |
| | |||||
* | * Include Czech translation by Jakub Kasparec. (Closes: #396717) | Petter Reinholdtsen | 2006-11-02 | -0/+73 | |
| | |||||
* | [ Petter Reinholdtse ] | Petter Reinholdtsen | 2006-10-25 | -1/+11 | |
| | | | | | | * Do not recommend sitesummary from sitesummary-client, to make it easier to install the client with aptitude without pulling in the server. | ||||
* | releasing version 0.0.17 | Petter Reinholdtsen | 2006-10-21 | -1/+1 | |
| | |||||
* | * include french debconf translation | Steffen Joeris | 2006-10-14 | -0/+85 | |
| | |||||
* | releasing version 0.0.16 | Petter Reinholdtsen | 2006-10-08 | -2/+2 | |
| | |||||
* | Add sitesummary-client.postrm file to remove the generated configuration ↵ | Petter Reinholdtsen | 2006-10-08 | -1/+18 | |
| | | | | files during purge. | ||||
* | * Fix typo in get_debian_edu_ver() making it fail to find the version name. | Petter Reinholdtsen | 2006-10-08 | -2/+8 | |
| | |||||
* | releasing version 0.0.15 | Petter Reinholdtsen | 2006-10-07 | -1/+1 | |
| | |||||
* | Improve preseeding code. | Petter Reinholdtsen | 2006-10-07 | -3/+5 | |
| | |||||
* | Make sure the debconf value only is set in sitesummary-client.config when ↵ | Petter Reinholdtsen | 2006-10-07 | -4/+15 | |
| | | | | local configuration exist. | ||||
* | * correct changelog entry | Steffen Joeris | 2006-10-07 | -5/+9 | |
| | |||||
* | * remove explicitely setting debconf value in config script | Steffen Joeris | 2006-10-07 | -1/+7 | |
| | |||||
* | releasing version 0.0.14 | Petter Reinholdtsen | 2006-10-06 | -1/+1 | |
| | |||||
* | releasing version 0.0.14~1 | Petter Reinholdtsen | 2006-10-06 | -1/+1 | |
| |