Make sure you have "connection over slow link" is unchecked in login dialog.
We really need your input in this questionnaire
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 MenuNetXMS server is installed but currently stopped.
Additional steps required:
1. Edit default configuration file (/etc/netxmsd.conf)
2. Load database schema
nxdbmgr init
3. Start daemon with command:
systemctl start netxms-server
from org.netxms.client.datacollection import DataCollectionConfiguration, DataCollectionObject
from org.netxms.client.objects import Node, Template
o = s.findObjectByName("Alexs-MBP")
config = session.openDataCollectionConfiguration(o.objectId)
for dc in config.items:
dc.description = dc.description + " - TEST"
config.modifyObject(dc)
config.close()
Quote from: radw on June 24, 2020, 06:35:02 PMQuote from: Borgso on June 24, 2020, 09:18:06 AM
You can find how to reset admin password here: https://www.netxms.org/documentation/adminguide/advanced.html#troubleshootingQuoteNew in version 2.1-M0.
Use following command to reset password and unlock account:nxdbmgr reset-system-account
Hello, thanks for you help, however even after unlocking DB with nxdbmgr check (all ok) and then nxdbmgr reset-system-account (ok), when I tried to login on as admin with default password , web gui returns "connection error - access denied".
I also restarted netxmsd and tomcat7 services, but I got the same error.
Regards.
grafana-cli plugins uninstall radensolutions-netxms-datasource
cd /var/lib/grafana/plugins/datasources
git clone https://github.com/netxms/grafana.git radensolutions-netxms-datasource
systemctl restart grafana-server