Skip to content

Commit

Permalink
....I..... [ZBXNEXT-1256] changed example directory size user paramet…
Browse files Browse the repository at this point in the history
…er to return bytes
  • Loading branch information
Rihards Olups committed Nov 16, 2013
1 parent c4c8a2d commit f56934a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Bug fixes:
Changes for 2.2.1rc1

New features:
....I..... [ZBXNEXT-1256] changed example directory size user parameter to return bytes (Richlv)
..F....... [ZBX-7250] made gettext an optional feature for the frontend (Pavels)
A.F....... [ZBX-1357] updated Brazilian Portuguese, French, Italian, Russian and Ukrainian translations; thanks to Zabbix translators (Richlv)
....I..PS. [ZBXNEXT-1257] dropped support for UCD-SNMP (asaveljevs)
Expand Down Expand Up @@ -658,6 +659,7 @@ A......... [ZBX-5498] applications API refactoring (Vedmak)
Changes for 2.0.10rc1

New features:
....I..... [ZBXNEXT-1256] changed example directory size user parameter to return bytes (Richlv)
..F....... [ZBX-7103] improved loading speed of tr_events.php page (Sasha)
A.F....... [ZBX-1357] updated American English, Brazilian Portuguese, Czech, Dutch, French, German, Greek, Hungarian, Japanese, Italian, Romanian, Russian, Slovak, Spanish and Ukrainian translations; thanks to Zabbix translators (Richlv)

Expand Down Expand Up @@ -2091,6 +2093,7 @@ New features:
--------------------------------------------------------------------------------
Changes for 1.8.19rc1

....I..... [ZBXNEXT-1256] changed example directory size user parameter to return bytes (Richlv)
..F....... [ZBX-7156] fixed string value escaping in profiles (Eduard)
...G...... [ZBX-4658] fixed system.boottime and system.uptime returning bogus values on Solaris when agent is compiled as a 64-bit binary (asaveljevs)
........S. [ZBX-7119] fixed data collection stopping after no data maintenance until configuration cache is updated (asaveljevs)
Expand Down
2 changes: 1 addition & 1 deletion conf/zabbix_agentd/userparameter_examples.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ UserParameter=system.test,who | wc -l

# Get size of a directory
# Defaults to /tmp
UserParameter=vfs.dir.size[*],du -s "${1:-/tmp}" | cut -f1
UserParameter=vfs.dir.size[*],du -s -B 1 "${1:-/tmp}" | cut -f1

# Total CPU utilisation by all processes with a given name.
# Returns empty value if no such processes are present, numeric items will turn unsupported
Expand Down

0 comments on commit f56934a

Please sign in to comment.