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 - MarcusH

#76
General Support / grafana tables
November 29, 2017, 04:43:48 PM
Hi,

Do the webapi support table DCI?

I get "Incompatible operation" when adding the table DCI to metrics.
#77
Feature Requests / ExternalParametersProvider
October 05, 2017, 11:27:32 AM
Hi,

Would be nice if you could set a timeout on ExternalParametersProvider so it kills the process if it exceeds this time.

Have a few external sources and trying to get most of them to handle internal timeout but some still hangs at random times and then you have stalled data.
#78
I format mail body with script, event calls mail action and mail action is calling script with %[scriptname] in message text.

if you want event param 2 use $event->parameters[2] in script

Create a string variable with all the text you want then just return it and it will use that for the mail text, for line break use \n

If you are scripting you have access to these to get the data you want also:
https://wiki.netxms.org/wiki/NXSL_Function_Reference
#79
General Support / Re: Problem after update
October 03, 2017, 10:48:58 AM
I had the same problem when i upgraded from 2.0.8 to 2.1.
I tried upgrading with nxdbmgr and trace parameter (-t) to see more details on which table it has problem with then i restored db from backup, deleted the tdata table it had problem with then upgraded manually.

I also tried ignoring errors (-X) and it worked but i did not trust that but it is something you can try just backup db before.

the db version 410 is because the installer upgrades the DB and fails halfway so thats why you can't use it with 2.0.8.
#80
General Support / Re: adding mibs 2.1.1
September 25, 2017, 12:11:17 PM
Same result with just one mib
#81
General Support / Re: webui logging
September 25, 2017, 12:07:53 PM
windows installer
#82
General Support / adding mibs 2.1.1
September 18, 2017, 04:52:57 PM
Hi,

I am trying to compile new mibs but it does nothing just prints:

NetXMS MIB Compiler  Version 2.1.1 (2.1.1)
Copyright (c) 2005-2017 Raden Solutions

then stops no error or anything, using same argument line as always: nxmibc.exe -z -d C:\NetXMS\share\mibs -o C:\NetXMS\var\netxms.mib

Any ideas?
#83
General Support / webui logging
September 14, 2017, 10:31:50 AM
Hi,

Is there any way to disable the debug/info logging on the webui?
Running the webapi on the webui server and the logs are getting big pretty fast.
#84
General Support / Re: 2.1 agent sys_node_minor
July 19, 2017, 01:51:00 PM
Wonderful, thanks alot had a feeling this was feature related so been looking around
#85
General Support / Re: 2.1 agent sys_node_minor
July 19, 2017, 11:00:45 AM
Something must have gone wrong in the upgrade since no alarms are shown at all, they trigger on the node but are not shown in any alarm browser.

Reverted to backup and tried again with some more log and it seems it has problem upgrading from version 410 to 411, the steps from 404 to 410 upgrades without error.
Had to delete data in one tdata table then upgrade succeeded.

It failed with:
[1m>>> [32;1mINSERT INTO tdata_1139 (item_id,tdata_timestamp,tdata_value) VALUES (?,?,?)[0m
SQL query failed ([Microsoft][SQL Server Native Client 10.0]COUNT field incorrect or syntax error):
[33;1mINSERT INTO tdata_1139 (item_id,tdata_timestamp,tdata_value) VALUES (?,?,?)[0m
[1m>>> [32;1mDROP TABLE tdata_1139
[1m>>> [32;1mEXEC sp_rename 'tdata_temp_1139','tdata_1139'[0m
[31;1mfailed[0m


does not seem like alarms are shown still though
#86
General Support / 2.1 dashboard
July 17, 2017, 02:20:52 PM
Hi,

not sure what the improved layout of dashboard elements implies but as shown on the screens attached it fails to position the elements after what seems 4 rows.
Any changes you haft to make on the layout now?
#87
General Support / 2.1 agent sys_node_minor
July 17, 2017, 10:06:09 AM
Hi,

nodes that run 2.1 agent gets stuck with sys_node_minor for some reason, no events or alarms are active.
Not even forcing status calculation to fixed normal changes status.

any changes in 2.1 i might have missed?
Upgraded from 2.0.7
#88
need to upgrade database, run 'nxdbmgr upgrade'
#89
General Support / web page on dashboard
January 11, 2017, 02:19:06 PM
Hi,

Does the dashboard element for viewing web page not work on linux or are there any specific configuration/browser you need?
Trying to view it but it will not even open the dashboard if any web page element exist.
#90
Announcements / Re: NetXMS 2.0.7 released
December 09, 2016, 11:20:20 AM
Sad panda :'(
I guess AgentExecuteAction wasn't added in this?
I get "Function not found" when i try to call it, checked source and only reference to it is in the changelog