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

#1
General Support / Netxms MySQL database
May 05, 2010, 12:59:06 PM
Hi,

I would like to know which MySQl table contains the Trasformation Script value.

Thanks.
Maggio.
#2
General Support / Router Capabilities
May 04, 2010, 12:41:26 PM
Hi,

I am working with netxms version 1.0.0 rc2, i am managing cisco router c180x and 1841 network device.
I have a problem about capabilities, they have as IsRouter capability value equal to false. They are correctly router, so this value should be true.
For network discovery i need to have this value equal to true.

Do you have any suggestion ? Why netxms report IsRouter=false ?

Thanks.
Maggio
#3
General Support / SNMP OID Fault Management
May 03, 2010, 01:41:24 PM
Hi,

I would like to configure some "data collection" on specific OID, to get router and switch major fault.I don't need to graph data, but only to get fault and error alarms.

Is it possible ? Which are the most common standard OID to get fault on network device?

Thanks.
Maggio
#4
Hi,

I am trying to execute an automated action on a specific event. The action, if i configure a simple echo > log.txt works, but if i configure to execute a custom command with parameters fails.

Do you know if is there any issue on this feature?

Thanks.
Fabrizio
#5
General Support / Network Discovery - Passive mode
April 29, 2010, 03:53:51 PM
Hi,

I would like to know how network discovery (passive mode) work?
All my network device are under subnet 130.224.0.0/255.255.0.0, and i would like to discover then with passive mode and with larger network as 130.0.0.0 (not specifing .224 for example)

Is it possible? how long it will take to discover my network ?

Thanks a lot.
Maggio
#6
General Support / DCI with Multiple OID
April 29, 2010, 03:50:35 PM
Hi,

I have a question how can I calculate DCI with Multiple OIDs.

ifInOctets  -->  .1.3.6.1.2.1.2.2.1.10
ifSpeed  -->  .1.3.6.1.2.1.2.2.1.5

I would like  to calculate the belows;

((ifInOctets) * 8 / ifSpeed) * 100
((ifOutOctets) * 8 / ifSpeed) * 100

Could you le me know how can I make the script code?

Thanks a lot.
Maggio