Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - aytugan

#1
General Support / Re: Node Type
June 02, 2018, 05:54:05 PM
Hi Victor,

Please consider implement VM detection on Windows.
It can be done via WMI, see this post https://blogs.technet.microsoft.com/heyscriptingguy/2015/03/30/use-powershell-to-detect-if-hypervisor-is-present/
WMI Query Win32_ComputerSystem , parameter "HypervisorPresent"

It will work in most cases. Please implement, it will help a lot.
#2
Version 2.2.3 resolve Windows 2016 correctly

Windows <COMPUTERNAME> 10.0.14393 Windows Server 2016 Build 14393 AMD-64

Thank you!
#3
Dear NetXMS team,

Please add Windows 2016 OS detection into NetXMS agent

It display System as "Windows <Computername> 10.0.14393 Windows Server Build 14393 AMD-64"

Windows 2012 detects correctly: "Windows <Computername> 6.2.9200 Windows Server 2012 Build 9200 AMD-64"

Thank you

#4
Виктор, можно ожидать перевод репозитория c NetXMS пакетами на SHA-256 подпись?

Сейчас на новые убунты невозможно поставить NetXMS агента из репозитория, так как убунта перестала использовать репозитории с подписью SHA1.
#5
В убунте 16.04 делаем

add-apt-repository "deb http://packages.netxms.org/debian wheezy main"
wget -q -O - http://packages.netxms.org/netxms.gpg | apt-key add -

Запускаем apt-get update - получаем

W: http://packages.netxms.org/debian/dists/wheezy/Release.gpg: Signature by key C72F55498B31A527181D91D9179C0A80CDFADDB1 uses weak digest algorithm (SHA1)
W: https://www.netxms.org/apt/dists/wheezy/Release.gpg: Signature by key C72F55498B31A527181D91D9179C0A80CDFADDB1 uses weak digest algorithm (SHA1)
E: Failed to fetch http://packages.netxms.org/debian/dists/wheezy/Release  No Hash entry in Release file /var/lib/apt/lists/partial/packages.netxms.org_debian_dists_wheezy_Release which is considered strong enough for security purposes
E: Failed to fetch https://www.netxms.org/apt/dists/wheezy/Release  No Hash entry in Release file /var/lib/apt/lists/partial/www.netxms.org_apt_dists_wheezy_Release which is considered strong enough for security purposes
E: Some index files failed to download. They have been ignored, or old ones used instead.


Прошу подсказать что надо сделать, чтобы репозиторий пакетов NetXMS под новой убунтой заработал.