You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we enabled the network interface check for over 600 windows systems.
On about 10% of our systems we get the same error. It´s seems that it´s especially on cluster systems.
The command which is executed by all our Windows devices:
This is a very interesting issue. Does this relate to team interfaces or other interfaces as well?
For some reason it can happen that an interface with the same name is present, which causes issues.
This is a very interesting issue. Does this relate to team interfaces or other interfaces as well?
For some reason it can happen that an interface with the same name is present, which causes issues.
Hello @LordHepipud,
I checked the systems and in our case this problem exist only for team interfaces.
Thank you for your help!
…eams
Fix: Exception on Invoke-CheckNetworkInterface on duplicate team interface
Fixes exception on `Invoke-CheckNetworkInterface` while two team interfaces with the identical name are present on the system
Fixes#148
Hello,
we enabled the network interface check for over 600 windows systems.
On about 10% of our systems we get the same error. It´s seems that it´s especially on cluster systems.
The command which is executed by all our Windows devices:
'Invoke-IcingaCheckNetworkInterface' '-IncludeNetworkDevice' '@()' '-ExcludeNetworkDevice' '@()' '-ExcludeInterfaceTeam' '@()' '-IncludeInterfaceTeam' '@()' '-Verbosity' '2'
The error from some systems:
Has someone a idea where this error could come from?
If you need any further information just please ask.
Thank you very much!
Best Regards,
Erwin
The text was updated successfully, but these errors were encountered: