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

#1
General Support / Unable to reference DCI in dashboard
December 30, 2017, 07:56:36 PM
Hi all!

have a DCI which is pulled from an agent installed on a windows computer.  I'm able to view the collected history of that DCI when i right click and select show data.

I'm trying to reference that DCI within a dashboard but its not available for selection.

any suggestions?
#2
General Support / Linux Agent issues
December 19, 2017, 09:45:07 PM
Hi All!

having issues with Linux Agent sadly. below is my config file and im not able to telnet to port 4700 either from the local box or from the management server :(

I started the agent via
nxagentd -D 9 and when I telnet I do not get any type of response from the system.

config file

EnableWatchdog = no
MasterServers = 172.16.40.254
LogFile=/var/log/nxagentd
Debug_Level = 9

SubAgent = lmsensors.nsm
#SubAgent = linux.nsm
SubAgent = ping.nsm
SubAgent = logwatch.nsm

*LMSENSORS
UseFahrenheit = no
#3
hi!

using version 1.2.11 of the web interface (yes the backed is the same version). When i double click the dashboard that works in the client, nothing happens.  When i right click a node, i do not have the option of object view.

Please help!
#4
General Support / DCI being stored as 0
January 14, 2014, 12:04:28 AM
Hey all,

Im looking to collect a DCI such as 0.32842957

Currently it's being stored as zero.  However, the last value does show 0.32842957..  but when you right click that value and say show history..  its only displaying 0
#5
General Support / SQL Query event logs
January 12, 2014, 01:41:40 PM
Hi All,

Looking in my windows 7 event log today under system,  i saw  a ton of these messages.  A few every second.

SQL query failed (Query = "INSERT INTO idata_360 (item_id,idata_timestamp,idata_value) VALUES (?,?,?)"): Table 'netxms.idata_360' doesn't exist

Any idea how to resolve?
#6
General Support / Dashbaord internet usage.
January 08, 2014, 03:04:25 AM
Hey All,

Im having an issue with a bandwidth dashboard graph.  It's blank!  can you help me out?  When i look at the perforumance tab for the node, i do see a separate graph. Looks like I am having an issue when I combine the two together.


#7
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
#8
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.
#9
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?
#10
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!
#11
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?