You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @og900aero,
this plugin is really old, it was developed for Python 2, which is EOL. I tried porting it to Python 3 - see also the feat-python3 branch. Can't test it, but the code seems to execute. Does it work for you?
I try this python script on Debian 11, but I get error messagem when I running:
First run I get error message:
/usr/bin/env: ‘python’: No such file or directory
Then I installed python-is-python3 package, then I get new error messages:
File "/home/nio/check_apcaccess/./check_apcaccess.py", line 146
print "{0}: {1}{2}".format(get_return_str(), str(", ".join(snips)), perfdata)
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: