check-linux-by-ssh icon indicating copy to clipboard operation
check-linux-by-ssh copied to clipboard

Shinken checks designed to be run without installing something on the distant linux (aside ssh keys of course!)

Results 22 check-linux-by-ssh issues
Sort by recently updated
recently updated
newest added

./check_net_stats_by_ssh.py -H 192.168.0.49 -u root OK: the check is initializing Exception in thread Thread-1 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/lib64/python2.6/threading.py", line 532, in...

memory check use to crash with a this error when there is no Swap: ``` File "/var/lib/shinken/libexec/check_memory_by_ssh.py", line 166, in perfdata += ' %s=%s%%;;;0%%;100%%' % (k, int(100 * float(v)/swap_total)) ZeroDivisionError:...