2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

23 Commits

Author SHA1 Message Date
Lars Kruse
d8f12a6a81 removed "gitignore" files from various plugins
they were probably imported by mistake
2017-01-08 23:50:46 +01:00
Steve Schnepp
c5238dbc5f p/multicpu1sec-c: always exit(0) when successful 2015-05-30 08:43:22 +00:00
Steve Schnepp
9901e00140 p/multicpu1sec-c: keep the files open 2015-05-26 20:56:57 +00:00
Steve Schnepp
2db160e268 p/multicpu1sec-c: use posix IO instead of stdlib 2015-05-26 20:50:26 +00:00
Steve Schnepp
7d88587fb6 multicpu1sec-c: use plain POSIX instead of stdlib
As it will be used every second, we should limit the overhead
2015-03-31 22:17:16 +00:00
Steve Schnepp
6ed404cbc9 multicpu1sec-c: ignoring generated files 2015-03-31 20:33:54 +00:00
Steve Schnepp
308ba4757e multicpu1sec-c: use the env vars for tmp file paths 2015-03-08 18:58:49 +00:00
Steve Schnepp
99d3a42627 multicpu1sec-c: fix the /proc/stat parsing 2015-03-04 00:00:05 +00:00
Steve Schnepp
79f72b87fb multicpu1sec-c: fix value (remove idle) 2015-03-03 23:17:23 +00:00
Steve Schnepp
16b017fcd7 multicpu1sec-c: handle fork 2015-03-03 23:16:41 +00:00
Steve Schnepp
b0e8dcea39 multicpu1sec-c: using DERIVE
We just delegate the whole CPU % computing to RRD
2015-03-03 22:48:20 +00:00
Steve Schnepp
4a9b0e4796 multicpu1sec-c: remove debugging statements 2015-03-03 22:43:39 +00:00
Steve Schnepp
339bfec68f multicpu1sec-c: adding locking to avoid races 2015-03-03 22:40:37 +00:00
Steve Schnepp
6dec8c3357 multicpu1sec-c: opening the file r/w to truncate it 2015-03-03 22:35:46 +00:00
Steve Schnepp
c86e4ab2fd multicpu1sec-c: implement the "fetch" cmd 2015-03-03 22:29:41 +00:00
Steve Schnepp
9ac74f8d9b multicpu1sec-c: implement the "acquire" cmd 2015-03-03 22:28:37 +00:00
Steve Schnepp
81e9ffca94 plugins: adding C version of multicpu1sec 2015-03-03 18:24:14 +00:00
Steve Schnepp
729c61237a multicpu1sec: enable up to 99 CPUs 2013-02-04 15:21:25 +01:00
Steve Schnepp
5090a771c8 multicpu1sec: use LANG=C to avoid S_TIME_FORMAT issues 2013-02-04 15:20:50 +01:00
Steve Schnepp
e3744a09f9 multicpu1sec: add a flush to awk 2013-02-04 14:31:10 +01:00
Steve Schnepp
3b64d836f8 add license 2012-11-16 14:06:40 +01:00
Steve Schnepp
ad72df158f fixed watchdog, so plugin restarts automatically if killed 2012-02-18 06:17:20 +01:00
Steve Schnepp
8a95538509 Adding multicpu1sec from http://plugins.munin-monitoring.org/ as it serves as an example for 1 sec granularity. 2012-01-16 16:12:42 +01:00