Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | releasing version 0.0.29 | Petter Reinholdtsen | 2007-10-13 | -3/+1 | |
| | |||||
* | List sites before hostclass. | Petter Reinholdtsen | 2007-10-13 | -1/+1 | |
| | |||||
* | * Fix typo in server cron job. Can't use nice on a shell function. | Petter Reinholdtsen | 2007-10-13 | -1/+2 | |
| | |||||
* | * UNRELEASED | Petter Reinholdtsen | 2007-10-12 | -1/+48 | |
| | | | | | * Add get_hostclass() to the SiteSummary perl module API. * Add host class summary to the default list of web reports. | ||||
* | releasing version 0.0.28 | Petter Reinholdtsen | 2007-10-12 | -3/+1 | |
| | |||||
* | Improve wording. | Petter Reinholdtsen | 2007-10-12 | -2/+2 | |
| | |||||
* | * Move random sleep from the report script and into the cron script, | Petter Reinholdtsen | 2007-10-12 | -16/+33 | |
| | | | | to make it possible to report imediately from a client. | ||||
* | Make sure the server cron job handle a removed but not purged package. ↵ | Petter Reinholdtsen | 2007-10-12 | -3/+10 | |
| | | | | (Closes: #445604) | ||||
* | Remove myself as uploader. | Luk Claes | 2007-09-01 | -1/+8 | |
| | |||||
* | releasing version 0.0.27 | Petter Reinholdtsen | 2007-07-03 | -2/+2 | |
| | |||||
* | Only list clients in sitesummary-nodes with the munin-node package installed ↵ | Petter Reinholdtsen | 2007-07-03 | -7/+16 | |
| | | | | when generating munin configuration file. | ||||
* | * 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 | |
| |