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

#16
+1 for a Debian repo
#17
Hi,

I'm trying to create a tube chart for the disk usage on each of my servers. When I use a dial chart for CPU usage, there is a maximum value field that I can fill. I don't see this in the tube chart config.

I'm using the instructions for creating the DCI given here: https://www.netxms.org/forum/configuration/configure-certain-servers-to-monitor-disk-space-using-netxms/

I found the missing disk.free value by reading this: https://www.netxms.org/forum/configuration/disk-parameters-missing/msg7205/#msg7205

When I add the newly created DCI for the disk C: to the tube chart then I don't see a field to add the maximum value like when I did the dial chart. Is this how it should be or is there another way to get the tube chart to render relative to the maximum value of 100%? The numbers on the left of my chart that indicate percentage don't go all the way to 100%. I've attached a screenshot to show the issue.

Regards,

R
#18
General Support / Re: How to create this?
May 20, 2013, 04:48:05 PM
Thanks very much for the clear instructions. It worked first time.
#19
General Support / Re: How to create this?
May 20, 2013, 12:02:27 PM
Thanks, I'll give that a go.
#20
General Support / How to create this?
May 20, 2013, 10:36:41 AM
Hi,

I'm trying really hard here, but I see no option to create a CPU graph, that looks like a rev counter in a car, as shown in this screenshot.

https://www.netxms.org/screenshots/web_ss_04.png

Could anyone please share the secret? A pie chart that has a max value of 100% will do too.

R
#21
Quote from: Mariposa on December 27, 2011, 12:45:18 PM
I just solve the problem, thanks anyway ;)

Forced this is what I have done :
1. go to /etc/ld.so.conf.d/libc.conf and check if it contains line "/usr/local/lib", if not, add it
2. run "ldconfig" as root (it will produce no output)
3. After that run "ldconfig -p|grep libnetxms" to verify (it will have output)
4. run /usr/local/bin/nxdbmgr init /usr/local/share/netxms/sql/dbinit_mysql.sql
5. it will work and now you can run agent and server :)

Thanks, this fixed me up right away :D