ConFoo Montreal 2026: Call for Papers

Voting

: max(six, three)?
(Example: nine)

The Note You're Voting On

Anonymous
8 years ago
On Windows if you get "Cannot parse DS in 'DEF:rr=C:/Users/xxx/code/monitor/speed_gauge.rrd:value:MAX'" error on Windows. This may mean that rrdtool does not like ":" on your file name - it needs to be replaced with "\:"

Atleast for me fixed that issue if I replace colon "str_replace(':', '\\:', $rrdPath);"

<< Back to user notes page

To Top