News:

We really need your input in this questionnaire

Main Menu
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 - rchab

#1
General Support / Re: DCI ICMP
January 15, 2021, 03:50:27 PM
So I can't ping an external IP adress ?

I want to monitor my internet connection with pinging an external adresse (1.1.1.1 or 8.8.8.8).

I read the documentation and it's written : For example, ICMP.PacketLoss(8.8.8.8) parameter will provide packet loss for target with IP address 8.8.8.8.

so I don't understand what is wrong in my config.
#2
General Support / Re: DCI ICMP
January 14, 2021, 11:28:02 PM
Hi.

It's what I want to do using DCI and didn't works.
I read the docuementation and I think I use them correctly.

Could you look at the picture to verify if I didn't make something wrong ?
thanks
#3
General Support / DCI ICMP
January 14, 2021, 07:49:58 PM
Hello
I want to monitor my internet connection.
So I want to add DCI with ICMP.PacketLoss to my xms server.

I have always  Error in my value.
I don't understand where is my mistacke.

I try to add DCI directly to my server and I create a tempate => same result
WHen I ping (8.8.8.8) directly from server (with putty), I have an answer from 8.8.8.8

Thanks for help
#4
General Support / Re: Installing agent on Raspbian
December 14, 2020, 05:54:57 PM
Just an update :

Point 1 :
 
Quoteyou have to add new source for apt in /etc/apt/sources.list.d/
Be carreful on version :deb http://packages.netxms.org/raspbian stretch main
  To know raspbian realease : cat /etc/os-release

Point 2 :
Quotewget -q -O - http://packages.netxms.org/netxms.gpg | sudo apt-key add -  => wrong
wget -q -O - https://packages.netxms.org/netxms.gpg | sudo apt-key add -  => Ok

Use httpS: instead of http: