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 - Tatjana Dubrovica

#241
Hi.

I didn't meant that config is updated just once. I just wanted to describe a possibility to get initial config(that is required in case if you will decide to use Agent Policies). If on agent start you added parameter -M <addr> agent will try first to get config from server and in case of fail it will start with the old one.

Documentation updated:
https://www.netxms.org/documentation/adminguide/agent-management.html#agent-configuration-files-on-server

About questions:
* Is it also possible for SubAgent Config Sections?
Yes. It will look like this:
<config>
   <agent>
      <MasterServers>127.0.0.1</MasterServers>
      <SubAgent>netsvc.nsm</SubAgent>
      <SubAgent>dbquery.nsm</SubAgent>
      <SubAgent>filemgr.nsm</SubAgent>
   </agent>
   <DBQUERY>
      <Database>id=myDB;driver=mysql.ddr;server=127.0.0.1;login=netxms;password=xxxxx;dbname=netxms</Database>
      <Query>dbquery1:myDB:60:SELECT name FROM images</Query>
      <ConfigurableQuery>dbquery2:myDB:Comment in param :SELECT name FROM images WHERE name like ?</ConfigurableQuery>
      <ConfigurableQuery>byID:myDB:Comment in param :SELECT name FROM users WHERE id=?</ConfigurableQuery>

   </DBQUERY>      
   <filemgr>
      <RootFolder>/</RootFolder>
   </filemgr>
</config>

* Is it correct, you need to restart agent manually after reinstall changed agent policy ?
Yes.

Sorry I have no answers on other your questions. They can be answered by Victor.
#242
It is possible to have initial config in Agent Configuration Files on Server. Agent Config file received from server is saved as agent config. And next time agent may be started without requesting config. And all non initial(for me it is all except master server) can be applied through policies.
#243
Announcements / Re: NetXMS 1.2.15 released
August 04, 2014, 05:47:47 PM
To do any manipulations with files on a node it is required to load filemng subagent and configure accessible paths. https://www.netxms.org/documentation/adminguide/file-management.html

The only 2 exceptions are agent update and upload of file to default path(When destination path is empty). Upload to default path is broken in version 1.2.15.
#244
General Support / Re: Layer 2 Mapping
August 01, 2014, 09:14:17 AM
Bug fixed. Will be available in repack or in next release.
#245
Забыли добавить. Будет исправлено.
#246
Announcements / Re: NetXMS 1.2.15 released
July 29, 2014, 06:44:51 PM
Should work on all platforms. Tested also on Windows.

Windows path:
RootFolder = C:\log
#248
NetXMS запоминает открытые окна вроде карт и дашбордов при выходе из программы и в следующий раз при логине на том же компьютере он их пытается загрузить. Если после Админа осталась открытой карта к которой нету доступа у заходящего пользователя, то вылетает такого рода ошибка. Чтобы её избежать стоит либо закрыть все View недоступные пользователю, либо дать права на этот объект.
То есть в Property карты во вкладке Access Control добавить в список пользователей нужного пользователя.
#249
Информация о возможных правах пользователя: https://www.netxms.org/documentation/adminguide/user-management.html
#250
There is ability to configure it in Object Tools. See instruction there: https://www.netxms.org/documentation/adminguide/objects.html#download-file
#251
Fix will be included in next release
#252
Feature Requests / Re: ldap/ad integration
June 26, 2014, 01:09:42 PM
It is present in current development branch.
#253
Feature Requests / Re: Patch Management
June 07, 2014, 04:52:53 PM
#254
Feature Requests / Re: ldap/ad integration
June 07, 2014, 04:42:59 PM
Hi,

Hopefully in next release. Implementation for Linux OpenLDAP already done. There is still required some additional effort for Windows system.
Documentation is in the same state:
https://www.netxms.org/documentation/adminguide/user-management.html#integration-with-ldap

Thank you!
#255
Feature Requests / Re: Dashboard Viewer?
June 06, 2014, 05:09:49 PM
You can run 8 consoles and in each open one dashboard.

There can be found auto login instruction:
http://wiki.netxms.org/wiki/Autologin_for_Management_Console

Also there is option to detach tab in netxms Console(not in web version) so it will be displayed in separate window.

No separate dashboard viewer is available.