Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
well but the verbose option provides no usable graphical output for very shame
I’ve done a patch to fix DeprecationWarning: os.popen3 is deprecated :
# diff check_smartmon.py.ori check_smartmon.py 38a39 > import subprocess 136c137,138 p = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=True) > (child_stdin, child_stdout, child_stderr) = (p.stdin, p.stdout, p.stderr)