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

#1
We have several clients that rely on IPsec VPN tunnels to and from our servers as well as their individual sites.

I've created a method to monitor that the tunnel is up and passing traffic using the ping subagent. Essentially, I ping the internal ip of the remote side from the clients server in our datacenter. I'd like to have a dashboard that has a nice green / red indicator based on whether the remote side is up (IE, if the ping is below 10000 which is the subagent timeout value then indicate green otherwise indicate red. )

Any ideas or suggestions?
#2
General Support / Do not generate alert if nodeX is down
February 19, 2014, 01:42:21 AM
I'd like to have netxms not send alerts for other nodes if a specific node is detected as down.

Situation:

If the internet connection on the monitoring server is detected as down (or has a brief hiccup as sometimes our provider does). I'd like netxms to not send alerts for other nodes. Just the internet connection.

I've looked at the situations but I'm not entirely sure how to implement it.
#3
Announcements / Re: NetXMS 1.2.11 released
January 30, 2014, 09:24:29 AM
Victor,

I've yet to be able to get XMPP to work. Running 1.2.11 x64 which I just setup and installed the other day. Nothing shows in my error log. Any suggestions?
#4
General Support / Re: Agentless ICMP
November 09, 2013, 07:45:44 AM
Victor, The above link displays as 404. Is there a new location?
#5
General Support / Re: Calculate/display 95th.etc
November 09, 2013, 07:43:23 AM
Could this be added in a later release?
#6
General Support / Uptime percentage in dashboard.
November 09, 2013, 07:39:29 AM
I'd like to have a dashboard item that calculates uptime in percentage. Say something that could output "Server uptime is: 99.95 %"

Anyone have any thoughts on how to do this?
#7
General Support / Re: Reports... again
November 09, 2013, 07:37:00 AM
Has anyone configured reports with NetXMS server installed on a windows machine?
#8
General Support / Re: DCI for Bits/s
November 09, 2013, 07:36:15 AM
Until they come out with a feature to do it automatically it's the only real way.

I've just been doing it by default as I add things.
#9
General Support / Re: DCI for Bits/s
October 30, 2013, 06:12:16 AM
Dragon, If you're monitoring traffic and want to display the graphs in bits per second instead of bytes just add the following transformation

$1 * 8

That should do the trick. Just remember to update your legends so they are displaying mb/sec or something to that affect.