News:

We really need your input in this questionnaire

Main Menu
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

Topics - MarcusH

#21
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?
#22
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.
#23
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?
#24
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
#25
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.
#26
General Support / same threshold on multiple dci
October 31, 2016, 03:11:04 PM
Hi,

Is there any way to mass update thresholds like with templates?
I have alot of DCI that uses same threshold but each time this threshold needs to be tweaked i need to update each DCI one by one.
#27
Hi,

I have set up one node to run a file via ExternalParameterShellExec on the agent but when it executes the file it runs it 3 times, any known related problems to this?
Searched the bugtracker but could not find any.

Tested both forced DCI poll and scheduled.

Agent version 2.0.5
Windows 2012 R2
#28
General Support / interface id on state change
September 16, 2016, 01:00:13 PM
Hi,

I am monitoring all the ports on our switches to see if and when hardware is added or removed via the state change of the interface.
These are named after the portnumber so the alarm state for example "Interface "33" unexpectedly changed state..."

What is the best and most correct way to add alias to ports since i want to add room/local network alias to the interface port so i know where or who it is.
Change object name does not work since it updates when polling back to port number, change port name on the switch does not work it wont send that when snmp is polling.
Now i am looking into the custom attribute to set that and if you can use data from these in the alarm message, still trying to find info about how custom attributes are used though.

Any pointers would be appreciated.
#29
General Support / http header response
September 06, 2016, 06:12:39 PM
HI,

I am looking to setup a DCI that collect a specific http header response key from one of our servers, don't know if i am missing something obvious.
The service checks i have looked at checks http respons and gives return value 0 for ok but i want the actual response value from the header is there any built in solution for this?

In my specific case i have an url that with GET gives a json with lots of data but all i want is the count in the queue in question and that is sent via a header key named Total-Count


Edit:

Manage to solve it by making a small console program that return wanted header and then using ExternalParameterShellExec on the agent.
Though nice if there is some more elegant way of doing it without externals.
#30
Feature Requests / dashboard elements
August 29, 2016, 10:25:57 AM
A name column under dashboard elements would be very helpful when you have a lot of the same type.
#31
General Support / Unstable XMPP
August 15, 2016, 04:49:52 PM
Hi,

I have setup our events so they use XMPP since that is by far the best way for me now, especially now with server and clients that support carbon so the events pop up with history on all my connected devices that way i will not miss the events.

The problem though is that XMPP from netxms seems very unstable, any reason why it does not send the message as soon as the event is triggered?
It can be anything from a few minutes to the latest i had now was 44min before the msg was sent.

Running version 2.0.5
#32
Hi,

We have a few DCI that collect values and even though graphs give a fairly good representation would i like to have one DCI with changes.
Example, DCI A collects value once every day and was 100 yesterday and 150 today, DCI B will then save/show the change in value from the day before and show +50

Is this possible in some clever way using scripts?
Like can you get earlier data from other DCI, or do you haft to have one DCI with todays value, another with yesterdays and a third with the change value of the two?

Just started looking into scripting since i have mainly used only agent or SNMP DCI before.
#33
General Support / dashboard
April 21, 2016, 11:10:22 AM
Is it possible in any way to dynamically update the min/max values of gauges in the dashboard with data from DCI?
#34
General Support / Dashboard theme
May 04, 2015, 10:09:54 AM
Is it possible with current settings to make dashboard black themed?
Have a 40 inch monitor running 24/7 with performance monitoring and that thing gives me a sunburn also black background with bright text is more easily visible from distance.

I tried the chart color settings but can only change the gauges background and title not status indicators also no control off the gauge dial background and legend text color in gauges.
#35
General Support / DCI Template
March 04, 2015, 10:19:25 AM
Is there any way to update a template already applied so all nodes using that templates are updated and not getting duplicate DCI?
#36
General Support / DBQuery error
February 17, 2015, 03:41:48 PM
Hi,

I have searched all the corners i can find for an answer but to no avail so i will ask here and i am sorry if this is answered elsewhere.

I am trying to add a dbquery that just simply count lines in a table, the agent is configured for dbquery using mssql.ddr.
The account and query is working so thats not a problem but i can not get the agent to connect to sql server.

In the config i have:

SubAgent = dbquery.nsm
Database = id=db1;driver=mssql.ddr;server=***;dbname=***;login=***;password=***
Query = query1:db1:30:select count(*) from ***

The log says only: [INFO ] Subagent "dbquery.nsm" loaded successfully
No entry what so ever about any error or connection for the query

So my question is how and where can i find more detail log on what the agent and subagents are doing so i can find a source for the problem, when i try to manually query via netxms management console i get "Cannot get current parameter value: Communication failure".

Tried both DB.Query() and DB.QueryResult() same problem.

I tried agent 1.2.16 and 2.0-M2