Update netdata conf

This commit is contained in:
Tristan D. 2023-12-13 00:02:44 +01:00
parent 00091026f7
commit b43932eca0
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8
2 changed files with 15 additions and 15 deletions

24
flake.lock generated
View file

@ -10,11 +10,11 @@
"yafas": "yafas" "yafas": "yafas"
}, },
"locked": { "locked": {
"lastModified": 1702323173, "lastModified": 1702410648,
"narHash": "sha256-G/mhFrlBDV6sgyfZ7fbCMlnH0VLKjk+1m7TXSWXaFdc=", "narHash": "sha256-U6vmxn1s0DhtBGJ57dBzDwtFVyu+P//lc9AXcXC7qv0=",
"owner": "chaotic-cx", "owner": "chaotic-cx",
"repo": "nyx", "repo": "nyx",
"rev": "29cd0da206e1815af2aa5791016baf2ab7055b15", "rev": "e22c855e000c91e9f469bbd406e5e3ae125d47f8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -69,11 +69,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1701334333, "lastModified": 1702399955,
"narHash": "sha256-rsJ11xznoc2JSmM57bstxyas8xq8ZaEqNhQuQWyoQ/A=", "narHash": "sha256-FnB5O1RVFzj3h7Ayf7UxFnOL1gsJuG6gn1LCTd9dKFs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "913e44a13636fd111139ee683a6741ccb4c28672", "rev": "47798c4ab07d5f055bb2625010cf6d8e3f384923",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -348,11 +348,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1702151865, "lastModified": 1702312524,
"narHash": "sha256-9VAt19t6yQa7pHZLDbil/QctAgVsA66DLnzdRGqDisg=", "narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "666fc80e7b2afb570462423cb0e1cf1a3a34fedd", "rev": "a9bf124c46ef298113270b1f84a164865987a91c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -513,11 +513,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1702374333, "lastModified": 1702417575,
"narHash": "sha256-XMTl+mhxt3Gu+gID/ZSuESjs6vRV6YTMZdyQWklZasA=", "narHash": "sha256-89HhMpiU48+PrZW/nkYxl9A2uRt94ud/J/FIf6k0dW8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "afac0dcdeb4bcfd484dee11afa7c9ab0b354d251", "rev": "55ff7c9e06b3dd19be193158fb39df1a4623ea70",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -9,7 +9,7 @@
# TODO allow primary/node config option to listen/send metrics to central location # TODO allow primary/node config option to listen/send metrics to central location
services.netdata = { services.netdata = {
enable = true; enable = true;
package = pkgs.unstable-os.netdata; package = pkgs.unstable-pkgs.netdata;
python = { python = {
enable = true; enable = true;
@ -26,10 +26,10 @@
#"page cache size" = 32; #"page cache size" = 32;
# update interval # update interval
"update every" = 15; "update every" = 2;
}; };
db = { db = {
"update every" = 5; "update every" = 2;
"storage tiers" = 3; "storage tiers" = 3;
"dbengine multihost disk space MB" = 1024; "dbengine multihost disk space MB" = 1024;
"dbengine tier 1 multihost disk space MB" = 1024; "dbengine tier 1 multihost disk space MB" = 1024;