This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Super easy question: On a linear graph I want to set a vertical axis standard value, in trying to edit it, I don't have this option.

Configuring our UPS templates and I have this linear graph for temperature.

I don't want the trend line to show max height when the value is at it's normal. In the pic below, the temp is normally 28 degrees, I'd rather set the max to be 50 or 70 degrees.

Capture2.JPG

Help?

  • lbrowne

    Which resource is this linear graph coming from?

    Also, which module(s) & version(s) of the Orion environment are you using?

    Is this for a custom UnDP?

    Have you tried other graph/chart types?

    If so, do they all show the data the same way?

    Thank you,

    -Will

  • It is from a Custom Poller for Smart UPS devices.

  • lbrowne

    Please run the following SQL query, and let me know what the value is for the "ResourceFile" field of the results.

    You will need to change the "[SWNPMDB]" to be whatever the name of your database is.

    You will also need to hover over the link to the chart/graph you are looking to adjust, and get the ResourceID, then use that ResourceID number instead of the "25" I have listed below.

    SELECT TOP 1000 [ResourceID]

          ,[ResourceName]

          ,[ResourceFile]

          ,[ResourceTitle]

          ,[ResourceSubTitle]

      FROM [SWNPMDB].[dbo].[Resources]

      WHERE [ResourceID]='25'

    This will tell me the exact file you want using, and wanting to adjust.

    Then, I can take a better look and see if I can find anything.

    Thank you,

    -Will