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

Newer kernel might export more values via /proc/diskstats, because of the multiple assignment, this will produce a "ValueError: too many values to unpack". Use an index on the data instead...

It's better to use ssh keys... I agree but in some cases it can be necessary that's why i think we can give the possible using explicit argument --password.

Fixes division by zero condition on the servers without `swap` memory.

CPU checks from linux-ssh pack pack fail on old servers: ``` /var/lib/shinken/libexec/check_cpu_stats_by_ssh.py -H $host -p 22 -u $user -i $key -P "$pass" Traceback (most recent call last): File "/var/lib/shinken/libexec/check_cpu_stats_by_ssh.py", line...

As discussed with you by mail, here is a pull request. I added a SSH class who allows you to use native SSH in replacement of python Paramiko module. It...

If we pass -m / to script, to check only root partition, it returns all filesystems. I think because of startswith

When using check_ssh_proxy_check.py to lookup at another check on a remote machine, the actual return code from the check is not properly handle. Let's say I want to execute 'check_something',...

cf http://www.shinken-monitoring.org/forum/index.php/topic,1850.0.html

enhancement

https://github.com/naparuba/check-linux-by-ssh/commit/41543a8fe6e869cf53f7979fbe1ed1e0c904fd7b The above commit breaks https://github.com/naparuba/check-linux-by-ssh/blob/master/check_ntp_sync_by_ssh.py out of the box for RHEL/CENTOS because /usr/sbin is not included in $PATH for shinken user by default. What platform did you make this...

bug