trentasis
Forum Replies Created
- AuthorPosts
- trentasisParticipant
Hi,
similar error# WMIC_SERVER_CONFIG=/tmp/wmicserver/aiowmi-main/contrib/wmic_server/wmic_server.yaml PYTHONPATH=/tmp/wmicserver/aiowmi-main/aiowmi/ FLASK_ENV=development WMIC_SERVER_DEBUG=1 python /tmp/wmicserver/aiowmi-main/contrib/wmic_server/wmic_server.py
File “/tmp/wmicserver/aiowmi-main/contrib/wmic_server/wmic_server.py”, line 41
debug and print(“YAML configuration is:”)
^
SyntaxError: invalid syntaxAny suggestion?
Can you detail pyton version required and dependenciens or moduels required and how to isntall?
thanks
trentasisParticipantHi
Installed 1.68 version and seems correctly installedNow I want to migrate to new wmic server but I’m not sure if we need requirements using checmi we receive
./check_wmi_plus.pl -d -d | head -n 25
Command Line (v1.68): ./check_wmi_plus.pl -d -d
Base Dir: /usr/local/nagios/libexec/check_wmi_plus_168/
Conf File Dir: /etc/check_wmi_plus
Loaded Conf File /etc/check_wmi_plus/check_wmi_plus.conf
WMI Ini Dir: /etc/check_wmi_plus/check_wmi_plus.d
======================================== SYSTEM INFO =====================================================
——————— Module Versions ———————
MODULE_NAME INSTALLED_VERSION STATUS DESIRED_VERSION
Config::IniFiles 2.83 ok 2.58
Perl Version 5.010001 ok 5.01
HTTP::Request::Common 6.04 ok 0
JSON 2.15 ok 0
Getopt::Long 2.42 ok 2.38
DateTime 1.12 ok 0.66
Number::Format 1.73 ok 1.73
LWP::UserAgent 6.06 ok 0
Data::Dumper 2.154 ok 2.125
Scalar::Util 1.41 ok 1.22
Storable 2.51 ok 2.22
Net::DNS –
——————— Environment ———————reading doc about wmi server seems that there are 3 requirment for smic server , how can I check if are installed ?
on seems to be awio wmi but I can’t find how to install this porjecte any doc whre is detaield how to install on a centos?
thanks
trentasisParticipantThanks I’ll try to install this version and check if this issue is solved
This version is this new versions described here https://edcint.co.nz/checkwmiplus/new-wmic-client-coming-soon/ ?
thanks
trentasisParticipantseems that is the issue, possible workaround
https://support.microsoft.com/en-us/topic/kb5004442-manage-changes-for-windows-dcom-server-security-feature-bypass-cve-2021-26414-f1400b52-c141-43d2-941e-37ed901c769cRegistry setting to enable or disable the hardening changes
During the timeline phases in which you can enable or disable the hardening changes for CVE-2021-26414, you can use the following registry key:Path : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole\AppCompat
Value Name: “RequireIntegrityActivationAuthenticationLevel”
Type: dword
Value Data: default = 0x00000000 means disabled. 0x00000001 means enabled. If this value is not defined, it will default to disabled.
Note You must enter Value Data in hexadecimal format.
Important You must restart your device after setting this registry key for it to take effect.
Note Enabling the registry key above will make DCOM servers enforce an Authentication-Level of RPC_C_AUTHN_LEVEL_PKT_INTEGRITY or higher for activation.
trentasisParticipantHi,
Can you give details, what you have done to solve?
ThankstrentasisParticipantHi,
I have a similar issue
UNKNOWN – Plugin Timed out (59 sec). There are multiple possible reasons for this, some of them include – The host 192.168.10.11 might just be really busy, it might not even be running Windows.Without any action after some minutes error disappears.
Have you solved?
thanks
- AuthorPosts