| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
- Drop apache2 restart call as it doesn't seem to work inside chroots.
- Use maintscript-helper to enable the cgi(d) module and sitesummary
configuration instead of calling a2enmod and a2enconf directly.
|
|
|
|
|
|
| |
installed after sitesummary (Closes: #760084, #830102).
- Add file d/sitesummary.triggers
- Add configuration code for triggered) case to d/sitesummary.postinstall
|
| |
|
| |
|
|
|
|
| |
configuration. Make sure /etc/sitesummary/ is created when postinst try to create a file there.
|
|
|
|
| |
sitesummary is installed at the same time, and apache is unpacked but not yet configured when the sitesummary postinst is running (bug #760084).
|
|
|
|
| |
case that help with bug #760084.
|
|
|
|
|
|
| |
Use 'Require all granted' instead of Order/Deny/Allow, and
enable cgi.load module when installing the sitesummary server
to get it working out of the box.
|
|
|
|
| |
config in sitesummary version 0.0.7.
|
|
|
|
|
|
| |
Rename conffile /etc/apache2/conf.d/sitesummary to
/etc/apache2/conf-available/sitesummary.conf and update
postinst to enable it by default on fresh installs.
|
|
|
|
|
| |
install time to make sure the dummy entry work with Nagios 3.2
too.
|
|
|
|
| |
autoconfig if /etc/default/nagios3 exist.
|
|
|
|
|
|
|
| |
* Make sure to create a dummy Nagios configuration during
installation when Nagios autoconfiguration is enabled, to make
sure Nagios start on first boot when sitesummary is installed from
debian-installer.
|
|
|
|
|
|
|
| |
activating Nagios NRPE configuration on clients and Nagios
autoconfiguration on the server.
* Automatically detect if remote NRPE commands can be used for
Nagios checks, and if arguments can be passed or not.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
[ Petter Reinholdtsen ]
* Run cron job just after installation, to get the web page generated.
(Closes: #423256)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
/etc/apache2/conf.d/sitesummary, to work with both apache and
apache2. Adjust dependency accordingly, and rewrite postinst to
continue working when apache2-common isn't installed.
|
|
|
|
|
|
| |
/var/lib/sitesummary/tmpstorage and /var/lib/sitesummary/entries
are owned by user www-data. This give the cgi-script write access
to the storage area.
|
| |
|
|
* Remove old /etc/apache2/sites-available/sitesummary if it exist, to
cope with the new apache config structure introduced version 0.0.6.
|