Valery Tschopp

Results 12 comments of Valery Tschopp

If it works, you can then: ``` /usr/lib/nagios/plugins/check_ceph_osd -c /var/lib/nagios/nagios.ceph.conf -i nagios --host 10.55.0.1 --out ``` If it doesn't work, I'm out of idea, and you should use sudo

Hello @HeroesLament, The parentheses in the `print` statements are NOT optional. In python3 it is mandatory, `print(...)` is a function call... Example: ``` Python 3.9.10 (main, Jan 15 2022, 11:48:00)...