i want to run the funkload monitoring server on a CentOS 5.8 System. I installed the funkload minimum as described in the documentation. Whe i start the Server i get the following error.
fl-monitor-ctl monitor.conf start
Traceback (most recent call last):
File "/usr/bin/fl-monitor-ctl", line 7, in ?
sys.exit(
File "/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py", line 318, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py", line 2221, in load_entry_point
return ep.load()
File "/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py", line 1954, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "build/bdist.linux-x86_64/egg/funkload/Monitor.py", line 27, in ?
File "/usr/lib/python2.4/site-packages/funkload-1.16.1-py2.4.egg/funkload/MonitorPlugins.py", line 28
class MonitorPlugins():
^
SyntaxError: invalid syntax
Hi all,
i want to run the funkload monitoring server on a CentOS 5.8 System. I installed the funkload minimum as described in the documentation. Whe i start the Server i get the following error.
fl-monitor-ctl monitor.conf start
Traceback (most recent call last): File "/usr/bin/fl-monitor-ctl", line 7, in ? sys.exit( File "/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py", line 318, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py", line 2221, in load_entry_point return ep.load() File "/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py", line 1954, in load entry = import(self.module_name, globals(),globals(), ['name']) File "build/bdist.linux-x86_64/egg/funkload/Monitor.py", line 27, in ? File "/usr/lib/python2.4/site-packages/funkload-1.16.1-py2.4.egg/funkload/MonitorPlugins.py", line 28 class MonitorPlugins(): ^ SyntaxError: invalid syntax
I have no idear what to do. ;)
Thx