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 - iwannabe.r00t

#2
Hello Sir,

Current:
If I execute tool with output on 3 nodes it will open 3 windows with tool output.
Concept:
Execution of tool on 3 nodes and live output in one window, and some ability to control that behavior with one click just before choosing tool.

Is there any chance to implement that in future releases?

Best regards.
#5
General Support / Overlapping text in chart legend
April 02, 2018, 12:28:10 PM
Hello friends,
how to deal with overlapping text's in chart legend?
I've tried to change display format, but clearly missed something(can't force only one digit after dot).
Screenshot is in attachments.
Thanks in advance.
#7
Hello All,

It's hard to call that tutorial, this time slides and demo only(some time related issues).

https://lasiszm.wordpress.com/2018/03/04/netxms-syslog-parsing/
https://youtu.be/p32z-h1rd_s

Have a good day
#8
Hello,
I want to share process of creation  MikroTik template.
Description:
-auto apply rules(RB750, RB2011, CCR's, CRS's)
-interface IN/OUT BPS/PPS(only ethernet) DCI's
-spike(due to reset of counters/reboot etc.) filtering
-using 64 bit OIDS
https://lasiszm.wordpress.com/2017/10/22/netxms-template-for-monitoring-mikrotik-interfaces/
https://youtu.be/Q_7LOUh66vM
Best regards
#9
Hello, I'm sorry for asking simple question again.
Ive done MikroTik template(in attachment) with following apply rule:
return $node->driver  == "MIKROTIK";

Almost everything working. But when template was applied on rb without voltage sensor(OID: .1.3.6.1.4.1.14988.1.1.3.8.0) NetXMS generate alarm. Ive tried to use instance discovery in template and script, but Im doing something wrong and cant skip applying this particular DCI for host without sensor.

SNMP Out for hosts with and witout sensor:
snmpwalk -v2c -c maincommunity 192.168.x.x .1.3.6.1.4.1.14988.1.1.3.8
iso.3.6.1.4.1.14988.1.1.3.8.0 = INTEGER: 257

snmpwalk -v2c -c maincommunity 192.168.x.x .1.3.6.1.4.1.14988.1.1.3.8
iso.3.6.1.4.1.14988.1.1.3.8 = No Such Object available on this agent at this OID

I know that isn't NetXMS, but main lack of knowlege about NXSL. I ask that you kindly provide a single example of filter that stops of creating DCI on node without voltage sensor.

Second problem is about MT's oid for number of wireless client's conected( .1.3.6.1.4.1.14988.1.1.1.4). When I do MIB walk value is correct, but when I create DCI(in template or direct on host) is always "UNSUPPORTED".

Than You in advance.

#10
Hello. Code in attachment. First tool, forgive me coding and security patterns:)
This was created for test, and served very well, but it is away from being complete solution(propably need more condition checking, let's say on TODO). Use at own risk.
Save attachment on NetXMS server, make it "+x". Create tool (server command) with name of script and %a as parameter. Command produces output and need allowed output about 3 minutes(depends on connection speed and etc.). Put npk with ROS nearby(adjust path)

---edit
I've uploaded code with flaw(my mistake, saved file between version with hardcoded things and file capable of using all passed arguments), need to edit nearby $mtpass variable. Correct upload when i finish newer version. Beside this typo it is working.
#11
General Support / Newbie question about host dependencies
December 05, 2016, 08:42:35 PM
Hello All,
I've installed NetXMS couple days ago and I must say: Good job.

This is my first encounter with system that automatically detects network topology, and I have some questions. I have MikroTik network(about 200 AP), and couple of UBNT AP. I have one central cisco router serving PPPoE to clients over vlans(one vlan per AP interface), and serving couple management vlans to all other network devices. Big L2 network.
As switches i have Nexus 3k, Catalysts 3k, CRS's(switch chip used), rb2011(bridge), and rb750(bridge).
Is it possible for NetXMS to discover all this(i mean dependencies of each host)?
Now when I do some upgrading some devices i've got info about all nodes behind as down, and I cannot generate L2 map.
Before NeXMS I've used software where dependencies are defined statically, so I'm little confused.
Thanks in advance