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 - Storm-Donovan

#1
General Support / Discard Erroneous Values
March 10, 2023, 11:17:35 PM
Every once in a while, our 100mbps Mikrotik switches will report that they transfered 100+ pbps (Yes, pettabits).  Is there a way to discard these values when they come in? It makes looking at the graphs very difficult.
#2
Thanks Filipp, this is perfect.  We've been changing the expected state when alarms come up, so most of the existing ones are done.  I just wanted something so that new ones are done automagically.
#3
Is there a way to set interface expected state by a template?  We use Unifi APs and these things change their interface state as often as I change my underwear it seems.  I would like to set NetXMS so that if the device is a Unifi AP, then all interfaces are automatically set to Ignore for expected state.

I searched the forums and didn't find this situation.  Any help would be much appreciated.
#4
General Support / Cisco Entity Sensor MIB
October 07, 2022, 06:34:33 PM
Has anyone taken the Cisco Entity Sensor MIB and used it to create monitoring and alarms for an IOS-XE device?

I know I take entPhysicalDescr to get the description of what is monitored and then entSensorType for the type of data (volts/celsius/amps) and then entSensorPrecision for the number of decimal places to transform and then entSensorValue for the actual value and then entSensorScale to get the .

These five queries will give me something like:
subslot 0/2 voltage Sensor 4 : 2482 mV DC

Then you would use entSensorThresholdSeverity and entSensorThresholdRelation and entSensorThresholdValue to get your alarm parameters.  Using the above example, my alarm parameters would be:

greater than 4875 mV = minor alarm
greater than 5125 mV = critical alarm
less than 125 mV = minor alarm
less than -125 mV = critical alarm

So, right now I would have no alarm for  subslot 0/2 voltage Sensor 4.

Has this been done?  What's the best way to set this up if it hasn't been done?

Thanks in advance!
#5
General Support / Re: Polling both IPv4 and IPv6
August 24, 2022, 10:21:22 PM
Hi Filipp,

The Alarm was Node Down.  The prefer IPv4 option would be perfect.

Thanks!
#6
General Support / Polling both IPv4 and IPv6
August 08, 2022, 08:05:51 PM
We've set up our NetXMS with DNS hostnames in the Primary Host Name field.  This is all good until we have an issue where IPv6 or IPv4 is not working, but the other IP Version is working.  I had a router paging down this morning, but it was up - the only problem was that it had stopped responding on IPv6.  I was able to reach it on IPv4.

Is it possible to poll both IPv4 and IPv6?  And then it could minor alarm saying "Router is not reachable by IPv6, it is reachable by IPv4"

I don't see an option for this in the configuration, maybe I'm missing it or maybe this is something that could be added in the future?
#7
They auto-apply hourly.  This was brought up previously in another thread.

Here's the link to that thread:
https://www.netxms.org/forum/general-support/auto-apply-template-not-working-after-upgrade/
#8
General Support / Re: BGP Monitoring cisco
April 20, 2022, 05:00:40 PM
There's probably better ways, but we do an SNMP query on bgpPeerState and alarm if the result is not 6 (established)

SNMP Parameter .1.3.6.1.2.1.15.3.1.2.{instance}

Instance Discovery SNMP Walk on .1.3.6.1.2.1.15.3.1.2

Threshold Last Polled Value != 6
#9
I would like to +1 this as well.  We're graphing disk free space from the instance discovery and every partition is the same colour, very hard to distinguish which partition is which!!
#10
General Support / Re: Database Migration Failed
March 16, 2022, 04:25:31 PM
After 16 hours my migration is complete.
#11
I deleted a container today and expected all of the nodes inside it to be deleted as well.  But I just got a bunch of alarms for nodes that were supposed to be deleted.  So now I have orphan nodes that do not even show up in the node list.  Do I really need to delete the contents of a container before deleting a container?
#12
General Support / Re: Database Migration Failed
March 15, 2022, 06:21:41 PM
I did some more digging and realized I can tell nxdbmgr to skip that table, migration is going now and well past the last failure point.
#13
General Support / Database Migration Failed
March 11, 2022, 08:43:36 PM
I'm trying to migrate our database from MariaDB to TimeScaleDB.  I ran nxdbmgr migrate and it was humming along nicely and then failed with the following error:

Migrating table zmq_subscription
ERROR: unable to read data from source table (Table 'netxms.zmq_subscription' doesn't exist)
Database migration failed.

What should I do to resolve this?  I'm really not sure why this table doesnt exist.

Thanks!
#14
Hi Filip,

I just checked the devices I added on Monday and the templates have been applied.  I was just used to the templates being applied automatically when a device was added.  The Objects.AutobindPollingInterval is 3600 (default) so likely the templates were applied within an hour of adding the devices.

Thanks for the help!
#15
Hi Egert,

I had the same issue with Nodes Unreachable by ICMP.  Victor and I determined that the ICMP poll was ignoring the server setting for PollCountForStatusChange (mine is set to 5 and it alarmed on one missed ping).  I believe they are working on fixing this.  Until that happens, I just disabled the Event Processing Policy.

Cheers,
Donovan.