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

#1
We have a customer who would like to be able to develop and save syslog queries (filters). At the moment they are having to re-enter them every time they wish to use them.

Is there a way to do this?
#2
General Support / Invalid Subnet Issues
March 31, 2020, 09:05:50 AM
The more I use this the more I'm getting frustrated with it!

how do you tell netXMS to ignore the sub-net address?

I use 172.16.X.X with a /24 which seems to cause NetXMS to alarm. I have looked in the EPP rules and cant see anything? How to I turn this off please?

With thanks

#3
Hey all,

I'm a little lost, I need to write e EPP script to filter an OID Address.

The address range I want to filter is:

.1.3.6.1.2.1.31.1.1.1.6.[filter < 1000] and .1.3.6.1.2.1.31.1.1.1.10.[filter < 1000]

Can anyone help me with this please?

With thanks

Alan Scott
#4
Hey Guys,

I have a router that I'm NATing SNMP to multiple devices inside a customers network. I have used PAT change the SNMP Port for the different devices. The issue I have is when I try to configure a second Node to the same IP address (with a different port), NetXMS tells me I'm not allowed to do this :(

How do you do this?

With thanks
#5
General Support / DCI Table trasform Script help please
February 24, 2020, 03:37:02 PM
Hey all,

I'm trying to get a transform script working on my interface table (I'm not very good at scripting).

This is what I have at the moment:

idxbin = $1->getColumnIndex("bytes-in");
idxbout = $1->getColumnIndex("bytes-out");

for (i=0;i<rowCount;i++)
{
  $1->set(i,idxbin,$1->get(i,idxbin * 8);
  $1->set(i,idxbout,$1->get(i,idxbout * 8);
}



My columns are "bytes-in" and "bytes-out" and are in octets. Is this correct and also how do I set the transform script to be Delta per second?

A little lost and any help would be gratefully accepted...

How do I get rid of them god dam stupid faces!!!


#6
General Support / DCI Tables
February 17, 2020, 03:41:11 AM
Hey Team,

I'm a bit of a newbie but wanting a steer in the right direction, please. I started using manual single DCI's but soon came to the realisation there had to be a better way!

I then found DCI Tables (Very cool!), but are having issues making them behave as expected.

1. How do you execute a transformation based only of a single column of data? (Example I have a table called "interfaces" one for the columns is in Bytes-in (Octets), I need to transform to get bytes * 8?

2. When I create a single DCI interface for reading, Netxms nicely seems to list the correct multiplier (either K on M) it seems that when using a table this is not done. How to do you get the table to display as the single DCI would do?


with thanks

#7
General Support / Agent to NetXMS connection Issues
October 18, 2017, 03:41:57 AM
Hey All,

Firstly I'm a newbee to NetXMS.

I'm having issues making the agents work. I have installed the agents on 2 x Windows boxes (64bit version). When I add the Node, it does add the Node by comes up with NIC as unknown and looks like the NetXMS cannot communicate to the agents. From the NetXMS server I can ping the machines with the Agents installed no problem.

What am I missing???

Thanks
#8
General Support / Issue with Alarm (Newbee) /2 ?
October 17, 2017, 01:18:02 AM
I have a problem where I get error reports that state my network should be a /2 rather than a /24 (which is correct).

What do I do to resolve this please?

With thanks
#9
Hey all,

I have a Mikrotik router when I configure the node, I get an error on one of the VLANS.

"Invalid network mask /24 on interface xyzVALN, should be /2"

little lost as the netmask is actually /24 and that is correct - what causes this?

With thanks
#10
Hey so the complete Windows server install, will it install a database server as well?

If so which one?

If not what are most installing?

With thanks