summaryrefslogtreecommitdiff
path: root/sysutils/munin-node/files/patch-node__sbin__munin-node (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - update to 2.0.9Florian Smeets2012-12-061-9/+7
| | | | | | | | | - use correct pidfile for munin-sched rc script [1] - munin-cgi-graph requires FCGI [2] Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1] Sergey V. Dyatko <sergey.dyatko@gmail.com> [2] Feature safe: yes
* - Update to 2.0.6 based on [1]Florian Smeets2012-09-131-4/+7
| | | | | | | | | - Add support for ada disk devices to hddtemp_smartctl [2] - Add a patch for upstream bug 1251 to prevent huge munin-graph.log files PR: ports/171116 [1] PR: ports/169287 [2] Submitted by: mm [1], TAKEMON Takashi <takemon@bamboogate.co.jp> [2]
* - fix a bug where plugins would stop graping data after a SIGHUP to munin-nodeFlorian Smeets2011-03-091-0/+12
- prevent leftovers from sed and patch otherwise these would be installed also The problem is that munin-nodes runs in perl taint mode and after a SIGHUP p5-Net-Server thinks that the path is tainted and unsets the complete path, this causes all plugins which do not use an absolute path to utilities they call to fail. The fix is to set a well known good path. Obtained from: OpenBSD PR: ports/155109