checkuptime works correct on a system that is a member of a domain.
checkuptime failed on a system that is a member of Workgroup “WORKGROUP”
System ‘scaler-test’ is member of a domain.
check_wmi_plus.pl -H scaler-test -u <account> -p <password> -m checkuptime
OK – System Uptime is 46 days 19:26:18 (67406min).|’Uptime Seconds’=4044378.10s; ‘Uptime Minutes’=67406min; ‘Uptime Hours’=1123.43333333333hours; ‘Uptime Days’=46.8097222222222days;
System ‘share-dmz’ is member of Workgroup “WORKGROUP”.
check_wmi_plus.pl -H share-dmz -u <account> -p <password> -m checkuptime
Argument “CALC_FAIL” isn’t numeric in division (/) at /usr/local/wmic_perl/check_wmi_plus.pl line 5283.
OK – System Uptime is CALC_FAIL.|’Uptime Minutes’=0min; ‘Uptime Hours’=0hours; ‘Uptime Days’=0days;
Also checkcpu failed.
But checkmem succeed also on a system that is member of Workgroup “WORKGROUP”.
check_wmi_plus.pl -H share-dmz -u <account> -p <password> -m checkmem
OK – Physical Memory: Total: 7.999GB – Used: 2.568GB (32%) – Free: 5.431GB (68%)|’Physical Memory Used’=2757885952B; ‘Physical Memory Utilisation’=32%;
Is this a know problem?
How can I solve this problem?