Delido
Delido
i rebuild the check to this, and make my own interval ```bash #!/bin/bash CONTENTFILE="/tmp/dir_size_checkmk.out" TMPCONTENTFILE="/tmp/dir_size_checkmk.out.tmp" function createoutput() { ( if [ -e "$MK_CONFDIR/dir_size.cfg" ]; then touch $TMPCONTENTFILE echo '' >$TMPCONTENTFILE...
also APC not working anymore in checkmk 2.1 TypeError (check_temperature() missing 1 required keyword-only argument: 'value_store') File "/omd/sites/check/local/lib/python3/cmk/base/plugins/agent_based/apcaccess.py", line 163, in check_apcaccess_temp yield from temperature.check_temperature(float(itemp[0]),
I have the same Problem! I have tried many: - Install ts3 in docker -> wsl2 -> windows - directly in windows - directly in ubuntu - remove all settings...
``` /usr/sbin/megacli -LDInfo -l0 -a0 -NoLog > /tmp/mega ❯ file -0 /tmp/mega /tmp/mega: ISO-8859 text, with CR, LF line terminators ``` on another working Server: ``` file -0 /tmp/mega /tmp/mega:...
why is the output iso8859? all locale Settings between the Servers are the same and UTF-8 are default. Can / must i change something?