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

#1
Hi.

I have another problem.

I want to monitor raid matrix of my servers.
I do some research and its possible tow ways.
1. extending SNMP - i find some extends scripts that are used in /etc/snmp/snmpd.conf, but don't have idea how to adjust that scripts for my request.
2. adding parameter in NetxmsAgent - none of parameters on my servers fits my request. Its possible to create new parameter, if yes - how?

Thx!
#2
General Support / Adding memory use alarm to NetXms
August 01, 2014, 01:45:20 PM
Hi,

I would like to add new alarm node to Netxms.
Alarm shoud alert me when router have high percentage of memory.

I found three OIDs that i probalby use:

para1 = memTotalReal.0 .1.3.6.1.4.1.2021.4.3
para2 = 2memAvailReal.0 .1.3.6.1.4.1.2021.4.6
para3 = memCached.0 .1.3.6.1.4.1.2021.4.15

static:
max_ram_value = 0.9

My function shoud work when:
if
(para2 + para3) / para1 >= max_ram_value
then
SEND_ALERT

How to implemet tomething like that in Netxms?

Thx in advance!
#3
General Support / How to find devices in network.
April 15, 2014, 03:04:11 PM
Hello,

I have new network and few nodes added manually.

I want to add rest of them. And its question to mus - how to do that?

I setup Network Discovery Configuration for passive mode, add some SNMP communities strings and run for few hours.
I'm not sure it is works for me - something shod appear in my NetXMS, right?
So my question is how to setup Network Discovery Configuration to find all devices - use active mode or not?

And how about external script? I can wrote IP Address list of devices i had in my network, but how implement it to NetXMS? Probably some scripts will be solution, but I'm green in it.

Sorry for my poor English,
Greetings!