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

#16
General Support / Re: threshold deactivation event
December 30, 2013, 09:55:59 PM
i tried that.  it triggered the to low, but when i removed the return 60;  and allowed it too pool again..  It did not trigger the all clear.

#17
General Support / threshold deactivation event
December 30, 2013, 09:42:49 PM
Hey All,

Im trying to monitor the GPU temps on a system.  I have two thresholds configured for the system.

the first being if the value is less then or equal to 65, send an alert.
the second being if the value is greater then or equal to 75, send an alert.

I have tested both threshold's manually by moving both 65 and 75 numbers around and asking the system to re-pull the current values. Each time the testing triggers the alert as expected, but does not resolve the alarm.

examples..
Current temp is 74, i set the too low value to 76 and too high value to 78.  I got the too low alert. When i changed the two low number to 65 and left the too high to 78, the alarm did not resolve itself.
Current temp is 74, i set the too low value to 65 and too high value to 74.  I got the too high alert. When i changed the two low number to 65 and to high number to 75, the alarm did not resolve itself.

the return to normal value is event 100002.  I have created an event processing policy to send the all clear email and resolve the alarm.  According to the Event monitor tab, the all clear is never getting hit.

If i manually resolve the alarm..  it does not trigger again until the temps are outside of 65 or 75
#18
General Support / Re: DCI transformation.
August 14, 2013, 03:42:35 PM
right on.  That solved it!

Thanks!
#19
General Support / DCI transformation.
August 13, 2013, 09:52:07 PM
Im trying to convert a DCI that's in tenths of C under the transformation section.

Its not converting the value when i view object details --> Last Values section.  thus far i have tried...

return (($1 * .1) *  1.8 ) + 32;

((int($1) * .1) *  1.8 ) + 32

return $1 * .1 *  1.8 + 32

$1 * .1 * 1. 8 + 32


Can anyone help?  the $1 is pulled from SNMP INT value.
#20
General Support / a lot of SNMP unmatched trap
August 12, 2013, 07:02:21 PM
Hi All,

I have downloaded several MIBS which should take care of unmatched SNMP traps being sent.  Infact, when i copy and past the SNMP trap that's being sent, and try and create a SNMP Trap Configuration...  It finds a match.

Any idea what is going on here?  Why is the system not searching the SNMP mibs for a match when a trap is received?
#22
General Support / New DCI Value
July 27, 2013, 06:24:17 AM
Hi All,

I have a cisco 2811.  I'm trying to add a DCI point for temp.  During the point of adding the DCI, i hit the walk key and confirm that it does return a value.

As soon as I hit save, the console tells me that the DCI is not supported. This is a built in MIB, and if i can manually walk the data when creating the DCI within NetXMS, why does it show unsupported / never collect data?


Thanks!
#23
General Support / Re: Assign MIB
July 23, 2013, 09:01:32 PM
hrm.  Im little lost.

I did as you referenced here and Im now able to walk some data values.
When i try and add a new SNMP data collection point, it appears to work.  The Data im trying to collect is data that returns values when i do a walk.

shortly after adding the data collection point, i get a warning under the node saying it's unsupported.

Trying to pull the data collected, it's blank.

Im trying to do mem usage and env.
#24
General Support / Assign MIB
July 17, 2013, 09:22:52 PM
Hi All,

I'm a little lost and sorry for being so new...  But for the life of me, i can not figure out how to assign a MIB to a device

I have a Cisco 2811 and Cisco call manager.  I downloaded the mibs from cisco, and was able to compile the mibs via nxmibc.exe -d . -z
I then restarted the service

I then right click the node, and click data collection configuration.
I then click new parameter (also tried new table) and was sure to change origin to SNMP before clicking the select... button under data. This brings up the MIB object tree.  My options are ccitt and iso.  Expanding both options does not provide anything Cisco related.

How can i assign a cisco MIB to a device?