| # | Line 67 | Line 67 | $hex_space = "_20"; | |
|---|---|---|
| 67 | $hex_colon = "_3A"; | |
| 68 | # \ converted to a decimal then hex'd | |
| 69 | $hex_bslash = "_5C"; | |
| 70 | + | # ( converted to a decimal then hex'd |
| 71 | + | $hex_rbracket = "_28"; |
| 72 | + | # ) converted to a decimal then hex'd |
| 73 | + | $hex_lbracket = "_29"; |
| 74 | + | # + converted to a decimal then hex'd |
| 75 | + | $hex_plus = "_2B"; |
| 76 | ||
| 77 | # step interval in the rrd databases | |
| 78 | $rrdstep = 60; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |