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

Messages - Andreas@rc

#1
General Support / Re: transfom SNMP Server UpTime
June 12, 2017, 04:56:06 PM
hrSystemUptime is .1.3.6.1.2.1.25.1.1

Your OID ist hrSystemDate - The host's notion of the local date and time of day.
#2
General Support / Re: DCI Data loss
April 11, 2017, 10:41:59 AM
Certainly NOT normal.

But with the given information ... helping is impossible.
What version is used? How are the DCIs configured? An example of what happend? Have you tried to debug?
#3
I'm doing something similar and use $dci->description to get name + instance of the dummy DCI.

In your case, you need additional some string operations.
#4
General Support / Re: Dynamic network map
January 23, 2017, 03:14:50 PM
Each DCI has a "Transformation" part to achieve such things.

As we use templates for our default configuration, for each "normal" interface DCI (bps) an additional dummy DCI is created to transform the data.
#5
Feature Requests / Re: User permissions
August 08, 2016, 04:41:22 PM
This is already possible. Every node has it's own Access Control settings, where you can define, which user can see/interact with this node.

The only "disadvantange" is the alarm log list, which list inaccessible elements with their node ids.
#6
Hi,

thresholds have the repeat event option, so the event will be generated and parsed again and all of your actions should be triggered again.
#7
As the log tells you, the server looks for the driver in C:\NetXMS\lib.

Simply put the absolute path to your config and you should be good to go: C:\NetXMS\bin\pgsql.ddr

Quote from: max on July 07, 2016, 01:10:46 PM
Hi,

I upgraded from 1.2.17 to 2.0.4. according the adminguide.

Now I cannot start the server. I ran netxmsd -D 9, here is the log:
[07-Jul-2016 11:53:06.821] Log file opened
[07-Jul-2016 11:53:06.821] [DEBUG] LIB directory set to C:\NetXMS\lib
[07-Jul-2016 11:53:06.977] [ERROR] Unable to load database driver module "pgsql.ddr": Das angegebene Modul wurde nicht gefunden.


Here is my netxms.conf:
LogFile = C:\NetXMS\netxmsd.log
DBDriver = pgsql.ddr
DBServer = elia
DBName = netxms_db
DBLogin = netxms
DBPassword = ****
LogFailedSQLQueries = yes


I run netxms server on WinXP 32Bit; Postgres is 9.1 on OpenSuSE 12.4 (Kernel 3.1).
I checked: the files pqsql.ddr, pqsql.pdb are present in C:\NetXMS\bin\

Anything I am missing?

Thank you for any hint,
Ronald
#8
Well,
i found this little trick along some other stuff. This should provide everything you need.

i = GetInterfaceObject($node, $1);
if ((i != null) && (i->expectedState == 0))
{
return %(true, $1, i->description);
}
return false;
#9
Hi,

this is a part of my ConfigPoll hook, which is looking for expectedState of an interface. Maybe this will help you.

interfaces = GetNodeInterfaces($node);
foreach(i : interfaces) {
if(i->expectedState == 0) { // 0 = UP, 1 = DOWN, 2 = IGNORE
...
}
else {
...
}
}
#10
Quote from: duanebutler on June 24, 2016, 10:35:53 AM
Hi There

This does not extract the OID values, only descriptions, parameters, data type, retention and status.

I need all the values of the OID's polled.

Regards

It sure does, but it seems as you looked at the wrong place.

The "Data Collection Configuration" only shows the configured DCIs, but if you look at the "Last Values" of a node, you see the polled data. And this can as well be exported to CSV.
#11
Quote from: duanebutler on June 21, 2016, 02:55:14 PM
Good day

I have multiple OID values of one node polling.  How can I display these values in one CSV file?

Is it possible?

Select them all, right-click -> Export to CSV...
#12
Instead of using your script within the transformation section, why not create a DCI, which executes your script?

This way, you can use the default method for history and graphing from NetXMS.
#13
General Support / Re: SNMP Table Creation Issues
April 25, 2016, 11:14:54 AM
Well, you could show us your configuration in detail ... because with your partial screenshots and stuff, its hard to find out whats wrong.


Quote from: radw on April 22, 2016, 06:22:20 PM
Good morning, I also found that I received an alarm in the device that the data type is unsupported:



Please, I really need some help or support with this issue.

Regards.

The OID display is the one from the table you want to query ... you checked, that there is actually data available and that the base OID and actual OIDs you want to query are correct?
#14
General Support / Re: Event monitor limits.
March 10, 2016, 12:55:22 PM
Well, that's the whole purpose of the monitor (imho), to show only the most recent events.

If you want a list of all events, the "Event Log" is the better choice (all meaning till retention time is reached).
#15
General Support / Re: how to monitor bandwidth
January 27, 2016, 11:23:20 AM
Quote from: itreydxb on January 26, 2016, 05:23:17 PM
Dear Experts/Users:

Anyone can give me a sample detailed setup for bandwidth monitoring on a client pc or server?

Look here maybe: https://www.netxms.org/forum/general-support/netxms-video-tutorial-series/