On a RHEL 5 box with Python 2.4 I run into the following error File "/usr/lib64/nagios/plugins/check_graphite", line 85 values = map(lambda x: 0.0 if x == 'None' else float(x), values) ^ SyntaxError: invalid syntax