Questions tagged [netdata]

43 questions
0
votes
2 answers

Infrastructure monitoring using netdata - No package autogen available. libmnl-devel lz4-devel python3-pymongo

RedHat Red Hat Enterprise Linux Server release 7.7 (Maipo) Trying to install latest netdata monitoring tool on my EC2 machine. Ran the following command: bash <(curl -Ss https://my-netdata.io/kickstart.sh) --disable-telemetry Got the following…
AKS
  • 16,482
  • 43
  • 166
  • 258
0
votes
2 answers

monitoring multiple services for performance and health

Here are our requirements. measure close-to real time average web page latency (which are hosted on multiple instances of AWS ecs) We want our service to serve a page, say.. less than a second error status other than http 200 doesn't spike…
eugene
  • 39,839
  • 68
  • 255
  • 489
0
votes
1 answer

Build Netdata deb package for Ubuntu16

I need to build a Netdata deb package for Ubuntu16 and I'm getting some troubles. I'm using fpm-cookery to try to build it but it is difficult to analyze how many things have to configure. Do you know any recipe and/or some other tool to build it?
0
votes
1 answer

netdata metrics displayed in Grafana shows incorrect values

I'm trying to get netdata metrics to Graphite and use Grafana for plotting historical metrics. However the unit of the metrics doesn't work well with Grafana. When plotting CPU utilization percentage I get values like 1000000000% and 6000000000%…
Karthik
  • 154
  • 1
  • 9
0
votes
1 answer

Using Apache mod_status with Prestashop 1.6 (Error 404)

I am trying to setup mod_status to work with Prestashop 1.6. Prestashop does not know this URL so it is redirecting to home page. It can be probably fixed in .htaccess but nothing works so far, for example this condition has absolutely no effect:…
lamka02sk
  • 993
  • 1
  • 10
  • 14
0
votes
1 answer

netdata httpcheck if site is down

I am new to netdata, and trying to configure netdata so that i can trigger an alarm if the website is down. My choice fell on httpcheck (if there is a better alternative please let me know) and it successfully checks against the website, but i cant…
Mase
  • 85
  • 2
  • 11
0
votes
2 answers

Netdata in a docker swarm environment

I'm quite new to Netdata and also Docker Swarm. I ran Netdata for a while on single hosts but now trying to stream Netdata from workers to a manager node in a swarm environment where the manager also should act as a central Netdata instance. I'm…
Helmi
  • 489
  • 7
  • 25
0
votes
2 answers

Setting up Netdata -> Consul -> Prometheus Stack

According to the document: https://github.com/firehol/netdata/wiki/Netdata,-Prometheus,-and-Grafana-Stack We can use Consul as the registry where all the Netdata agents will be registering and later Prometheus will scrape the Consul registry to get…
Bidyut
  • 933
  • 1
  • 14
  • 30
0
votes
1 answer

Should I modify the kernel inside docker or in my host to correct "netdata warning"?

I am installing netdata in a docker container and it tells me : "Memory de-duplication instructions, You have kernel memory de-duper available, but it is not currently enabled. To enable it run :" echo 1 >/sys/kernel/mm/ksm/run && echo 1000…
Dimitri Kopriwa
  • 13,139
  • 27
  • 98
  • 204
0
votes
1 answer

add alert for mount point in netdata monitoring

I have some shares from 4 remote servers that I've mounted to my netdata server. Due to power outages and other issues, the remote servers are not always online and would be a very valuable addition to my netdata monitoring if any of the mount…
Forge
  • 1,587
  • 1
  • 15
  • 36
0
votes
1 answer

How to redirect subdomain to a special port?

In my case, the host is one of my instances at Digital Ocean, but I am using Cloudflare as my DNS Sever. I tried to redirect my domain and subdomain to special port, but not work. Domain RSV setting(not working): Type: RSV Name:…
Tim Cosmo
  • 66
  • 1
  • 4
0
votes
1 answer

Ansible notify syntax issue - name ^ no action detected in task

I'm not sure what I'm missing here. Ansible 2.1.2.0 Python 2.7.5 CentOS Linux release 7.2.1511 (Core) Playbook file looks like: [vagrant@myvagrant ~/aks/netdata_ansible/ansible] $ cat netdata.yml --- - hosts: all gather_facts: no roles: …
AKS
  • 16,482
  • 43
  • 166
  • 258
-1
votes
1 answer

netdata > influxdb > icinga2

I have netdata monitoring installed on all servers. I use InfluxDB for backend and I also have Icinga2. Is it possible to push some metrics to IcingaWeb2 for alerts and configure alerts for thresholds from InfluxDB?
user3625125
  • 1
  • 1
  • 2
1 2
3