matteocorti / nagios_plugins

18 stars 7 forks source link

when using ssh, returns always "is not writable" #140

Closed matteocorti closed 8 years ago

matteocorti commented 8 years ago

Original reporter: peter.sommer@eqs.com

Using check_writable local is running fine but when executing via ssh remotly like

-ssh nagioscheck@192.168.169.239 /usr/lib/nagios/plugins/check_writable --dir=/*

it´s always returning the false message

CHECK_WRITABLE CRITICAL - '/' is not writable

matteocorti commented 8 years ago

Original reporter: Peter Sommer peter.sommer@eqs.com

my own error, wrong folder permission. issue can be closed