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 - andrey--k

#76
Can you try next example:
SELECT avg(coalesce(to_number(idata_value),0)) FROM idata_<node_id> WHERE item_id=<dci_id> and idata_timestamp between <time_from> and <time_to>
#77
Есть предположение, что может подвисать при попытке использования Cisco Discovery Protocol. Здесь все-таки используется Cabletron Discovery Protocol. Они разные. :(

Есть новости по прогнозам выхода новой версии?
#78
Похоже что вам требуется что-то на подобии вот этого: http://www.open-audit.org
Имхо, система мониторинга и инвентаризации все таки немного разногопрофиля...
#79
Try to make configuration and status poll on node via nxmc.
#80
That means that all probes in wait state.
You have no active probes at the moment...
#81
Can you provide output
$ nxadm -c " sh po " | grep -v 'wait'
5 seconds is wery small interval I think.
#82
С консоли запустить не могу.
Консоль вылетает с ошибкой протокола (сервер из исходников, из snapshoot)...
Буду ждать новой версии...

А какой OID вытягивается?
#83
to take math functions you should convert data from varchar to digits.
I use transit table in separate shema for this purpose.
#84
Как можно проверить Topology poller?
Он по snmp работает?
#85
Can you give example of such data?
Can any internal windows utility provide them?
#86
Maybe better to use DCI Table?
#87
There are my example on new node creation:
Quote from: andrey--k on March 26, 2014, 12:01:47 PM

nxadm -c "exec ScriptName"

See screenshots in attach.
#88
Можно ли в менюшку конфигурации действий (отправить сообщение) добавить клавишу "Тест", которая отправит сообщение по заполненным данным?
#89
Only one thing I can suppose - get router, set couple ip adresses on it and configure reverse NAT.
After that configure in netxms node objects on nat ip with different communities.
#90
Firstly - try Active discovery.

There is example script:
http://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations#Create_Container_and_some_nodes

Please share if you can do it more suitable.