Thanks for your guidance on this one. The customer's network resource managed to idenfity that packets are being dropped at a certain hop, so they will continue investigating for that one.
Could we please take a look at server #2 next?
For this one I suspect an issue with WMI on the host.
From my original post:
Code: Select all
# /usr/local/nagios/libexec/check_wmi_plus.pl -d -H <host address> -A <authfile> -m checkdrivesize -a 'C': -t 30 -w '90' -c '99.9' Command Line (v1.6): /usr/local/nagios/libexec/check_wmi_plus.pl -d -H <host address> -A <authfile> -m checkdrivesize -a C: -t 30 -w 90 -c 99.9
Base Dir: /usr/local/nagios/libexec
Conf File Dir: /usr/local/nagios/libexec
Loaded Conf File /usr/local/nagios/libexec/check_wmi_plus.conf
Round #1 of 1
QUERY: /usr/bin/wmic '-A' '<authfile>' '--namespace' 'root/cimv2' '//<host address>' 'Select DeviceID,freespace,Size,VolumeName from Win32_LogicalDisk where DriveType=3'
OUTPUT: [wmi/wmic.c:196:main()] ERROR: Login to remote object.
NTSTATUS: NT code 0x800706cc - NT code 0x800706cc
Could not find the CLASS: line - an error occurred
WMI DATA:$VAR1 = [
[
{
'_ColSum_Size' => 0,
'_QuerySum_Size' => 0,
'_ColSum_FreeSpace' => 0,
'_QuerySum_FreeSpace' => 0
}
]
];
UNKNOWN - The WMI query had problems. The error text from wmic is: [wmi/wmic.c:196:main()] ERROR: Login to remote object.
NTSTATUS: NT code 0x800706cc - NT code 0x800706cc
[root@a1c-nxi01 libexec]# /usr/bin/wmic '-A' '<authfile>' '--namespace' 'root/cimv2' '//<host address>' 'Select DeviceID,freespace,Size,VolumeName from Win32_LogicalDisk where DriveType=3'
[wmi/wmic.c:196:main()] ERROR: Login to remote object.
NTSTATUS: NT code 0x800706cc - NT code 0x800706cc
Testing the connection to that server from another Windows machine in the same environment, we get the following:
Code: Select all
C:\Users\Administrator>wmic /NAMESPACE:"root/cimv2" /USER:"<username>" /PASSWORD:"<password>" /NODE:"<hostname>" OS get Caption
Node - <hostname>
ERROR:
Description = The endpoint is a duplicate.