Olivier Mehani
f751a0d865
[fresh-backups] Rename, cleanup, and add POD doc
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-10-29 11:50:50 +11:00
@RubenKelevra
50c13da584
[udp-statistics] rename 'errors' field, add more fields
2016-10-29 02:27:36 +02:00
sumpfralle
5900d9d12d
Merge pull request #744 from shtrom/systemd
...
Add systemd plugin counting units in each state
2016-10-29 01:42:34 +02:00
Olivier Mehani
1a4b6cfbe7
Merge pull request #2 from avian2/add-systemd
...
Fix remaining issues with systemd_units plugin
2016-10-28 20:15:14 +11:00
Tomaz Solc
d888c31d1d
systemd_units: fix use of tr
2016-10-27 18:19:16 +02:00
Tomaz Solc
38835f7a62
systemd_units: add doublequote around $extinfo
2016-10-27 17:54:01 +02:00
Tomaz Solc
adc0072286
systemd_units: avoid use of echo -n flag
2016-10-27 17:52:30 +02:00
Tomaz Solc
a9476f50fd
systemd_units: fix indent
2016-10-27 17:51:33 +02:00
Tomaz Solc
a2f1592fe5
systemd_units: avoid use of temporary file
2016-10-27 17:49:03 +02:00
Olivier Mehani
b31b861f1c
[systemd_units] Rename, remove unused mode logic and cleanup syntax
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-10-27 22:38:55 +11:00
Nye Liu
13f9ba7a61
Area stack children
2016-10-26 14:15:48 -07:00
Nye Liu
3dd825dd62
Output fields of tc can vary, possibly causing corrupted data to be gathered.
...
Look specifically for the "bytes" keyword
2016-10-26 14:14:26 -07:00
Nye Liu
234a753fea
Make awk script more readable
2016-10-26 14:13:36 -07:00
Nye Liu
afe87e904e
Cosmetic whitespace uniformity
2016-10-26 14:10:46 -07:00
Nye Liu
31bedc0822
Hardcode tc path so we can run the script as non-root
2016-10-26 14:08:34 -07:00
sumpfralle
22f9fa51a7
Merge pull request #763 from sumpfralle/transmission-ratios-assembling
...
[tr_ratios] documentation and configuration
2016-10-26 02:30:58 +02:00
Lars Kruse
c3660c2ac0
[tr_ratios] restructure code
...
* allow configuration of username, passwort, host and port via env
* reduce code duplication
* remove "*" from stopped transmissions
2016-10-26 02:25:47 +02:00
Lars Kruse
839d825afe
[tr_ratios] add documentation
2016-10-26 02:04:11 +02:00
Lars Kruse
1a25481e2c
[tr_ratios] include awk scripts; awk instead of gawk
...
since we cannot rely on the location of the two included awk scripts, we
just include them literally
2016-10-26 00:40:53 +02:00
Lars Kruse
8777efd66c
[tr_ratios] switch from bash to sh; quoting
2016-10-26 00:34:47 +02:00
sumpfralle
5dfe3432fa
Merge pull request #762 from samuraiii/patch-1
...
To get rid of non ascii characters in graphs
2016-10-26 00:32:45 +02:00
samuraiii
5884bddab1
To get rid of non ascii characters in graphs
2016-10-25 22:39:56 +02:00
sumpfralle
2590bb356c
Merge pull request #728 from shtrom/upnpc_
...
[plugins/upnpc_] Add upnpc-based router monitoring plugin
2016-10-25 19:25:19 +02:00
Olivier Mehani
20de5307cb
[upnpc_] Move to network/ and document graphs
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-10-25 23:01:58 +11:00
Olivier Mehani
ef80db4bc1
[systemd] Remove half-baked suggest
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-10-25 21:21:24 +11:00
Jonas Palm
c679de12ce
code rewrite
...
removed bashisms and cleaned everything up
2016-10-24 23:03:18 +02:00
sumpfralle
fed40db7a0
Merge pull request #761 from sumpfralle/monit-parser-with-xml
...
[monit_parser] change input format to XML; retrieve via URL (Closes : #558 )
2016-10-23 14:00:32 +02:00
Wouter Verhelst
5800201da8
Configurable location of sge settings.sh script
2016-10-23 10:36:58 +02:00
Wouter Verhelst
8c9f0260f9
Use sh shebang
...
Don't need bash-specific features, after all
2016-10-23 10:36:35 +02:00
Lars Kruse
ef6cedf7a9
[monit_parser] change input format to XML; retrieve via URL ( Closes : #558 )
2016-10-23 05:08:07 +02:00
sumpfralle
f69a442779
Merge pull request #760 from sumpfralle/improve-monit-parser
...
Improve monit parser
2016-10-23 04:00:43 +02:00
Lars Kruse
b8f1b6c879
[monit_parser] implement memory alloaction unit parsing
...
Previously monit seems to have output memory usage in kilobytes without
a unit. Somewhen this seemed to have changed to an (optional?) suffix
(e.g. MB). Thus the new scaling may differ from the previous scaling,
which was probably broken for most users.
Additionally the units of the resulting values are clarified.
2016-10-23 03:49:45 +02:00
Lars Kruse
e5fbbaea5f
[monit_parser] improve code structure
2016-10-23 03:49:45 +02:00
Lars Kruse
8d78e459cd
[monit_parser] add documentation ( Closes : #548 )
2016-10-23 03:49:24 +02:00
Lars Kruse
dcd9434e0d
[monit_parser] use python2/3 compatible 'print' style
2016-10-23 01:27:50 +02:00
Lars Kruse
9d62e55896
[monit_parser] replace 'commands' module with 'subprocess'
...
necessary for python3 support
2016-10-23 01:27:25 +02:00
Lars Kruse
0f24fe00eb
[monit_parser] fix whitespace issues
2016-10-23 00:56:39 +02:00
sumpfralle
207f801148
Merge pull request #718 from szepeviktor/munin-events
...
Added munin_events plugin
2016-10-22 23:30:50 +02:00
Viktor Szépe
e7bcfec037
Modify munin_events following intrustions from @sumpfralle
2016-10-22 18:44:20 +00:00
sumpfralle
ba7a7f6bbb
Merge pull request #686 from benpro/master
...
fr24 - Plugin to monitor your flightradar24.com feeder.
2016-10-22 14:04:57 +02:00
sumpfralle
79851ceae8
Merge pull request #759 from sumpfralle/improve-mpdstats
...
* fix #576 (unsupported netcat parameter)
* use which for netcat detection
* allow unconfigured usage (print all stats)
2016-10-22 13:53:37 +02:00
Lars Kruse
09d9f32e71
[mpdstats_] allow unconfigured usage (all stats)
2016-10-22 13:43:31 +02:00
Lars Kruse
380c4a9ea5
[mpdstats_] use 'which' for finding 'nc'
2016-10-22 13:41:58 +02:00
Lars Kruse
d6ea0c926d
[mpdstats_] remove "-q" from netcat call (Closes: 576)
2016-10-22 13:17:34 +02:00
sumpfralle
37bb2b77f0
Merge pull request #758 from sumpfralle/improve-cpubyuser
...
[cpubyuser] fix various issues
2016-10-22 12:49:27 +02:00
Lars Kruse
2db4f2ca56
[cpubyuser] switch from bash to sh
2016-10-22 04:03:35 +02:00
Lars Kruse
85d91b50f4
[cpubyuser] fix whitespace
2016-10-22 04:02:49 +02:00
Lars Kruse
8280dbb0f5
[cpubyuser] improve parsing for long usernames ( Closes : #757 )
...
"ps" abbreviates long username - thus we prepare a separate mapping
2016-10-22 03:59:22 +02:00
Lars Kruse
5bec8ec6b5
[cpubyuser] improved top output without header
2016-10-22 03:55:45 +02:00
Lars Kruse
391a4bfa41
[cpubyuser] user constant for magic 'others' user
2016-10-22 03:52:05 +02:00