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

#91
General Support / False Agent Detection
January 18, 2017, 04:47:40 PM
I have several switches that Netxms  2.0.5 is communicating with SNMPV3   I have seen this issues more than once but never thought too much about it but now its becoming a pain.  For some reason after configuration probably after the configurations polls are executed netxms  sees these layer 2 switches as having agents   which breaks any DCI and summary tables these are associated with..  Any suggestions as to how I can stop this or is this just a bug



Thanks
#92
General Support / Re: NetXMS and Fail2Ban
January 10, 2017, 02:50:52 AM
why not just use syslog-ng to grab the fail2ban logs and ship them to netxms syslog
#93
General Support / CLI
October 31, 2016, 08:13:08 PM
Is it possible to launch on demand topology polls and network discoveries via the command line ?
#94
General Support / nxshell snmp vaules
September 20, 2016, 08:53:46 PM
Is it possible to get snmp values via nxshell ?  I need to get the serial numbers for a certain type of switch and the only way is via snmp




Thanks
#95
I havent  done too much with ERL other than use it to monitor the device itself but on the ERPro  I have a few hundred devices I use it to do snmp checks on and I havent really noticed any issues with performance at all



P.S
I dont have any x devices but if it is still based on debian like the ERL then it should work... Try at your own risk
#96
Sure,

I normally build an agent for each new release since I normally upgrade anyway ...I will work on 2.0.6 tomorrow
#97
General Support / Custom scripts
September 03, 2016, 09:23:39 PM
Can we start a thread or a place for people to post scripts.  I think it would be useful..Im sure there are alot of people that have scripts that could be useful for new comers or some that maybe trying to do the same thing.





Thanks
#98
General Support / Re: PING Subagent
September 03, 2016, 09:19:12 PM
Its working now ... Thanks for all the help
#99
General Support / Re: DCI checks over SSH
August 31, 2016, 05:20:10 PM
Do i need to build the server as well or just the client  ?  How stable is the current dev branch ?
#100
General Support / Re: PING Subagent
August 30, 2016, 05:51:22 PM
And here is node1 where i would like to calculate the status based on nodeA DCI

#101
General Support / Re: PING Subagent
August 30, 2016, 05:49:44 PM
Here is NodeA (actual node name is RB1-ERP-POLLER) configuration That has the Agent running ping.nsm

#102
General Support / Re: PING Subagent
August 30, 2016, 02:17:24 AM
on a side note I have noticed the DCI instance ids continue to increment and out of curiosity ran a manual instance discovery poll and got this
Running DCI instance discovery
[29.08.2016 16:13:01]    Updating instances for Icmp.LastPingTime({instance}) [28794]
[29.08.2016 16:13:01]       Existing instance "10.9.61.11 26 29 0 46 10.9.61.11" not found and will be deleted
[29.08.2016 16:13:01]       Existing instance "10.9.61.13 1 0 0 46 10.9.61.13" not found and will be deleted
[29.08.2016 16:13:01]       Existing instance "10.9.61.14 31 28 1 46 10.9.61.14" not found and will be deleted
[29.08.2016 16:13:01]       Creating new DCI for instance "10.9.61.11 39 28 0 46 10.9.61.11"
[29.08.2016 16:13:01]       Creating new DCI for instance "10.9.61.13 0 0 0 46 10.9.61.13"
[29.08.2016 16:13:01]       Creating new DCI for instance "10.9.61.14 4 32 0 46 10.9.61.14"

This seems to happen every time so im assuming after every  IntancePollingInterval which I think is set to 600 the DCI's get recreated  is this normal
#103
General Support / Re: PING Subagent
August 30, 2016, 12:05:01 AM
it works now i was not setting the source node on node1.  But It does not seem to work unless both nodeA and node1 have dci node status checked.  And this causes nodeA to show critical as well
#104
General Support / Re: PING Subagent
August 29, 2016, 06:42:29 AM
I did try this at first but it does not seem to have any bearing on the status of the node.  I also created a transform to return 4 if the value is over 5000 and 0 if under. Maybe i am misunderstanding the way Ping subagent works.   As i mentioned before i have set up a handful of icmp targets where i need to monitor second by second for high latency and if the latency goes above the threshold create an alert.  Right now I only see the alarm created for the node that the icmp targets are created on.  Example nodeA has the subagent to ping node1 and node2  every second if I reboot node1 I only receive and alarm for nodeA  sys_threshold_reached  whereas I would like the alarm to be created for node1 as it gets confusing when all alarms created are generated for nodeA.  I would rather not have Netxms Server ping the node since I am already monitoring latency via subagent  and because of this I would like to generate the critical alert based on the latency ping since the value will go well above 3000 if the node is actually down.  I see there is a threshold instance but the documentation is vague on its usage could this be what I need.


Thanks
#105
General Support / ZeroMQ
August 23, 2016, 05:44:33 PM
i dont see any documentation for zeromq.. is this going to be used for pub/sub to alarms or will it be able to do api calls to the server using req/resp  and any zeromq client.