Changes between Version 14 and Version 15 of TipAndDoc/monitor/munin
- Timestamp:
- Dec 23, 2012 1:54:04 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/monitor/munin
v14 v15 598 598 at /usr/share/munin/munin-update line 49 599 599 }}} 600 601 = counter vs derive = 602 * [http://munin-monitoring.org/wiki/fieldname.type fieldname.type – Munin] 603 * [http://munin-monitoring.org/wiki/HowToWritePlugins#DERIVEvs.COUNTER HowToWritePlugins – Munin] 604 > To avoid spikes in the graph when counters are reset (as opposed to wrapping), use {{{${name}.type}}} DERIVE and {{{${name}.min}}} 0. 605 * [http://atmarkit.mine.nu/blog/?p=840 munin×JMXでColdFusionのJVMをモニタリングする | @哀T] 606 > ==== 追記:GAUGE、COUNTER、DERIVE、ABSOLUTEの違いについて