# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 9.158e-06 go_gc_duration_seconds{quantile="0.25"} 1.3276e-05 go_gc_duration_seconds{quantile="0.5"} 2.1791e-05 go_gc_duration_seconds{quantile="0.75"} 2.8384e-05 go_gc_duration_seconds{quantile="1"} 5.851e-05 go_gc_duration_seconds_sum 0.583251025 go_gc_duration_seconds_count 27355 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.257592e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 5.556365356e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.249069e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 9.29077866e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.411184e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.257592e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.0985472e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 5.169152e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 40808 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 9.13408e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.6154624e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.789401428405594e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 9.29118674e+08 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 2296 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 32144 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 96640 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 130560 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 6.788082e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 827163 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 622592 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 622592 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3427336e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 10 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.788992349e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 5.87319500438e+11 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="1"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="2"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="3"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="4"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="5"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="6"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="7"} 3.72e+09 # HELP node_cpu_frequency_min_hertz Minimum CPU thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="0"} 4e+08 node_cpu_frequency_min_hertz{cpu="1"} 4e+08 node_cpu_frequency_min_hertz{cpu="2"} 4e+08 node_cpu_frequency_min_hertz{cpu="3"} 4e+08 node_cpu_frequency_min_hertz{cpu="4"} 4e+08 node_cpu_frequency_min_hertz{cpu="5"} 4e+08 node_cpu_frequency_min_hertz{cpu="6"} 4e+08 node_cpu_frequency_min_hertz{cpu="7"} 4e+08 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 # HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_hertz gauge node_cpu_scaling_frequency_hertz{cpu="0"} 3.094157e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 3.093164e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 2.572855e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 3.72e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 3.063625e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 2.55461e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 2.605772e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 3.72e+09 # HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_max_hertz gauge node_cpu_scaling_frequency_max_hertz{cpu="0"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 3.72e+09 # HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_min_hertz gauge node_cpu_scaling_frequency_min_hertz{cpu="0"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="1"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="2"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="3"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="4"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="5"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="6"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="7"} 4e+08 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="0",governor="performance"} 1 node_cpu_scaling_governor{cpu="0",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="1",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="1",governor="performance"} 1 node_cpu_scaling_governor{cpu="1",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="2",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="2",governor="performance"} 1 node_cpu_scaling_governor{cpu="2",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="3",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="3",governor="performance"} 1 node_cpu_scaling_governor{cpu="3",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="4",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="4",governor="performance"} 1 node_cpu_scaling_governor{cpu="4",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="5",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="5",governor="performance"} 1 node_cpu_scaling_governor{cpu="5",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="6",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="6",governor="performance"} 1 node_cpu_scaling_governor{cpu="6",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="7",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="7",governor="performance"} 1 node_cpu_scaling_governor{cpu="7",governor="schedutil"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 5.95777962e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 0 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0 node_cpu_seconds_total{cpu="0",mode="softirq"} 0 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 1.844674398207e+10 node_cpu_seconds_total{cpu="0",mode="user"} 2.2718172e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 6.01097546e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 0 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0 node_cpu_seconds_total{cpu="1",mode="softirq"} 0 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 1.844674397508e+10 node_cpu_seconds_total{cpu="1",mode="user"} 1.45078764e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 6.0168116e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 0 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0 node_cpu_seconds_total{cpu="2",mode="softirq"} 0 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 1.844674398388e+10 node_cpu_seconds_total{cpu="2",mode="user"} 1.06326898e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 6.01748543e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 0 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0 node_cpu_seconds_total{cpu="3",mode="softirq"} 0 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 1.844674398883e+10 node_cpu_seconds_total{cpu="3",mode="user"} 1.02690751e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 6.01759995e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 0 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0 node_cpu_seconds_total{cpu="4",mode="softirq"} 0 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 1.84467439978e+10 node_cpu_seconds_total{cpu="4",mode="user"} 1.02316538e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 6.01771949e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 0 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 0 node_cpu_seconds_total{cpu="5",mode="softirq"} 0 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 1.844674399952e+10 node_cpu_seconds_total{cpu="5",mode="user"} 1.01687373e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 6.01775227e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 0 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 0 node_cpu_seconds_total{cpu="6",mode="softirq"} 0 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 1.844674401245e+10 node_cpu_seconds_total{cpu="6",mode="user"} 788844.86 node_cpu_seconds_total{cpu="7",mode="idle"} 6.0177928e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 0 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 0 node_cpu_seconds_total{cpu="7",mode="softirq"} 0 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 1.844674403426e+10 node_cpu_seconds_total{cpu="7",mode="user"} 56.99 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="12/17/2023",bios_release="2.14",bios_vendor="Dell Inc.",bios_version="2.14.1",board_name="07PXPY",board_vendor="Dell Inc.",board_version="A02",chassis_asset_tag="",chassis_vendor="Dell Inc.",chassis_version="",product_family="PowerEdge",product_name="PowerEdge R7515",product_sku="SKU=08FD;ModelName=PowerEdge R7515",product_version="",system_vendor="Dell Inc."} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="unknown",goarch="amd64",goos="linux",goversion="go1.26.7",revision="unknown",tags="unknown",version="1.12.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 225920 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 1.05123443e+08 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 5.0795118592e+10 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_avail_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 7.428964352e+10 node_filesystem_avail_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 7.428964352e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.69303529472e+11 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 2.68435456e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 5.3860898816e+11 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_device_error{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 0 node_filesystem_device_error{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/run/user/1000"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 9.9210989e+07 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_files{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 1.49407759e+08 node_filesystem_files{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 1.49407759e+08 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.31072e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 1.31072e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 1.31072e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 9.9208082e+07 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_files_free{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 1.45097096e+08 node_filesystem_files_free{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 1.45097096e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.310298e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 1.310719e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 1.310702e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 5.0795118592e+10 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_free_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 7.428964352e+10 node_filesystem_free_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 7.428964352e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.69303529472e+11 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 2.68435456e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 5.3860898816e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="172.16.129.193:/nas/1484/tomato",major="0",minor="4545",mountpoint="/mnt/tomato"} 1 node_filesystem_mount_info{device="none",major="0",minor="1426",mountpoint="/run/secrets-for-users.d"} 1 node_filesystem_mount_info{device="none",major="0",minor="1433",mountpoint="/run/secrets.d"} 1 node_filesystem_mount_info{device="tank/ct/24008",major="0",minor="2360",mountpoint="/"} 1 node_filesystem_mount_info{device="tank/ct/24008",major="0",minor="2360",mountpoint="/nix/store"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="1320",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="1419",mountpoint="/run/keys"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="1486",mountpoint="/run/wrappers"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_purgeable_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 0 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_readonly{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 0 node_filesystem_readonly{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 1 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/run/user/1000"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 5.36870912e+10 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_size_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 2.5769803776e+11 node_filesystem_size_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 2.5769803776e+11 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.69305012224e+11 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 2.68435456e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 5.38610020352e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.089573923e+09 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 0 # HELP node_ipvs_connections_total The total number of connections made. # TYPE node_ipvs_connections_total counter node_ipvs_connections_total 0 # HELP node_ipvs_incoming_bytes_total The total amount of incoming data. # TYPE node_ipvs_incoming_bytes_total counter node_ipvs_incoming_bytes_total 0 # HELP node_ipvs_incoming_packets_total The total number of incoming packets. # TYPE node_ipvs_incoming_packets_total counter node_ipvs_incoming_packets_total 0 # HELP node_ipvs_outgoing_bytes_total The total amount of outgoing data. # TYPE node_ipvs_outgoing_bytes_total counter node_ipvs_outgoing_bytes_total 0 # HELP node_ipvs_outgoing_packets_total The total number of outgoing packets. # TYPE node_ipvs_outgoing_packets_total counter node_ipvs_outgoing_packets_total 0 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.04 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.09 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.07 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.64519936e+08 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 5.50948864e+08 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 3.86428928e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 3.694108672e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 0 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.146699776e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 0 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 3.711533056e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.28967936e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 5.78146304e+08 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 0 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 4.10054656e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.105186816e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 5.27040512e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.36870912e+09 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 0 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 0 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.87441152e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 0 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 180224 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_memory_Zswapped_bytes Memory information field Zswapped_bytes. # TYPE node_memory_Zswapped_bytes gauge node_memory_Zswapped_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 19 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 2.444822e+06 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 2.061609e+06 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 24 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 33159 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 35745 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 4.170879153e+09 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 7.447565595e+09 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.4270676846e+10 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 6.984166228e+09 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 6 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 119558 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 27070 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 47123 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 302621 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 22 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 21 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.5281076e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 48717 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.4579919e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 377072 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 147723 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 125221 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 2 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 40 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 125343 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 853355 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 36 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 853643 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="erspan0"} 0 node_network_address_assign_type{device="gre0"} 0 node_network_address_assign_type{device="gretap0"} 0 node_network_address_assign_type{device="ip6tnl0"} 1 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="tailscale0"} 0 node_network_address_assign_type{device="tunl0"} 0 node_network_address_assign_type{device="venet0"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="lo"} 1 node_network_carrier{device="tailscale0"} 1 node_network_carrier{device="venet0"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="erspan0"} 0 node_network_carrier_changes_total{device="gre0"} 0 node_network_carrier_changes_total{device="gretap0"} 0 node_network_carrier_changes_total{device="ip6tnl0"} 0 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="tailscale0"} 0 node_network_carrier_changes_total{device="tunl0"} 0 node_network_carrier_changes_total{device="venet0"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="erspan0"} 0 node_network_carrier_down_changes_total{device="gre0"} 0 node_network_carrier_down_changes_total{device="gretap0"} 0 node_network_carrier_down_changes_total{device="ip6tnl0"} 0 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="tailscale0"} 0 node_network_carrier_down_changes_total{device="tunl0"} 0 node_network_carrier_down_changes_total{device="venet0"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="erspan0"} 0 node_network_carrier_up_changes_total{device="gre0"} 0 node_network_carrier_up_changes_total{device="gretap0"} 0 node_network_carrier_up_changes_total{device="ip6tnl0"} 0 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="tailscale0"} 0 node_network_carrier_up_changes_total{device="tunl0"} 0 node_network_carrier_up_changes_total{device="venet0"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="erspan0"} 0 node_network_device_id{device="gre0"} 0 node_network_device_id{device="gretap0"} 0 node_network_device_id{device="ip6tnl0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="tailscale0"} 0 node_network_device_id{device="tunl0"} 0 node_network_device_id{device="venet0"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="lo"} 0 node_network_dormant{device="tailscale0"} 0 node_network_dormant{device="venet0"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="erspan0"} 4098 node_network_flags{device="gre0"} 128 node_network_flags{device="gretap0"} 4098 node_network_flags{device="ip6tnl0"} 128 node_network_flags{device="lo"} 9 node_network_flags{device="tailscale0"} 4241 node_network_flags{device="tunl0"} 128 node_network_flags{device="venet0"} 4099 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="erspan0"} 5 node_network_iface_id{device="gre0"} 3 node_network_iface_id{device="gretap0"} 4 node_network_iface_id{device="ip6tnl0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="tailscale0"} 8 node_network_iface_id{device="tunl0"} 6 node_network_iface_id{device="venet0"} 7 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="erspan0"} 0 node_network_iface_link{device="gre0"} 0 node_network_iface_link{device="gretap0"} 0 node_network_iface_link{device="ip6tnl0"} 0 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="tailscale0"} 8 node_network_iface_link{device="tunl0"} 0 node_network_iface_link{device="venet0"} 576 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="erspan0"} 0 node_network_iface_link_mode{device="gre0"} 0 node_network_iface_link_mode{device="gretap0"} 0 node_network_iface_link_mode{device="ip6tnl0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="tailscale0"} 0 node_network_iface_link_mode{device="tunl0"} 0 node_network_iface_link_mode{device="venet0"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="",adminstate="up",broadcast="",device="tailscale0",duplex="full",ifalias="",operstate="unknown"} 1 node_network_info{address="00:00:00:00",adminstate="down",broadcast="00:00:00:00",device="gre0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="00:00:00:00",adminstate="down",broadcast="00:00:00:00",device="tunl0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="00:00:00:00:00:00",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="erspan0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="00:00:00:00:00:00",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="gretap0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00",adminstate="down",broadcast="00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00",device="ip6tnl0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="e2:14:9b:3a:e3:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="venet0",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="erspan0"} 1450 node_network_mtu_bytes{device="gre0"} 1476 node_network_mtu_bytes{device="gretap0"} 1462 node_network_mtu_bytes{device="ip6tnl0"} 1452 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="tailscale0"} 1280 node_network_mtu_bytes{device="tunl0"} 1480 node_network_mtu_bytes{device="venet0"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="venet0"} 4 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="erspan0"} 0 node_network_net_dev_group{device="gre0"} 0 node_network_net_dev_group{device="gretap0"} 0 node_network_net_dev_group{device="ip6tnl0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="tailscale0"} 0 node_network_net_dev_group{device="tunl0"} 0 node_network_net_dev_group{device="venet0"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="erspan0"} 1 node_network_protocol_type{device="gre0"} 778 node_network_protocol_type{device="gretap0"} 1 node_network_protocol_type{device="ip6tnl0"} 769 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="tailscale0"} 65534 node_network_protocol_type{device="tunl0"} 768 node_network_protocol_type{device="venet0"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="erspan0"} 0 node_network_receive_bytes_total{device="gre0"} 0 node_network_receive_bytes_total{device="gretap0"} 0 node_network_receive_bytes_total{device="ip6tnl0"} 0 node_network_receive_bytes_total{device="lo"} 3.40951005e+08 node_network_receive_bytes_total{device="tailscale0"} 6.2064429e+07 node_network_receive_bytes_total{device="tunl0"} 0 node_network_receive_bytes_total{device="venet0"} 1.8435615113e+10 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="erspan0"} 0 node_network_receive_compressed_total{device="gre0"} 0 node_network_receive_compressed_total{device="gretap0"} 0 node_network_receive_compressed_total{device="ip6tnl0"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="tailscale0"} 0 node_network_receive_compressed_total{device="tunl0"} 0 node_network_receive_compressed_total{device="venet0"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="erspan0"} 0 node_network_receive_drop_total{device="gre0"} 0 node_network_receive_drop_total{device="gretap0"} 0 node_network_receive_drop_total{device="ip6tnl0"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="tailscale0"} 0 node_network_receive_drop_total{device="tunl0"} 0 node_network_receive_drop_total{device="venet0"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="erspan0"} 0 node_network_receive_errs_total{device="gre0"} 0 node_network_receive_errs_total{device="gretap0"} 0 node_network_receive_errs_total{device="ip6tnl0"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="tailscale0"} 0 node_network_receive_errs_total{device="tunl0"} 0 node_network_receive_errs_total{device="venet0"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="erspan0"} 0 node_network_receive_fifo_total{device="gre0"} 0 node_network_receive_fifo_total{device="gretap0"} 0 node_network_receive_fifo_total{device="ip6tnl0"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="tailscale0"} 0 node_network_receive_fifo_total{device="tunl0"} 0 node_network_receive_fifo_total{device="venet0"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="erspan0"} 0 node_network_receive_frame_total{device="gre0"} 0 node_network_receive_frame_total{device="gretap0"} 0 node_network_receive_frame_total{device="ip6tnl0"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="tailscale0"} 0 node_network_receive_frame_total{device="tunl0"} 0 node_network_receive_frame_total{device="venet0"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="erspan0"} 0 node_network_receive_multicast_total{device="gre0"} 0 node_network_receive_multicast_total{device="gretap0"} 0 node_network_receive_multicast_total{device="ip6tnl0"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="tailscale0"} 0 node_network_receive_multicast_total{device="tunl0"} 0 node_network_receive_multicast_total{device="venet0"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="erspan0"} 0 node_network_receive_nohandler_total{device="gre0"} 0 node_network_receive_nohandler_total{device="gretap0"} 0 node_network_receive_nohandler_total{device="ip6tnl0"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="tailscale0"} 0 node_network_receive_nohandler_total{device="tunl0"} 0 node_network_receive_nohandler_total{device="venet0"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="erspan0"} 0 node_network_receive_packets_total{device="gre0"} 0 node_network_receive_packets_total{device="gretap0"} 0 node_network_receive_packets_total{device="ip6tnl0"} 0 node_network_receive_packets_total{device="lo"} 832040 node_network_receive_packets_total{device="tailscale0"} 675048 node_network_receive_packets_total{device="tunl0"} 0 node_network_receive_packets_total{device="venet0"} 2.8338736e+07 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="tailscale0"} -125000 node_network_speed_bytes{device="venet0"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="erspan0"} 0 node_network_transmit_bytes_total{device="gre0"} 0 node_network_transmit_bytes_total{device="gretap0"} 0 node_network_transmit_bytes_total{device="ip6tnl0"} 0 node_network_transmit_bytes_total{device="lo"} 3.40951005e+08 node_network_transmit_bytes_total{device="tailscale0"} 4.8026799e+07 node_network_transmit_bytes_total{device="tunl0"} 0 node_network_transmit_bytes_total{device="venet0"} 1.4333118658e+10 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="erspan0"} 0 node_network_transmit_carrier_total{device="gre0"} 0 node_network_transmit_carrier_total{device="gretap0"} 0 node_network_transmit_carrier_total{device="ip6tnl0"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="tailscale0"} 0 node_network_transmit_carrier_total{device="tunl0"} 0 node_network_transmit_carrier_total{device="venet0"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="erspan0"} 0 node_network_transmit_colls_total{device="gre0"} 0 node_network_transmit_colls_total{device="gretap0"} 0 node_network_transmit_colls_total{device="ip6tnl0"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="tailscale0"} 0 node_network_transmit_colls_total{device="tunl0"} 0 node_network_transmit_colls_total{device="venet0"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="erspan0"} 0 node_network_transmit_compressed_total{device="gre0"} 0 node_network_transmit_compressed_total{device="gretap0"} 0 node_network_transmit_compressed_total{device="ip6tnl0"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="tailscale0"} 0 node_network_transmit_compressed_total{device="tunl0"} 0 node_network_transmit_compressed_total{device="venet0"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="erspan0"} 0 node_network_transmit_drop_total{device="gre0"} 0 node_network_transmit_drop_total{device="gretap0"} 0 node_network_transmit_drop_total{device="ip6tnl0"} 0 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="tailscale0"} 0 node_network_transmit_drop_total{device="tunl0"} 0 node_network_transmit_drop_total{device="venet0"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="erspan0"} 0 node_network_transmit_errs_total{device="gre0"} 0 node_network_transmit_errs_total{device="gretap0"} 0 node_network_transmit_errs_total{device="ip6tnl0"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="tailscale0"} 0 node_network_transmit_errs_total{device="tunl0"} 0 node_network_transmit_errs_total{device="venet0"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="erspan0"} 0 node_network_transmit_fifo_total{device="gre0"} 0 node_network_transmit_fifo_total{device="gretap0"} 0 node_network_transmit_fifo_total{device="ip6tnl0"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="tailscale0"} 0 node_network_transmit_fifo_total{device="tunl0"} 0 node_network_transmit_fifo_total{device="venet0"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="erspan0"} 0 node_network_transmit_packets_total{device="gre0"} 0 node_network_transmit_packets_total{device="gretap0"} 0 node_network_transmit_packets_total{device="ip6tnl0"} 0 node_network_transmit_packets_total{device="lo"} 832040 node_network_transmit_packets_total{device="tailscale0"} 675177 node_network_transmit_packets_total{device="tunl0"} 0 node_network_transmit_packets_total{device="venet0"} 2.0556049e+07 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="erspan0"} 1000 node_network_transmit_queue_length{device="gre0"} 1000 node_network_transmit_queue_length{device="gretap0"} 1000 node_network_transmit_queue_length{device="ip6tnl0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="tailscale0"} 500 node_network_transmit_queue_length{device="tunl0"} 1000 node_network_transmit_queue_length{device="venet0"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="erspan0"} 0 node_network_up{device="gre0"} 0 node_network_up{device="gretap0"} 0 node_network_up{device="ip6tnl0"} 0 node_network_up{device="lo"} 0 node_network_up{device="tailscale0"} 0 node_network_up{device="tunl0"} 0 node_network_up{device="venet0"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 601 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nfs_connections_total Total number of NFSd TCP connections. # TYPE node_nfs_connections_total counter node_nfs_connections_total 0 # HELP node_nfs_packets_total Total NFSd network packets (sent+received) by protocol type. # TYPE node_nfs_packets_total counter node_nfs_packets_total{protocol="tcp"} 0 node_nfs_packets_total{protocol="udp"} 0 # HELP node_nfs_requests_total Number of NFS procedures invoked. # TYPE node_nfs_requests_total counter node_nfs_requests_total{method="Access",proto="3"} 1.167814e+06 node_nfs_requests_total{method="Access",proto="4"} 182793 node_nfs_requests_total{method="Allocate",proto="4"} 2 node_nfs_requests_total{method="BindConnToSession",proto="4"} 1 node_nfs_requests_total{method="Clone",proto="4"} 0 node_nfs_requests_total{method="Close",proto="4"} 315399 node_nfs_requests_total{method="Commit",proto="3"} 5.111669e+06 node_nfs_requests_total{method="Commit",proto="4"} 8.465035e+06 node_nfs_requests_total{method="Create",proto="2"} 0 node_nfs_requests_total{method="Create",proto="3"} 159194 node_nfs_requests_total{method="Create",proto="4"} 2075 node_nfs_requests_total{method="CreateSession",proto="4"} 128 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 278369 node_nfs_requests_total{method="DestroyClientID",proto="4"} 24 node_nfs_requests_total{method="DestroySession",proto="4"} 95 node_nfs_requests_total{method="ExchangeID",proto="4"} 94 node_nfs_requests_total{method="FreeStateID",proto="4"} 0 node_nfs_requests_total{method="FsInfo",proto="3"} 90 node_nfs_requests_total{method="FsInfo",proto="4"} 158 node_nfs_requests_total{method="FsLocations",proto="4"} 0 node_nfs_requests_total{method="FsStat",proto="2"} 0 node_nfs_requests_total{method="FsStat",proto="3"} 579154 node_nfs_requests_total{method="FsidPresent",proto="4"} 0 node_nfs_requests_total{method="GetACL",proto="4"} 0 node_nfs_requests_total{method="GetAttr",proto="2"} 0 node_nfs_requests_total{method="GetAttr",proto="3"} 2.59884377e+08 node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 node_nfs_requests_total{method="GetLeaseTime",proto="4"} 71 node_nfs_requests_total{method="Getattr",proto="4"} 1.125783584e+09 node_nfs_requests_total{method="LayoutCommit",proto="4"} 0 node_nfs_requests_total{method="LayoutGet",proto="4"} 0 node_nfs_requests_total{method="LayoutReturn",proto="4"} 0 node_nfs_requests_total{method="LayoutStats",proto="4"} 0 node_nfs_requests_total{method="Link",proto="2"} 0 node_nfs_requests_total{method="Link",proto="3"} 566 node_nfs_requests_total{method="Link",proto="4"} 140 node_nfs_requests_total{method="Lock",proto="4"} 0 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 0 node_nfs_requests_total{method="Lookup",proto="2"} 0 node_nfs_requests_total{method="Lookup",proto="3"} 294703 node_nfs_requests_total{method="Lookup",proto="4"} 233233 node_nfs_requests_total{method="LookupRoot",proto="4"} 37 node_nfs_requests_total{method="MkDir",proto="2"} 0 node_nfs_requests_total{method="MkDir",proto="3"} 46594 node_nfs_requests_total{method="MkNod",proto="3"} 0 node_nfs_requests_total{method="Null",proto="2"} 0 node_nfs_requests_total{method="Null",proto="3"} 48 node_nfs_requests_total{method="Null",proto="4"} 37 node_nfs_requests_total{method="Open",proto="4"} 215825 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 4 node_nfs_requests_total{method="OpenNoattr",proto="4"} 103843 node_nfs_requests_total{method="PathConf",proto="3"} 45 node_nfs_requests_total{method="Pathconf",proto="4"} 121 node_nfs_requests_total{method="Read",proto="2"} 0 node_nfs_requests_total{method="Read",proto="3"} 1.28927164e+08 node_nfs_requests_total{method="Read",proto="4"} 0 node_nfs_requests_total{method="ReadDir",proto="2"} 0 node_nfs_requests_total{method="ReadDir",proto="3"} 508 node_nfs_requests_total{method="ReadDir",proto="4"} 1.3892518e+07 node_nfs_requests_total{method="ReadDirPlus",proto="3"} 1.182946e+06 node_nfs_requests_total{method="ReadLink",proto="2"} 0 node_nfs_requests_total{method="ReadLink",proto="3"} 3 node_nfs_requests_total{method="ReadLink",proto="4"} 4 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 57 node_nfs_requests_total{method="ReleaseLockowner",proto="4"} 0 node_nfs_requests_total{method="Remove",proto="2"} 0 node_nfs_requests_total{method="Remove",proto="3"} 121733 node_nfs_requests_total{method="Remove",proto="4"} 11790 node_nfs_requests_total{method="Rename",proto="2"} 0 node_nfs_requests_total{method="Rename",proto="3"} 8438 node_nfs_requests_total{method="Rename",proto="4"} 205472 node_nfs_requests_total{method="Renew",proto="4"} 0 node_nfs_requests_total{method="RmDir",proto="2"} 0 node_nfs_requests_total{method="RmDir",proto="3"} 12803 node_nfs_requests_total{method="Root",proto="2"} 0 node_nfs_requests_total{method="Secinfo",proto="4"} 0 node_nfs_requests_total{method="SecinfoNoName",proto="4"} 37 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 629456 node_nfs_requests_total{method="ServerCaps",proto="4"} 279 node_nfs_requests_total{method="SetACL",proto="4"} 0 node_nfs_requests_total{method="SetAttr",proto="2"} 0 node_nfs_requests_total{method="SetAttr",proto="3"} 89220 node_nfs_requests_total{method="SetClientID",proto="4"} 0 node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfs_requests_total{method="Setattr",proto="4"} 1.034811e+06 node_nfs_requests_total{method="StatFs",proto="4"} 2.149864e+06 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 25 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 7.3705213e+07 node_nfs_requests_total{method="Write",proto="4"} 874914 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 102087 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 0 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 102084 # HELP node_nfsd_connections_total Total number of NFSd TCP connections. # TYPE node_nfsd_connections_total counter node_nfsd_connections_total 0 # HELP node_nfsd_disk_bytes_read_total Total NFSd bytes read. # TYPE node_nfsd_disk_bytes_read_total counter node_nfsd_disk_bytes_read_total 0 # HELP node_nfsd_disk_bytes_written_total Total NFSd bytes written. # TYPE node_nfsd_disk_bytes_written_total counter node_nfsd_disk_bytes_written_total 0 # HELP node_nfsd_file_handles_stale_total Total number of NFSd stale file handles # TYPE node_nfsd_file_handles_stale_total counter node_nfsd_file_handles_stale_total 0 # HELP node_nfsd_packets_total Total NFSd network packets (sent+received) by protocol type. # TYPE node_nfsd_packets_total counter node_nfsd_packets_total{proto="tcp"} 0 node_nfsd_packets_total{proto="udp"} 0 # HELP node_nfsd_read_ahead_cache_not_found_total Total number of NFSd read ahead cache not found. # TYPE node_nfsd_read_ahead_cache_not_found_total counter node_nfsd_read_ahead_cache_not_found_total 0 # HELP node_nfsd_read_ahead_cache_size_blocks How large the read ahead cache is in blocks. # TYPE node_nfsd_read_ahead_cache_size_blocks gauge node_nfsd_read_ahead_cache_size_blocks 0 # HELP node_nfsd_reply_cache_hits_total Total number of NFSd Reply Cache hits (client lost server response). # TYPE node_nfsd_reply_cache_hits_total counter node_nfsd_reply_cache_hits_total 0 # HELP node_nfsd_reply_cache_misses_total Total number of NFSd Reply Cache an operation that requires caching (idempotent). # TYPE node_nfsd_reply_cache_misses_total counter node_nfsd_reply_cache_misses_total 0 # HELP node_nfsd_reply_cache_nocache_total Total number of NFSd Reply Cache non-idempotent operations (rename/delete/…). # TYPE node_nfsd_reply_cache_nocache_total counter node_nfsd_reply_cache_nocache_total 0 # HELP node_nfsd_requests_total Total number NFSd Requests by method and protocol. # TYPE node_nfsd_requests_total counter node_nfsd_requests_total{method="Access",proto="3"} 170 node_nfsd_requests_total{method="Access",proto="4"} 0 node_nfsd_requests_total{method="Close",proto="4"} 0 node_nfsd_requests_total{method="Commit",proto="3"} 0 node_nfsd_requests_total{method="Commit",proto="4"} 0 node_nfsd_requests_total{method="Create",proto="2"} 0 node_nfsd_requests_total{method="Create",proto="3"} 0 node_nfsd_requests_total{method="Create",proto="4"} 0 node_nfsd_requests_total{method="DelegPurge",proto="4"} 0 node_nfsd_requests_total{method="DelegReturn",proto="4"} 0 node_nfsd_requests_total{method="FsInfo",proto="3"} 0 node_nfsd_requests_total{method="FsStat",proto="2"} 0 node_nfsd_requests_total{method="FsStat",proto="3"} 200460 node_nfsd_requests_total{method="GetAttr",proto="2"} 0 node_nfsd_requests_total{method="GetAttr",proto="3"} 88046 node_nfsd_requests_total{method="GetAttr",proto="4"} 0 node_nfsd_requests_total{method="GetFH",proto="4"} 0 node_nfsd_requests_total{method="Link",proto="2"} 0 node_nfsd_requests_total{method="Link",proto="3"} 0 node_nfsd_requests_total{method="Link",proto="4"} 0 node_nfsd_requests_total{method="Lock",proto="4"} 0 node_nfsd_requests_total{method="Lockt",proto="4"} 0 node_nfsd_requests_total{method="Locku",proto="4"} 0 node_nfsd_requests_total{method="Lookup",proto="2"} 0 node_nfsd_requests_total{method="Lookup",proto="3"} 45 node_nfsd_requests_total{method="Lookup",proto="4"} 0 node_nfsd_requests_total{method="LookupRoot",proto="4"} 0 node_nfsd_requests_total{method="MkDir",proto="2"} 0 node_nfsd_requests_total{method="MkDir",proto="3"} 0 node_nfsd_requests_total{method="MkNod",proto="3"} 0 node_nfsd_requests_total{method="Nverify",proto="4"} 0 node_nfsd_requests_total{method="Open",proto="4"} 0 node_nfsd_requests_total{method="OpenAttr",proto="4"} 0 node_nfsd_requests_total{method="OpenConfirm",proto="4"} 0 node_nfsd_requests_total{method="OpenDgrd",proto="4"} 0 node_nfsd_requests_total{method="PathConf",proto="3"} 0 node_nfsd_requests_total{method="PutFH",proto="4"} 0 node_nfsd_requests_total{method="Read",proto="2"} 0 node_nfsd_requests_total{method="Read",proto="3"} 21 node_nfsd_requests_total{method="Read",proto="4"} 0 node_nfsd_requests_total{method="ReadDir",proto="2"} 0 node_nfsd_requests_total{method="ReadDir",proto="3"} 0 node_nfsd_requests_total{method="ReadDir",proto="4"} 0 node_nfsd_requests_total{method="ReadDirPlus",proto="3"} 0 node_nfsd_requests_total{method="ReadLink",proto="2"} 0 node_nfsd_requests_total{method="ReadLink",proto="3"} 0 node_nfsd_requests_total{method="ReadLink",proto="4"} 0 node_nfsd_requests_total{method="RelLockOwner",proto="4"} 0 node_nfsd_requests_total{method="Remove",proto="2"} 0 node_nfsd_requests_total{method="Remove",proto="3"} 0 node_nfsd_requests_total{method="Remove",proto="4"} 0 node_nfsd_requests_total{method="Rename",proto="2"} 0 node_nfsd_requests_total{method="Rename",proto="3"} 0 node_nfsd_requests_total{method="Rename",proto="4"} 0 node_nfsd_requests_total{method="Renew",proto="4"} 0 node_nfsd_requests_total{method="RestoreFH",proto="4"} 0 node_nfsd_requests_total{method="RmDir",proto="2"} 0 node_nfsd_requests_total{method="RmDir",proto="3"} 0 node_nfsd_requests_total{method="Root",proto="2"} 0 node_nfsd_requests_total{method="SaveFH",proto="4"} 0 node_nfsd_requests_total{method="SecInfo",proto="4"} 0 node_nfsd_requests_total{method="SetAttr",proto="2"} 0 node_nfsd_requests_total{method="SetAttr",proto="3"} 0 node_nfsd_requests_total{method="SetAttr",proto="4"} 0 node_nfsd_requests_total{method="SetClientID",proto="4"} 0 node_nfsd_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfsd_requests_total{method="SymLink",proto="2"} 0 node_nfsd_requests_total{method="SymLink",proto="3"} 0 node_nfsd_requests_total{method="Verify",proto="4"} 0 node_nfsd_requests_total{method="WdelegGetattr",proto="4"} 0 node_nfsd_requests_total{method="WrCache",proto="2"} 0 node_nfsd_requests_total{method="Write",proto="2"} 0 node_nfsd_requests_total{method="Write",proto="3"} 0 node_nfsd_requests_total{method="Write",proto="4"} 0 # HELP node_nfsd_rpc_errors_total Total number of NFSd RPC errors by error type. # TYPE node_nfsd_rpc_errors_total counter node_nfsd_rpc_errors_total{error="auth"} 0 node_nfsd_rpc_errors_total{error="cInt"} 0 node_nfsd_rpc_errors_total{error="fmt"} 0 # HELP node_nfsd_server_rpcs_total Total number of NFSd RPCs. # TYPE node_nfsd_server_rpcs_total counter node_nfsd_server_rpcs_total 0 # HELP node_nfsd_server_threads Total number of NFSd kernel threads that are running. # TYPE node_nfsd_server_threads gauge node_nfsd_server_threads 8 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="26.11.20260826.9fbb54b",id="nixos",id_like="",image_id="",image_version="",name="NixOS",pretty_name="NixOS 26.11 (Zokor)",variant="",variant_id="",version="26.11 (Zokor)",version_codename="zokor",version_id="26.11"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="nixos",id_like="",name="NixOS"} 26.11 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 11 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 563107.36599153 node_schedstat_running_seconds_total{cpu="1"} 308730.66026307 node_schedstat_running_seconds_total{cpu="10"} 245286.714512875 node_schedstat_running_seconds_total{cpu="100"} 219488.354694529 node_schedstat_running_seconds_total{cpu="101"} 219787.057204205 node_schedstat_running_seconds_total{cpu="102"} 221751.168041867 node_schedstat_running_seconds_total{cpu="103"} 227899.583332755 node_schedstat_running_seconds_total{cpu="104"} 268695.896993013 node_schedstat_running_seconds_total{cpu="105"} 219655.109779666 node_schedstat_running_seconds_total{cpu="106"} 219105.111511674 node_schedstat_running_seconds_total{cpu="107"} 219427.508476578 node_schedstat_running_seconds_total{cpu="108"} 216486.972367875 node_schedstat_running_seconds_total{cpu="109"} 213303.72658648 node_schedstat_running_seconds_total{cpu="11"} 242777.129662017 node_schedstat_running_seconds_total{cpu="110"} 212742.064334468 node_schedstat_running_seconds_total{cpu="111"} 218442.066764914 node_schedstat_running_seconds_total{cpu="112"} 267991.699513827 node_schedstat_running_seconds_total{cpu="113"} 245812.857714056 node_schedstat_running_seconds_total{cpu="114"} 238680.952201922 node_schedstat_running_seconds_total{cpu="115"} 235190.208100126 node_schedstat_running_seconds_total{cpu="116"} 235311.61341759 node_schedstat_running_seconds_total{cpu="117"} 229861.873306868 node_schedstat_running_seconds_total{cpu="118"} 227666.262765437 node_schedstat_running_seconds_total{cpu="119"} 228512.7855556 node_schedstat_running_seconds_total{cpu="12"} 238825.414497349 node_schedstat_running_seconds_total{cpu="120"} 275516.366788062 node_schedstat_running_seconds_total{cpu="121"} 228850.389313391 node_schedstat_running_seconds_total{cpu="122"} 231182.438738132 node_schedstat_running_seconds_total{cpu="123"} 229215.934903265 node_schedstat_running_seconds_total{cpu="124"} 227810.786714123 node_schedstat_running_seconds_total{cpu="125"} 228193.84705086 node_schedstat_running_seconds_total{cpu="126"} 228567.961845701 node_schedstat_running_seconds_total{cpu="127"} 228926.645117642 node_schedstat_running_seconds_total{cpu="13"} 239456.849461271 node_schedstat_running_seconds_total{cpu="14"} 239410.952093482 node_schedstat_running_seconds_total{cpu="15"} 237551.60066122 node_schedstat_running_seconds_total{cpu="16"} 628882.136319121 node_schedstat_running_seconds_total{cpu="17"} 336815.868539648 node_schedstat_running_seconds_total{cpu="18"} 327183.213064381 node_schedstat_running_seconds_total{cpu="19"} 304373.029594719 node_schedstat_running_seconds_total{cpu="2"} 308945.719375934 node_schedstat_running_seconds_total{cpu="20"} 294578.769607858 node_schedstat_running_seconds_total{cpu="21"} 262498.13661386 node_schedstat_running_seconds_total{cpu="22"} 256227.199694578 node_schedstat_running_seconds_total{cpu="23"} 248121.999191451 node_schedstat_running_seconds_total{cpu="24"} 463810.117339872 node_schedstat_running_seconds_total{cpu="25"} 247372.617873135 node_schedstat_running_seconds_total{cpu="26"} 255240.492381587 node_schedstat_running_seconds_total{cpu="27"} 239400.29530688 node_schedstat_running_seconds_total{cpu="28"} 230772.796797609 node_schedstat_running_seconds_total{cpu="29"} 225393.835350831 node_schedstat_running_seconds_total{cpu="3"} 270121.390796632 node_schedstat_running_seconds_total{cpu="30"} 224854.857349658 node_schedstat_running_seconds_total{cpu="31"} 225786.4041671 node_schedstat_running_seconds_total{cpu="32"} 627087.212540764 node_schedstat_running_seconds_total{cpu="33"} 386556.453845335 node_schedstat_running_seconds_total{cpu="34"} 356379.639122646 node_schedstat_running_seconds_total{cpu="35"} 329945.070635869 node_schedstat_running_seconds_total{cpu="36"} 296625.468936271 node_schedstat_running_seconds_total{cpu="37"} 272385.334337746 node_schedstat_running_seconds_total{cpu="38"} 258325.140005269 node_schedstat_running_seconds_total{cpu="39"} 248010.012906338 node_schedstat_running_seconds_total{cpu="4"} 268368.2054597 node_schedstat_running_seconds_total{cpu="40"} 439578.084287508 node_schedstat_running_seconds_total{cpu="41"} 234088.67241832 node_schedstat_running_seconds_total{cpu="42"} 260302.538207962 node_schedstat_running_seconds_total{cpu="43"} 243809.172041312 node_schedstat_running_seconds_total{cpu="44"} 229894.360563107 node_schedstat_running_seconds_total{cpu="45"} 222968.306629987 node_schedstat_running_seconds_total{cpu="46"} 219696.743497219 node_schedstat_running_seconds_total{cpu="47"} 220475.480161676 node_schedstat_running_seconds_total{cpu="48"} 660001.950130174 node_schedstat_running_seconds_total{cpu="49"} 413067.80883237 node_schedstat_running_seconds_total{cpu="5"} 257798.46354059 node_schedstat_running_seconds_total{cpu="50"} 368751.43257604 node_schedstat_running_seconds_total{cpu="51"} 339218.931091471 node_schedstat_running_seconds_total{cpu="52"} 311055.554956376 node_schedstat_running_seconds_total{cpu="53"} 286174.888243757 node_schedstat_running_seconds_total{cpu="54"} 266406.858744665 node_schedstat_running_seconds_total{cpu="55"} 254766.60128318 node_schedstat_running_seconds_total{cpu="56"} 468501.187171705 node_schedstat_running_seconds_total{cpu="57"} 251321.039396973 node_schedstat_running_seconds_total{cpu="58"} 268814.985188276 node_schedstat_running_seconds_total{cpu="59"} 249744.94663049 node_schedstat_running_seconds_total{cpu="6"} 246371.654638243 node_schedstat_running_seconds_total{cpu="60"} 242659.672243324 node_schedstat_running_seconds_total{cpu="61"} 232419.842703232 node_schedstat_running_seconds_total{cpu="62"} 227203.615343488 node_schedstat_running_seconds_total{cpu="63"} 223328.163216788 node_schedstat_running_seconds_total{cpu="64"} 267475.426455439 node_schedstat_running_seconds_total{cpu="65"} 219800.18812773 node_schedstat_running_seconds_total{cpu="66"} 210287.045582856 node_schedstat_running_seconds_total{cpu="67"} 224039.164743376 node_schedstat_running_seconds_total{cpu="68"} 211937.666472364 node_schedstat_running_seconds_total{cpu="69"} 211079.862739184 node_schedstat_running_seconds_total{cpu="7"} 240627.123413133 node_schedstat_running_seconds_total{cpu="70"} 207771.027332165 node_schedstat_running_seconds_total{cpu="71"} 213008.407302034 node_schedstat_running_seconds_total{cpu="72"} 246046.390095641 node_schedstat_running_seconds_total{cpu="73"} 242800.413880987 node_schedstat_running_seconds_total{cpu="74"} 229467.204236557 node_schedstat_running_seconds_total{cpu="75"} 230965.605729829 node_schedstat_running_seconds_total{cpu="76"} 229744.30892062 node_schedstat_running_seconds_total{cpu="77"} 233545.66537149 node_schedstat_running_seconds_total{cpu="78"} 232518.529179166 node_schedstat_running_seconds_total{cpu="79"} 231698.390615278 node_schedstat_running_seconds_total{cpu="8"} 418472.147413119 node_schedstat_running_seconds_total{cpu="80"} 255312.41922743 node_schedstat_running_seconds_total{cpu="81"} 233452.665674889 node_schedstat_running_seconds_total{cpu="82"} 226072.009656499 node_schedstat_running_seconds_total{cpu="83"} 227348.615121931 node_schedstat_running_seconds_total{cpu="84"} 199447.38516219 node_schedstat_running_seconds_total{cpu="85"} 222136.317906441 node_schedstat_running_seconds_total{cpu="86"} 219730.327104637 node_schedstat_running_seconds_total{cpu="87"} 218599.240776618 node_schedstat_running_seconds_total{cpu="88"} 295063.560864378 node_schedstat_running_seconds_total{cpu="89"} 224123.485105498 node_schedstat_running_seconds_total{cpu="9"} 220154.227450122 node_schedstat_running_seconds_total{cpu="90"} 218080.98754207 node_schedstat_running_seconds_total{cpu="91"} 220986.961092946 node_schedstat_running_seconds_total{cpu="92"} 224562.654832144 node_schedstat_running_seconds_total{cpu="93"} 225635.056251683 node_schedstat_running_seconds_total{cpu="94"} 225000.37034865 node_schedstat_running_seconds_total{cpu="95"} 223708.653534887 node_schedstat_running_seconds_total{cpu="96"} 260644.100425187 node_schedstat_running_seconds_total{cpu="97"} 230809.343224548 node_schedstat_running_seconds_total{cpu="98"} 224337.668404546 node_schedstat_running_seconds_total{cpu="99"} 220613.761443783 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.3128881e+09 node_schedstat_timeslices_total{cpu="1"} 2.514407837e+09 node_schedstat_timeslices_total{cpu="10"} 2.641256226e+09 node_schedstat_timeslices_total{cpu="100"} 2.193364767e+09 node_schedstat_timeslices_total{cpu="101"} 2.196645071e+09 node_schedstat_timeslices_total{cpu="102"} 2.232179563e+09 node_schedstat_timeslices_total{cpu="103"} 2.280939122e+09 node_schedstat_timeslices_total{cpu="104"} 2.057250222e+09 node_schedstat_timeslices_total{cpu="105"} 2.11162682e+09 node_schedstat_timeslices_total{cpu="106"} 2.098901101e+09 node_schedstat_timeslices_total{cpu="107"} 2.055133357e+09 node_schedstat_timeslices_total{cpu="108"} 2.029576017e+09 node_schedstat_timeslices_total{cpu="109"} 2.018040643e+09 node_schedstat_timeslices_total{cpu="11"} 2.632377538e+09 node_schedstat_timeslices_total{cpu="110"} 2.019338939e+09 node_schedstat_timeslices_total{cpu="111"} 2.054330324e+09 node_schedstat_timeslices_total{cpu="112"} 2.295551514e+09 node_schedstat_timeslices_total{cpu="113"} 2.364844566e+09 node_schedstat_timeslices_total{cpu="114"} 2.336453348e+09 node_schedstat_timeslices_total{cpu="115"} 2.334405914e+09 node_schedstat_timeslices_total{cpu="116"} 2.322436155e+09 node_schedstat_timeslices_total{cpu="117"} 2.324794824e+09 node_schedstat_timeslices_total{cpu="118"} 2.300937421e+09 node_schedstat_timeslices_total{cpu="119"} 2.321473717e+09 node_schedstat_timeslices_total{cpu="12"} 2.614900484e+09 node_schedstat_timeslices_total{cpu="120"} 2.042168636e+09 node_schedstat_timeslices_total{cpu="121"} 2.088422663e+09 node_schedstat_timeslices_total{cpu="122"} 2.103205212e+09 node_schedstat_timeslices_total{cpu="123"} 2.122578112e+09 node_schedstat_timeslices_total{cpu="124"} 2.080988314e+09 node_schedstat_timeslices_total{cpu="125"} 2.070885768e+09 node_schedstat_timeslices_total{cpu="126"} 2.17875755e+09 node_schedstat_timeslices_total{cpu="127"} 2.077326087e+09 node_schedstat_timeslices_total{cpu="13"} 2.624380814e+09 node_schedstat_timeslices_total{cpu="14"} 2.620939284e+09 node_schedstat_timeslices_total{cpu="15"} 2.609509176e+09 node_schedstat_timeslices_total{cpu="16"} 2.475937658e+09 node_schedstat_timeslices_total{cpu="17"} 2.550964609e+09 node_schedstat_timeslices_total{cpu="18"} 2.502947493e+09 node_schedstat_timeslices_total{cpu="19"} 2.423684992e+09 node_schedstat_timeslices_total{cpu="2"} 2.444819664e+09 node_schedstat_timeslices_total{cpu="20"} 2.442378945e+09 node_schedstat_timeslices_total{cpu="21"} 2.353311244e+09 node_schedstat_timeslices_total{cpu="22"} 2.383214537e+09 node_schedstat_timeslices_total{cpu="23"} 2.384211043e+09 node_schedstat_timeslices_total{cpu="24"} 2.186199239e+09 node_schedstat_timeslices_total{cpu="25"} 2.35991979e+09 node_schedstat_timeslices_total{cpu="26"} 2.228812962e+09 node_schedstat_timeslices_total{cpu="27"} 2.157324703e+09 node_schedstat_timeslices_total{cpu="28"} 2.137346272e+09 node_schedstat_timeslices_total{cpu="29"} 2.130925525e+09 node_schedstat_timeslices_total{cpu="3"} 2.281622909e+09 node_schedstat_timeslices_total{cpu="30"} 2.149537487e+09 node_schedstat_timeslices_total{cpu="31"} 2.143873266e+09 node_schedstat_timeslices_total{cpu="32"} 2.55872503e+09 node_schedstat_timeslices_total{cpu="33"} 2.656195738e+09 node_schedstat_timeslices_total{cpu="34"} 2.528413438e+09 node_schedstat_timeslices_total{cpu="35"} 2.433191554e+09 node_schedstat_timeslices_total{cpu="36"} 2.380765345e+09 node_schedstat_timeslices_total{cpu="37"} 2.309731976e+09 node_schedstat_timeslices_total{cpu="38"} 2.313105827e+09 node_schedstat_timeslices_total{cpu="39"} 2.286307347e+09 node_schedstat_timeslices_total{cpu="4"} 2.406541458e+09 node_schedstat_timeslices_total{cpu="40"} 2.25672702e+09 node_schedstat_timeslices_total{cpu="41"} 2.276979619e+09 node_schedstat_timeslices_total{cpu="42"} 2.16795375e+09 node_schedstat_timeslices_total{cpu="43"} 2.115368648e+09 node_schedstat_timeslices_total{cpu="44"} 2.052203683e+09 node_schedstat_timeslices_total{cpu="45"} 2.128273997e+09 node_schedstat_timeslices_total{cpu="46"} 2.17673692e+09 node_schedstat_timeslices_total{cpu="47"} 2.093311614e+09 node_schedstat_timeslices_total{cpu="48"} 2.698849984e+09 node_schedstat_timeslices_total{cpu="49"} 2.759297442e+09 node_schedstat_timeslices_total{cpu="5"} 2.399201152e+09 node_schedstat_timeslices_total{cpu="50"} 2.669301892e+09 node_schedstat_timeslices_total{cpu="51"} 2.608257342e+09 node_schedstat_timeslices_total{cpu="52"} 2.505733965e+09 node_schedstat_timeslices_total{cpu="53"} 2.486072159e+09 node_schedstat_timeslices_total{cpu="54"} 2.430949021e+09 node_schedstat_timeslices_total{cpu="55"} 2.393547671e+09 node_schedstat_timeslices_total{cpu="56"} 2.290970973e+09 node_schedstat_timeslices_total{cpu="57"} 2.300776976e+09 node_schedstat_timeslices_total{cpu="58"} 2.206745839e+09 node_schedstat_timeslices_total{cpu="59"} 2.168581884e+09 node_schedstat_timeslices_total{cpu="6"} 2.389633076e+09 node_schedstat_timeslices_total{cpu="60"} 2.127626851e+09 node_schedstat_timeslices_total{cpu="61"} 2.136023909e+09 node_schedstat_timeslices_total{cpu="62"} 2.087619952e+09 node_schedstat_timeslices_total{cpu="63"} 2.068658064e+09 node_schedstat_timeslices_total{cpu="64"} 2.324970022e+09 node_schedstat_timeslices_total{cpu="65"} 2.31141841e+09 node_schedstat_timeslices_total{cpu="66"} 2.2532072e+09 node_schedstat_timeslices_total{cpu="67"} 2.269038273e+09 node_schedstat_timeslices_total{cpu="68"} 2.229697035e+09 node_schedstat_timeslices_total{cpu="69"} 2.228721559e+09 node_schedstat_timeslices_total{cpu="7"} 2.39658638e+09 node_schedstat_timeslices_total{cpu="70"} 2.230952936e+09 node_schedstat_timeslices_total{cpu="71"} 2.240879793e+09 node_schedstat_timeslices_total{cpu="72"} 2.542830426e+09 node_schedstat_timeslices_total{cpu="73"} 2.648367896e+09 node_schedstat_timeslices_total{cpu="74"} 2.620417526e+09 node_schedstat_timeslices_total{cpu="75"} 2.602289981e+09 node_schedstat_timeslices_total{cpu="76"} 2.603323125e+09 node_schedstat_timeslices_total{cpu="77"} 2.594934496e+09 node_schedstat_timeslices_total{cpu="78"} 2.590143515e+09 node_schedstat_timeslices_total{cpu="79"} 2.583770625e+09 node_schedstat_timeslices_total{cpu="8"} 2.698982501e+09 node_schedstat_timeslices_total{cpu="80"} 2.252359074e+09 node_schedstat_timeslices_total{cpu="81"} 2.29278217e+09 node_schedstat_timeslices_total{cpu="82"} 2.281440355e+09 node_schedstat_timeslices_total{cpu="83"} 2.273852778e+09 node_schedstat_timeslices_total{cpu="84"} 2.063562763e+09 node_schedstat_timeslices_total{cpu="85"} 2.227941715e+09 node_schedstat_timeslices_total{cpu="86"} 2.249027281e+09 node_schedstat_timeslices_total{cpu="87"} 2.255449653e+09 node_schedstat_timeslices_total{cpu="88"} 2.096099673e+09 node_schedstat_timeslices_total{cpu="89"} 2.146413651e+09 node_schedstat_timeslices_total{cpu="9"} 2.631194091e+09 node_schedstat_timeslices_total{cpu="90"} 2.102066927e+09 node_schedstat_timeslices_total{cpu="91"} 2.115176059e+09 node_schedstat_timeslices_total{cpu="92"} 2.115405446e+09 node_schedstat_timeslices_total{cpu="93"} 2.130374501e+09 node_schedstat_timeslices_total{cpu="94"} 2.155200832e+09 node_schedstat_timeslices_total{cpu="95"} 2.136293785e+09 node_schedstat_timeslices_total{cpu="96"} 2.22257443e+09 node_schedstat_timeslices_total{cpu="97"} 2.256767915e+09 node_schedstat_timeslices_total{cpu="98"} 2.214522331e+09 node_schedstat_timeslices_total{cpu="99"} 2.197257288e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 19614.594911215 node_schedstat_waiting_seconds_total{cpu="1"} 316776.672249674 node_schedstat_waiting_seconds_total{cpu="10"} 156651.190359975 node_schedstat_waiting_seconds_total{cpu="100"} 11908.459906306 node_schedstat_waiting_seconds_total{cpu="101"} 11290.136297216 node_schedstat_waiting_seconds_total{cpu="102"} 12865.676655291 node_schedstat_waiting_seconds_total{cpu="103"} 4.199102566926174e+06 node_schedstat_waiting_seconds_total{cpu="104"} 11746.440777732 node_schedstat_waiting_seconds_total{cpu="105"} 12657.66586804 node_schedstat_waiting_seconds_total{cpu="106"} 12132.115016922 node_schedstat_waiting_seconds_total{cpu="107"} 11979.389845841 node_schedstat_waiting_seconds_total{cpu="108"} 12020.705015914 node_schedstat_waiting_seconds_total{cpu="109"} 13255.574387094 node_schedstat_waiting_seconds_total{cpu="11"} 15661.626799124 node_schedstat_waiting_seconds_total{cpu="110"} 5.245628924500993e+06 node_schedstat_waiting_seconds_total{cpu="111"} 459653.534501166 node_schedstat_waiting_seconds_total{cpu="112"} 15377.642318461 node_schedstat_waiting_seconds_total{cpu="113"} 13845.107493056 node_schedstat_waiting_seconds_total{cpu="114"} 62284.86391362 node_schedstat_waiting_seconds_total{cpu="115"} 12437.471361985 node_schedstat_waiting_seconds_total{cpu="116"} 13436.243497257 node_schedstat_waiting_seconds_total{cpu="117"} 13072.206474665 node_schedstat_waiting_seconds_total{cpu="118"} 36108.186786942 node_schedstat_waiting_seconds_total{cpu="119"} 13542.481685938 node_schedstat_waiting_seconds_total{cpu="12"} 15836.069073006 node_schedstat_waiting_seconds_total{cpu="120"} 15804.105404833 node_schedstat_waiting_seconds_total{cpu="121"} 13059.636151948 node_schedstat_waiting_seconds_total{cpu="122"} 46611.65103761 node_schedstat_waiting_seconds_total{cpu="123"} 1.274957039100426e+06 node_schedstat_waiting_seconds_total{cpu="124"} 13321.524488325 node_schedstat_waiting_seconds_total{cpu="125"} 12627.967528552 node_schedstat_waiting_seconds_total{cpu="126"} 12292.051079196 node_schedstat_waiting_seconds_total{cpu="127"} 14814.923288066 node_schedstat_waiting_seconds_total{cpu="13"} 15485.681767327 node_schedstat_waiting_seconds_total{cpu="14"} 13337.903040319 node_schedstat_waiting_seconds_total{cpu="15"} 11631.088223862 node_schedstat_waiting_seconds_total{cpu="16"} 71802.202589857 node_schedstat_waiting_seconds_total{cpu="17"} 20335.256222176 node_schedstat_waiting_seconds_total{cpu="18"} 852452.226650109 node_schedstat_waiting_seconds_total{cpu="19"} 36578.732170089 node_schedstat_waiting_seconds_total{cpu="2"} 19694.434053375 node_schedstat_waiting_seconds_total{cpu="20"} 22598.487277236 node_schedstat_waiting_seconds_total{cpu="21"} 30768.708762493 node_schedstat_waiting_seconds_total{cpu="22"} 15906.856077679 node_schedstat_waiting_seconds_total{cpu="23"} 15952.285932273 node_schedstat_waiting_seconds_total{cpu="24"} 17162.43073502 node_schedstat_waiting_seconds_total{cpu="25"} 16351.041755786 node_schedstat_waiting_seconds_total{cpu="26"} 14880.378308636 node_schedstat_waiting_seconds_total{cpu="27"} 13756.086357169 node_schedstat_waiting_seconds_total{cpu="28"} 472366.602525649 node_schedstat_waiting_seconds_total{cpu="29"} 12490.646485152 node_schedstat_waiting_seconds_total{cpu="3"} 13213.970028592 node_schedstat_waiting_seconds_total{cpu="30"} 12124.527157789 node_schedstat_waiting_seconds_total{cpu="31"} 133220.521399218 node_schedstat_waiting_seconds_total{cpu="32"} 66237.59587236 node_schedstat_waiting_seconds_total{cpu="33"} 18406.590844104 node_schedstat_waiting_seconds_total{cpu="34"} 14045.621559743 node_schedstat_waiting_seconds_total{cpu="35"} 72221.147175168 node_schedstat_waiting_seconds_total{cpu="36"} 15112.70580997 node_schedstat_waiting_seconds_total{cpu="37"} 13599.481362924 node_schedstat_waiting_seconds_total{cpu="38"} 18208.43123817 node_schedstat_waiting_seconds_total{cpu="39"} 14662.665747491 node_schedstat_waiting_seconds_total{cpu="4"} 1.066605470790684e+06 node_schedstat_waiting_seconds_total{cpu="40"} 70035.051292464 node_schedstat_waiting_seconds_total{cpu="41"} 13354.946353408 node_schedstat_waiting_seconds_total{cpu="42"} 41504.688088769 node_schedstat_waiting_seconds_total{cpu="43"} 21416.847821647 node_schedstat_waiting_seconds_total{cpu="44"} 17080.825224102 node_schedstat_waiting_seconds_total{cpu="45"} 99944.209542968 node_schedstat_waiting_seconds_total{cpu="46"} 13750.547087871 node_schedstat_waiting_seconds_total{cpu="47"} 13648.875611537 node_schedstat_waiting_seconds_total{cpu="48"} 76422.84760218 node_schedstat_waiting_seconds_total{cpu="49"} 58286.347997617 node_schedstat_waiting_seconds_total{cpu="5"} 12789.276762828 node_schedstat_waiting_seconds_total{cpu="50"} 72651.558011026 node_schedstat_waiting_seconds_total{cpu="51"} 42349.93865921 node_schedstat_waiting_seconds_total{cpu="52"} 19014.247106256 node_schedstat_waiting_seconds_total{cpu="53"} 17758.98593805 node_schedstat_waiting_seconds_total{cpu="54"} 158300.535311967 node_schedstat_waiting_seconds_total{cpu="55"} 412995.449314747 node_schedstat_waiting_seconds_total{cpu="56"} 15167.330136262 node_schedstat_waiting_seconds_total{cpu="57"} 15512.305837566 node_schedstat_waiting_seconds_total{cpu="58"} 12948.579309092 node_schedstat_waiting_seconds_total{cpu="59"} 76404.639710565 node_schedstat_waiting_seconds_total{cpu="6"} 16053.063566218 node_schedstat_waiting_seconds_total{cpu="60"} 13715.775105638 node_schedstat_waiting_seconds_total{cpu="61"} 1.739586689020091e+06 node_schedstat_waiting_seconds_total{cpu="62"} 29404.96898483 node_schedstat_waiting_seconds_total{cpu="63"} 18495.706163012 node_schedstat_waiting_seconds_total{cpu="64"} 709486.258907059 node_schedstat_waiting_seconds_total{cpu="65"} 22948.807125586 node_schedstat_waiting_seconds_total{cpu="66"} 14441.894736279 node_schedstat_waiting_seconds_total{cpu="67"} 15603.623587485 node_schedstat_waiting_seconds_total{cpu="68"} 15296.666747547 node_schedstat_waiting_seconds_total{cpu="69"} 11166.065284465 node_schedstat_waiting_seconds_total{cpu="7"} 13684.565535998 node_schedstat_waiting_seconds_total{cpu="70"} 12223.582920887 node_schedstat_waiting_seconds_total{cpu="71"} 12195.278059162 node_schedstat_waiting_seconds_total{cpu="72"} 62860.422719532 node_schedstat_waiting_seconds_total{cpu="73"} 23337.404372127 node_schedstat_waiting_seconds_total{cpu="74"} 23069.189559594 node_schedstat_waiting_seconds_total{cpu="75"} 60161.92619864 node_schedstat_waiting_seconds_total{cpu="76"} 24046.988272393 node_schedstat_waiting_seconds_total{cpu="77"} 15165.228228469 node_schedstat_waiting_seconds_total{cpu="78"} 11957.211798772 node_schedstat_waiting_seconds_total{cpu="79"} 11079.549110762 node_schedstat_waiting_seconds_total{cpu="8"} 16330.117084927 node_schedstat_waiting_seconds_total{cpu="80"} 1.071064869336679e+06 node_schedstat_waiting_seconds_total{cpu="81"} 5.741719443077811e+06 node_schedstat_waiting_seconds_total{cpu="82"} 85707.35963553 node_schedstat_waiting_seconds_total{cpu="83"} 12071.223765256 node_schedstat_waiting_seconds_total{cpu="84"} 13826.214319855 node_schedstat_waiting_seconds_total{cpu="85"} 11811.130126203 node_schedstat_waiting_seconds_total{cpu="86"} 12965.001150526 node_schedstat_waiting_seconds_total{cpu="87"} 318073.472114969 node_schedstat_waiting_seconds_total{cpu="88"} 14074.754379552 node_schedstat_waiting_seconds_total{cpu="89"} 22452.466421606 node_schedstat_waiting_seconds_total{cpu="9"} 18418.170106323 node_schedstat_waiting_seconds_total{cpu="90"} 1.768391829373785e+06 node_schedstat_waiting_seconds_total{cpu="91"} 1.186067613460092e+06 node_schedstat_waiting_seconds_total{cpu="92"} 105990.837360538 node_schedstat_waiting_seconds_total{cpu="93"} 13019.609658705 node_schedstat_waiting_seconds_total{cpu="94"} 511959.055525172 node_schedstat_waiting_seconds_total{cpu="95"} 55084.438481063 node_schedstat_waiting_seconds_total{cpu="96"} 74532.944644071 node_schedstat_waiting_seconds_total{cpu="97"} 21381.442252084 node_schedstat_waiting_seconds_total{cpu="98"} 11460.671687299 node_schedstat_waiting_seconds_total{cpu="99"} 15212.948612288 # HELP node_scrape_collector_duration_seconds node_exporter: Duration of a collector scrape. # TYPE node_scrape_collector_duration_seconds gauge node_scrape_collector_duration_seconds{collector="bcache"} 1.2363e-05 node_scrape_collector_duration_seconds{collector="bcachefs"} 1.3806e-05 node_scrape_collector_duration_seconds{collector="bonding"} 4.3372e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.008436263 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000104488 node_scrape_collector_duration_seconds{collector="cpu"} 0.001424304 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.018556623 node_scrape_collector_duration_seconds{collector="diskstats"} 5.0155e-05 node_scrape_collector_duration_seconds{collector="dmi"} 1.3565e-05 node_scrape_collector_duration_seconds{collector="dmmultipath"} 2.6189e-05 node_scrape_collector_duration_seconds{collector="edac"} 1.3175e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000129516 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.9297e-05 node_scrape_collector_duration_seconds{collector="filefd"} 4.3703e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.013759968 node_scrape_collector_duration_seconds{collector="infiniband"} 0.007687742 node_scrape_collector_duration_seconds{collector="ipvs"} 9.505e-05 node_scrape_collector_duration_seconds{collector="kernel_hung"} 2.1451e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 3.5508e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 2.5278e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.0001052 node_scrape_collector_duration_seconds{collector="netclass"} 0.023093595 node_scrape_collector_duration_seconds{collector="netdev"} 0.000546447 node_scrape_collector_duration_seconds{collector="netstat"} 0.000851677 node_scrape_collector_duration_seconds{collector="nfs"} 0.000130247 node_scrape_collector_duration_seconds{collector="nfsd"} 0.007622649 node_scrape_collector_duration_seconds{collector="os"} 7.38e-05 node_scrape_collector_duration_seconds{collector="pressure"} 8.931e-05 node_scrape_collector_duration_seconds{collector="rapl"} 2.4536e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.008640671 node_scrape_collector_duration_seconds{collector="selinux"} 1.332e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000140707 node_scrape_collector_duration_seconds{collector="softnet"} 0.00091664 node_scrape_collector_duration_seconds{collector="stat"} 0.008493181 node_scrape_collector_duration_seconds{collector="systemd"} 0.055887553 node_scrape_collector_duration_seconds{collector="tapestats"} 1.4167e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.0919e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 3.181e-05 node_scrape_collector_duration_seconds{collector="time"} 3.3473e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.2433e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.010818044 node_scrape_collector_duration_seconds{collector="uname"} 9.748e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000219877 node_scrape_collector_duration_seconds{collector="watchdog"} 2.4166e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.008e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.3195e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bcachefs"} 0 node_scrape_collector_success{collector="bonding"} 1 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="dmmultipath"} 0 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 1 node_scrape_collector_success{collector="kernel_hung"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 0 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 1 node_scrape_collector_success{collector="nfsd"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="pressure"} 0 node_scrape_collector_success{collector="rapl"} 0 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="systemd"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 0 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 1 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 77 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 41621 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 23 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 81 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 74 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 42 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 43 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 1334 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 5.464064e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 915 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="100"} 0 node_softnet_backlog_len{cpu="101"} 0 node_softnet_backlog_len{cpu="102"} 0 node_softnet_backlog_len{cpu="103"} 0 node_softnet_backlog_len{cpu="104"} 0 node_softnet_backlog_len{cpu="105"} 0 node_softnet_backlog_len{cpu="106"} 0 node_softnet_backlog_len{cpu="107"} 0 node_softnet_backlog_len{cpu="108"} 0 node_softnet_backlog_len{cpu="109"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="110"} 0 node_softnet_backlog_len{cpu="111"} 0 node_softnet_backlog_len{cpu="112"} 0 node_softnet_backlog_len{cpu="113"} 0 node_softnet_backlog_len{cpu="114"} 0 node_softnet_backlog_len{cpu="115"} 0 node_softnet_backlog_len{cpu="116"} 0 node_softnet_backlog_len{cpu="117"} 0 node_softnet_backlog_len{cpu="118"} 0 node_softnet_backlog_len{cpu="119"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="120"} 0 node_softnet_backlog_len{cpu="121"} 0 node_softnet_backlog_len{cpu="122"} 0 node_softnet_backlog_len{cpu="123"} 0 node_softnet_backlog_len{cpu="124"} 0 node_softnet_backlog_len{cpu="125"} 0 node_softnet_backlog_len{cpu="126"} 0 node_softnet_backlog_len{cpu="127"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="32"} 0 node_softnet_backlog_len{cpu="33"} 0 node_softnet_backlog_len{cpu="34"} 0 node_softnet_backlog_len{cpu="35"} 0 node_softnet_backlog_len{cpu="36"} 0 node_softnet_backlog_len{cpu="37"} 0 node_softnet_backlog_len{cpu="38"} 0 node_softnet_backlog_len{cpu="39"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="40"} 0 node_softnet_backlog_len{cpu="41"} 0 node_softnet_backlog_len{cpu="42"} 0 node_softnet_backlog_len{cpu="43"} 0 node_softnet_backlog_len{cpu="44"} 0 node_softnet_backlog_len{cpu="45"} 0 node_softnet_backlog_len{cpu="46"} 0 node_softnet_backlog_len{cpu="47"} 0 node_softnet_backlog_len{cpu="48"} 0 node_softnet_backlog_len{cpu="49"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="50"} 0 node_softnet_backlog_len{cpu="51"} 0 node_softnet_backlog_len{cpu="52"} 0 node_softnet_backlog_len{cpu="53"} 0 node_softnet_backlog_len{cpu="54"} 0 node_softnet_backlog_len{cpu="55"} 0 node_softnet_backlog_len{cpu="56"} 0 node_softnet_backlog_len{cpu="57"} 0 node_softnet_backlog_len{cpu="58"} 0 node_softnet_backlog_len{cpu="59"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="60"} 0 node_softnet_backlog_len{cpu="61"} 0 node_softnet_backlog_len{cpu="62"} 0 node_softnet_backlog_len{cpu="63"} 0 node_softnet_backlog_len{cpu="64"} 0 node_softnet_backlog_len{cpu="65"} 0 node_softnet_backlog_len{cpu="66"} 0 node_softnet_backlog_len{cpu="67"} 0 node_softnet_backlog_len{cpu="68"} 0 node_softnet_backlog_len{cpu="69"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="70"} 0 node_softnet_backlog_len{cpu="71"} 0 node_softnet_backlog_len{cpu="72"} 0 node_softnet_backlog_len{cpu="73"} 0 node_softnet_backlog_len{cpu="74"} 0 node_softnet_backlog_len{cpu="75"} 0 node_softnet_backlog_len{cpu="76"} 0 node_softnet_backlog_len{cpu="77"} 0 node_softnet_backlog_len{cpu="78"} 0 node_softnet_backlog_len{cpu="79"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="80"} 0 node_softnet_backlog_len{cpu="81"} 0 node_softnet_backlog_len{cpu="82"} 0 node_softnet_backlog_len{cpu="83"} 0 node_softnet_backlog_len{cpu="84"} 0 node_softnet_backlog_len{cpu="85"} 0 node_softnet_backlog_len{cpu="86"} 0 node_softnet_backlog_len{cpu="87"} 0 node_softnet_backlog_len{cpu="88"} 0 node_softnet_backlog_len{cpu="89"} 0 node_softnet_backlog_len{cpu="9"} 0 node_softnet_backlog_len{cpu="90"} 0 node_softnet_backlog_len{cpu="91"} 0 node_softnet_backlog_len{cpu="92"} 0 node_softnet_backlog_len{cpu="93"} 0 node_softnet_backlog_len{cpu="94"} 0 node_softnet_backlog_len{cpu="95"} 0 node_softnet_backlog_len{cpu="96"} 0 node_softnet_backlog_len{cpu="97"} 0 node_softnet_backlog_len{cpu="98"} 0 node_softnet_backlog_len{cpu="99"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="100"} 0 node_softnet_cpu_collision_total{cpu="101"} 0 node_softnet_cpu_collision_total{cpu="102"} 0 node_softnet_cpu_collision_total{cpu="103"} 0 node_softnet_cpu_collision_total{cpu="104"} 0 node_softnet_cpu_collision_total{cpu="105"} 0 node_softnet_cpu_collision_total{cpu="106"} 0 node_softnet_cpu_collision_total{cpu="107"} 0 node_softnet_cpu_collision_total{cpu="108"} 0 node_softnet_cpu_collision_total{cpu="109"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="110"} 0 node_softnet_cpu_collision_total{cpu="111"} 0 node_softnet_cpu_collision_total{cpu="112"} 0 node_softnet_cpu_collision_total{cpu="113"} 0 node_softnet_cpu_collision_total{cpu="114"} 0 node_softnet_cpu_collision_total{cpu="115"} 0 node_softnet_cpu_collision_total{cpu="116"} 0 node_softnet_cpu_collision_total{cpu="117"} 0 node_softnet_cpu_collision_total{cpu="118"} 0 node_softnet_cpu_collision_total{cpu="119"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="120"} 0 node_softnet_cpu_collision_total{cpu="121"} 0 node_softnet_cpu_collision_total{cpu="122"} 0 node_softnet_cpu_collision_total{cpu="123"} 0 node_softnet_cpu_collision_total{cpu="124"} 0 node_softnet_cpu_collision_total{cpu="125"} 0 node_softnet_cpu_collision_total{cpu="126"} 0 node_softnet_cpu_collision_total{cpu="127"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="32"} 0 node_softnet_cpu_collision_total{cpu="33"} 0 node_softnet_cpu_collision_total{cpu="34"} 0 node_softnet_cpu_collision_total{cpu="35"} 0 node_softnet_cpu_collision_total{cpu="36"} 0 node_softnet_cpu_collision_total{cpu="37"} 0 node_softnet_cpu_collision_total{cpu="38"} 0 node_softnet_cpu_collision_total{cpu="39"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="40"} 0 node_softnet_cpu_collision_total{cpu="41"} 0 node_softnet_cpu_collision_total{cpu="42"} 0 node_softnet_cpu_collision_total{cpu="43"} 0 node_softnet_cpu_collision_total{cpu="44"} 0 node_softnet_cpu_collision_total{cpu="45"} 0 node_softnet_cpu_collision_total{cpu="46"} 0 node_softnet_cpu_collision_total{cpu="47"} 0 node_softnet_cpu_collision_total{cpu="48"} 0 node_softnet_cpu_collision_total{cpu="49"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="50"} 0 node_softnet_cpu_collision_total{cpu="51"} 0 node_softnet_cpu_collision_total{cpu="52"} 0 node_softnet_cpu_collision_total{cpu="53"} 0 node_softnet_cpu_collision_total{cpu="54"} 0 node_softnet_cpu_collision_total{cpu="55"} 0 node_softnet_cpu_collision_total{cpu="56"} 0 node_softnet_cpu_collision_total{cpu="57"} 0 node_softnet_cpu_collision_total{cpu="58"} 0 node_softnet_cpu_collision_total{cpu="59"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="60"} 0 node_softnet_cpu_collision_total{cpu="61"} 0 node_softnet_cpu_collision_total{cpu="62"} 0 node_softnet_cpu_collision_total{cpu="63"} 0 node_softnet_cpu_collision_total{cpu="64"} 0 node_softnet_cpu_collision_total{cpu="65"} 0 node_softnet_cpu_collision_total{cpu="66"} 0 node_softnet_cpu_collision_total{cpu="67"} 0 node_softnet_cpu_collision_total{cpu="68"} 0 node_softnet_cpu_collision_total{cpu="69"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="70"} 0 node_softnet_cpu_collision_total{cpu="71"} 0 node_softnet_cpu_collision_total{cpu="72"} 0 node_softnet_cpu_collision_total{cpu="73"} 0 node_softnet_cpu_collision_total{cpu="74"} 0 node_softnet_cpu_collision_total{cpu="75"} 0 node_softnet_cpu_collision_total{cpu="76"} 0 node_softnet_cpu_collision_total{cpu="77"} 0 node_softnet_cpu_collision_total{cpu="78"} 0 node_softnet_cpu_collision_total{cpu="79"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="80"} 0 node_softnet_cpu_collision_total{cpu="81"} 0 node_softnet_cpu_collision_total{cpu="82"} 0 node_softnet_cpu_collision_total{cpu="83"} 0 node_softnet_cpu_collision_total{cpu="84"} 0 node_softnet_cpu_collision_total{cpu="85"} 0 node_softnet_cpu_collision_total{cpu="86"} 0 node_softnet_cpu_collision_total{cpu="87"} 0 node_softnet_cpu_collision_total{cpu="88"} 0 node_softnet_cpu_collision_total{cpu="89"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 node_softnet_cpu_collision_total{cpu="90"} 0 node_softnet_cpu_collision_total{cpu="91"} 0 node_softnet_cpu_collision_total{cpu="92"} 0 node_softnet_cpu_collision_total{cpu="93"} 0 node_softnet_cpu_collision_total{cpu="94"} 0 node_softnet_cpu_collision_total{cpu="95"} 0 node_softnet_cpu_collision_total{cpu="96"} 0 node_softnet_cpu_collision_total{cpu="97"} 0 node_softnet_cpu_collision_total{cpu="98"} 0 node_softnet_cpu_collision_total{cpu="99"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="100"} 0 node_softnet_dropped_total{cpu="101"} 618 node_softnet_dropped_total{cpu="102"} 0 node_softnet_dropped_total{cpu="103"} 0 node_softnet_dropped_total{cpu="104"} 0 node_softnet_dropped_total{cpu="105"} 0 node_softnet_dropped_total{cpu="106"} 0 node_softnet_dropped_total{cpu="107"} 0 node_softnet_dropped_total{cpu="108"} 0 node_softnet_dropped_total{cpu="109"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="110"} 0 node_softnet_dropped_total{cpu="111"} 0 node_softnet_dropped_total{cpu="112"} 0 node_softnet_dropped_total{cpu="113"} 0 node_softnet_dropped_total{cpu="114"} 0 node_softnet_dropped_total{cpu="115"} 0 node_softnet_dropped_total{cpu="116"} 0 node_softnet_dropped_total{cpu="117"} 0 node_softnet_dropped_total{cpu="118"} 0 node_softnet_dropped_total{cpu="119"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="120"} 0 node_softnet_dropped_total{cpu="121"} 0 node_softnet_dropped_total{cpu="122"} 0 node_softnet_dropped_total{cpu="123"} 0 node_softnet_dropped_total{cpu="124"} 0 node_softnet_dropped_total{cpu="125"} 0 node_softnet_dropped_total{cpu="126"} 0 node_softnet_dropped_total{cpu="127"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 0 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="24"} 0 node_softnet_dropped_total{cpu="25"} 0 node_softnet_dropped_total{cpu="26"} 0 node_softnet_dropped_total{cpu="27"} 0 node_softnet_dropped_total{cpu="28"} 0 node_softnet_dropped_total{cpu="29"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="30"} 0 node_softnet_dropped_total{cpu="31"} 0 node_softnet_dropped_total{cpu="32"} 0 node_softnet_dropped_total{cpu="33"} 0 node_softnet_dropped_total{cpu="34"} 0 node_softnet_dropped_total{cpu="35"} 0 node_softnet_dropped_total{cpu="36"} 0 node_softnet_dropped_total{cpu="37"} 0 node_softnet_dropped_total{cpu="38"} 0 node_softnet_dropped_total{cpu="39"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="40"} 0 node_softnet_dropped_total{cpu="41"} 0 node_softnet_dropped_total{cpu="42"} 0 node_softnet_dropped_total{cpu="43"} 0 node_softnet_dropped_total{cpu="44"} 0 node_softnet_dropped_total{cpu="45"} 0 node_softnet_dropped_total{cpu="46"} 0 node_softnet_dropped_total{cpu="47"} 0 node_softnet_dropped_total{cpu="48"} 0 node_softnet_dropped_total{cpu="49"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="50"} 0 node_softnet_dropped_total{cpu="51"} 0 node_softnet_dropped_total{cpu="52"} 0 node_softnet_dropped_total{cpu="53"} 0 node_softnet_dropped_total{cpu="54"} 0 node_softnet_dropped_total{cpu="55"} 0 node_softnet_dropped_total{cpu="56"} 0 node_softnet_dropped_total{cpu="57"} 0 node_softnet_dropped_total{cpu="58"} 0 node_softnet_dropped_total{cpu="59"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="60"} 0 node_softnet_dropped_total{cpu="61"} 0 node_softnet_dropped_total{cpu="62"} 0 node_softnet_dropped_total{cpu="63"} 0 node_softnet_dropped_total{cpu="64"} 0 node_softnet_dropped_total{cpu="65"} 0 node_softnet_dropped_total{cpu="66"} 0 node_softnet_dropped_total{cpu="67"} 0 node_softnet_dropped_total{cpu="68"} 0 node_softnet_dropped_total{cpu="69"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="70"} 0 node_softnet_dropped_total{cpu="71"} 0 node_softnet_dropped_total{cpu="72"} 0 node_softnet_dropped_total{cpu="73"} 0 node_softnet_dropped_total{cpu="74"} 0 node_softnet_dropped_total{cpu="75"} 0 node_softnet_dropped_total{cpu="76"} 0 node_softnet_dropped_total{cpu="77"} 0 node_softnet_dropped_total{cpu="78"} 0 node_softnet_dropped_total{cpu="79"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="80"} 0 node_softnet_dropped_total{cpu="81"} 0 node_softnet_dropped_total{cpu="82"} 0 node_softnet_dropped_total{cpu="83"} 0 node_softnet_dropped_total{cpu="84"} 0 node_softnet_dropped_total{cpu="85"} 0 node_softnet_dropped_total{cpu="86"} 0 node_softnet_dropped_total{cpu="87"} 0 node_softnet_dropped_total{cpu="88"} 0 node_softnet_dropped_total{cpu="89"} 0 node_softnet_dropped_total{cpu="9"} 0 node_softnet_dropped_total{cpu="90"} 0 node_softnet_dropped_total{cpu="91"} 0 node_softnet_dropped_total{cpu="92"} 0 node_softnet_dropped_total{cpu="93"} 0 node_softnet_dropped_total{cpu="94"} 0 node_softnet_dropped_total{cpu="95"} 0 node_softnet_dropped_total{cpu="96"} 0 node_softnet_dropped_total{cpu="97"} 0 node_softnet_dropped_total{cpu="98"} 0 node_softnet_dropped_total{cpu="99"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="100"} 0 node_softnet_flow_limit_count_total{cpu="101"} 0 node_softnet_flow_limit_count_total{cpu="102"} 0 node_softnet_flow_limit_count_total{cpu="103"} 0 node_softnet_flow_limit_count_total{cpu="104"} 0 node_softnet_flow_limit_count_total{cpu="105"} 0 node_softnet_flow_limit_count_total{cpu="106"} 0 node_softnet_flow_limit_count_total{cpu="107"} 0 node_softnet_flow_limit_count_total{cpu="108"} 0 node_softnet_flow_limit_count_total{cpu="109"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="110"} 0 node_softnet_flow_limit_count_total{cpu="111"} 0 node_softnet_flow_limit_count_total{cpu="112"} 0 node_softnet_flow_limit_count_total{cpu="113"} 0 node_softnet_flow_limit_count_total{cpu="114"} 0 node_softnet_flow_limit_count_total{cpu="115"} 0 node_softnet_flow_limit_count_total{cpu="116"} 0 node_softnet_flow_limit_count_total{cpu="117"} 0 node_softnet_flow_limit_count_total{cpu="118"} 0 node_softnet_flow_limit_count_total{cpu="119"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="120"} 0 node_softnet_flow_limit_count_total{cpu="121"} 0 node_softnet_flow_limit_count_total{cpu="122"} 0 node_softnet_flow_limit_count_total{cpu="123"} 0 node_softnet_flow_limit_count_total{cpu="124"} 0 node_softnet_flow_limit_count_total{cpu="125"} 0 node_softnet_flow_limit_count_total{cpu="126"} 0 node_softnet_flow_limit_count_total{cpu="127"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="24"} 0 node_softnet_flow_limit_count_total{cpu="25"} 0 node_softnet_flow_limit_count_total{cpu="26"} 0 node_softnet_flow_limit_count_total{cpu="27"} 0 node_softnet_flow_limit_count_total{cpu="28"} 0 node_softnet_flow_limit_count_total{cpu="29"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="30"} 0 node_softnet_flow_limit_count_total{cpu="31"} 0 node_softnet_flow_limit_count_total{cpu="32"} 0 node_softnet_flow_limit_count_total{cpu="33"} 0 node_softnet_flow_limit_count_total{cpu="34"} 0 node_softnet_flow_limit_count_total{cpu="35"} 0 node_softnet_flow_limit_count_total{cpu="36"} 0 node_softnet_flow_limit_count_total{cpu="37"} 0 node_softnet_flow_limit_count_total{cpu="38"} 0 node_softnet_flow_limit_count_total{cpu="39"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="40"} 0 node_softnet_flow_limit_count_total{cpu="41"} 0 node_softnet_flow_limit_count_total{cpu="42"} 0 node_softnet_flow_limit_count_total{cpu="43"} 0 node_softnet_flow_limit_count_total{cpu="44"} 0 node_softnet_flow_limit_count_total{cpu="45"} 0 node_softnet_flow_limit_count_total{cpu="46"} 0 node_softnet_flow_limit_count_total{cpu="47"} 0 node_softnet_flow_limit_count_total{cpu="48"} 0 node_softnet_flow_limit_count_total{cpu="49"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="50"} 0 node_softnet_flow_limit_count_total{cpu="51"} 0 node_softnet_flow_limit_count_total{cpu="52"} 0 node_softnet_flow_limit_count_total{cpu="53"} 0 node_softnet_flow_limit_count_total{cpu="54"} 0 node_softnet_flow_limit_count_total{cpu="55"} 0 node_softnet_flow_limit_count_total{cpu="56"} 0 node_softnet_flow_limit_count_total{cpu="57"} 0 node_softnet_flow_limit_count_total{cpu="58"} 0 node_softnet_flow_limit_count_total{cpu="59"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="60"} 0 node_softnet_flow_limit_count_total{cpu="61"} 0 node_softnet_flow_limit_count_total{cpu="62"} 0 node_softnet_flow_limit_count_total{cpu="63"} 0 node_softnet_flow_limit_count_total{cpu="64"} 0 node_softnet_flow_limit_count_total{cpu="65"} 0 node_softnet_flow_limit_count_total{cpu="66"} 0 node_softnet_flow_limit_count_total{cpu="67"} 0 node_softnet_flow_limit_count_total{cpu="68"} 0 node_softnet_flow_limit_count_total{cpu="69"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="70"} 0 node_softnet_flow_limit_count_total{cpu="71"} 0 node_softnet_flow_limit_count_total{cpu="72"} 0 node_softnet_flow_limit_count_total{cpu="73"} 0 node_softnet_flow_limit_count_total{cpu="74"} 0 node_softnet_flow_limit_count_total{cpu="75"} 0 node_softnet_flow_limit_count_total{cpu="76"} 0 node_softnet_flow_limit_count_total{cpu="77"} 0 node_softnet_flow_limit_count_total{cpu="78"} 0 node_softnet_flow_limit_count_total{cpu="79"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="80"} 0 node_softnet_flow_limit_count_total{cpu="81"} 0 node_softnet_flow_limit_count_total{cpu="82"} 0 node_softnet_flow_limit_count_total{cpu="83"} 0 node_softnet_flow_limit_count_total{cpu="84"} 0 node_softnet_flow_limit_count_total{cpu="85"} 0 node_softnet_flow_limit_count_total{cpu="86"} 0 node_softnet_flow_limit_count_total{cpu="87"} 0 node_softnet_flow_limit_count_total{cpu="88"} 0 node_softnet_flow_limit_count_total{cpu="89"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 node_softnet_flow_limit_count_total{cpu="90"} 0 node_softnet_flow_limit_count_total{cpu="91"} 0 node_softnet_flow_limit_count_total{cpu="92"} 0 node_softnet_flow_limit_count_total{cpu="93"} 0 node_softnet_flow_limit_count_total{cpu="94"} 0 node_softnet_flow_limit_count_total{cpu="95"} 0 node_softnet_flow_limit_count_total{cpu="96"} 0 node_softnet_flow_limit_count_total{cpu="97"} 0 node_softnet_flow_limit_count_total{cpu="98"} 0 node_softnet_flow_limit_count_total{cpu="99"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 4.0374879e+08 node_softnet_processed_total{cpu="1"} 2.99393058e+08 node_softnet_processed_total{cpu="10"} 1.099962248e+09 node_softnet_processed_total{cpu="100"} 1.002953679e+09 node_softnet_processed_total{cpu="101"} 1.397192701e+09 node_softnet_processed_total{cpu="102"} 1.306781612e+09 node_softnet_processed_total{cpu="103"} 1.723206327e+09 node_softnet_processed_total{cpu="104"} 1.056439472e+09 node_softnet_processed_total{cpu="105"} 1.771386281e+09 node_softnet_processed_total{cpu="106"} 1.18632614e+09 node_softnet_processed_total{cpu="107"} 4.0810442e+08 node_softnet_processed_total{cpu="108"} 9.55223678e+08 node_softnet_processed_total{cpu="109"} 3.29455701e+08 node_softnet_processed_total{cpu="11"} 1.306280177e+09 node_softnet_processed_total{cpu="110"} 9.27197873e+08 node_softnet_processed_total{cpu="111"} 1.847865666e+09 node_softnet_processed_total{cpu="112"} 1.257598257e+09 node_softnet_processed_total{cpu="113"} 1.40607018e+09 node_softnet_processed_total{cpu="114"} 1.025740338e+09 node_softnet_processed_total{cpu="115"} 2.95327879e+08 node_softnet_processed_total{cpu="116"} 1.452962271e+09 node_softnet_processed_total{cpu="117"} 3.64509828e+08 node_softnet_processed_total{cpu="118"} 7.42823372e+08 node_softnet_processed_total{cpu="119"} 3.14365374e+08 node_softnet_processed_total{cpu="12"} 1.486376978e+09 node_softnet_processed_total{cpu="120"} 8.4679943e+08 node_softnet_processed_total{cpu="121"} 1.379933725e+09 node_softnet_processed_total{cpu="122"} 1.540259372e+09 node_softnet_processed_total{cpu="123"} 3.91138255e+08 node_softnet_processed_total{cpu="124"} 1.113358411e+09 node_softnet_processed_total{cpu="125"} 3.54622826e+08 node_softnet_processed_total{cpu="126"} 1.243905318e+09 node_softnet_processed_total{cpu="127"} 3.36801157e+08 node_softnet_processed_total{cpu="13"} 1.83090746e+09 node_softnet_processed_total{cpu="14"} 1.778158709e+09 node_softnet_processed_total{cpu="15"} 5.90847423e+08 node_softnet_processed_total{cpu="16"} 5.22799954e+08 node_softnet_processed_total{cpu="17"} 1.757915673e+09 node_softnet_processed_total{cpu="18"} 7.26893214e+08 node_softnet_processed_total{cpu="19"} 1.534064058e+09 node_softnet_processed_total{cpu="2"} 7.90832635e+08 node_softnet_processed_total{cpu="20"} 1.164632588e+09 node_softnet_processed_total{cpu="21"} 1.694707425e+09 node_softnet_processed_total{cpu="22"} 2.026515008e+09 node_softnet_processed_total{cpu="23"} 5.83198489e+08 node_softnet_processed_total{cpu="24"} 1.730440786e+09 node_softnet_processed_total{cpu="25"} 7.65250789e+08 node_softnet_processed_total{cpu="26"} 5.90990372e+08 node_softnet_processed_total{cpu="27"} 1.377980762e+09 node_softnet_processed_total{cpu="28"} 9.32782233e+08 node_softnet_processed_total{cpu="29"} 1.795297957e+09 node_softnet_processed_total{cpu="3"} 4.3575e+08 node_softnet_processed_total{cpu="30"} 1.197215211e+09 node_softnet_processed_total{cpu="31"} 1.622077286e+09 node_softnet_processed_total{cpu="32"} 1.908305484e+09 node_softnet_processed_total{cpu="33"} 7.28110437e+08 node_softnet_processed_total{cpu="34"} 7.07488283e+08 node_softnet_processed_total{cpu="35"} 7.07982321e+08 node_softnet_processed_total{cpu="36"} 5.67356854e+08 node_softnet_processed_total{cpu="37"} 1.393166148e+09 node_softnet_processed_total{cpu="38"} 9.57803966e+08 node_softnet_processed_total{cpu="39"} 1.383538149e+09 node_softnet_processed_total{cpu="4"} 1.549110165e+09 node_softnet_processed_total{cpu="40"} 1.537657442e+09 node_softnet_processed_total{cpu="41"} 1.843237465e+09 node_softnet_processed_total{cpu="42"} 1.66809124e+09 node_softnet_processed_total{cpu="43"} 5.17905497e+08 node_softnet_processed_total{cpu="44"} 4.52639174e+08 node_softnet_processed_total{cpu="45"} 2.680609017e+09 node_softnet_processed_total{cpu="46"} 7.36432415e+08 node_softnet_processed_total{cpu="47"} 1.565822499e+09 node_softnet_processed_total{cpu="48"} 1.152055492e+09 node_softnet_processed_total{cpu="49"} 1.782052319e+09 node_softnet_processed_total{cpu="5"} 6.05446494e+08 node_softnet_processed_total{cpu="50"} 1.359242806e+09 node_softnet_processed_total{cpu="51"} 5.67183516e+08 node_softnet_processed_total{cpu="52"} 1.668367835e+09 node_softnet_processed_total{cpu="53"} 6.79090051e+08 node_softnet_processed_total{cpu="54"} 6.16642739e+08 node_softnet_processed_total{cpu="55"} 7.80899365e+08 node_softnet_processed_total{cpu="56"} 8.52995183e+08 node_softnet_processed_total{cpu="57"} 1.528692891e+09 node_softnet_processed_total{cpu="58"} 1.245998232e+09 node_softnet_processed_total{cpu="59"} 3.80067502e+08 node_softnet_processed_total{cpu="6"} 6.10935342e+08 node_softnet_processed_total{cpu="60"} 1.896921812e+09 node_softnet_processed_total{cpu="61"} 4.23831372e+08 node_softnet_processed_total{cpu="62"} 4.11456241e+08 node_softnet_processed_total{cpu="63"} 7.62448043e+08 node_softnet_processed_total{cpu="64"} 2.7688032e+08 node_softnet_processed_total{cpu="65"} 2.43281972e+08 node_softnet_processed_total{cpu="66"} 3.7694866e+08 node_softnet_processed_total{cpu="67"} 2.54224563e+08 node_softnet_processed_total{cpu="68"} 1.293568908e+09 node_softnet_processed_total{cpu="69"} 9.25945141e+08 node_softnet_processed_total{cpu="7"} 1.182486893e+09 node_softnet_processed_total{cpu="70"} 3.11530036e+08 node_softnet_processed_total{cpu="71"} 1.353949349e+09 node_softnet_processed_total{cpu="72"} 3.53270767e+08 node_softnet_processed_total{cpu="73"} 1.762210802e+09 node_softnet_processed_total{cpu="74"} 6.09880834e+08 node_softnet_processed_total{cpu="75"} 1.495429145e+09 node_softnet_processed_total{cpu="76"} 8.97389625e+08 node_softnet_processed_total{cpu="77"} 1.239709366e+09 node_softnet_processed_total{cpu="78"} 1.078576417e+09 node_softnet_processed_total{cpu="79"} 3.0640713e+08 node_softnet_processed_total{cpu="8"} 8.76599299e+08 node_softnet_processed_total{cpu="80"} 6.97137263e+08 node_softnet_processed_total{cpu="81"} 1.497260869e+09 node_softnet_processed_total{cpu="82"} 1.057696095e+09 node_softnet_processed_total{cpu="83"} 1.319525738e+09 node_softnet_processed_total{cpu="84"} 6.71568731e+08 node_softnet_processed_total{cpu="85"} 1.679555458e+09 node_softnet_processed_total{cpu="86"} 9.36938685e+08 node_softnet_processed_total{cpu="87"} 3.10485224e+08 node_softnet_processed_total{cpu="88"} 1.645849023e+09 node_softnet_processed_total{cpu="89"} 3.99297533e+08 node_softnet_processed_total{cpu="9"} 1.613192002e+09 node_softnet_processed_total{cpu="90"} 8.5498191e+08 node_softnet_processed_total{cpu="91"} 1.43217257e+09 node_softnet_processed_total{cpu="92"} 9.94624581e+08 node_softnet_processed_total{cpu="93"} 1.628398899e+09 node_softnet_processed_total{cpu="94"} 8.02085958e+08 node_softnet_processed_total{cpu="95"} 1.434556412e+09 node_softnet_processed_total{cpu="96"} 9.48568412e+08 node_softnet_processed_total{cpu="97"} 3.54390271e+08 node_softnet_processed_total{cpu="98"} 4.95059178e+08 node_softnet_processed_total{cpu="99"} 4.0737789e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="100"} 0 node_softnet_received_rps_total{cpu="101"} 0 node_softnet_received_rps_total{cpu="102"} 0 node_softnet_received_rps_total{cpu="103"} 0 node_softnet_received_rps_total{cpu="104"} 0 node_softnet_received_rps_total{cpu="105"} 0 node_softnet_received_rps_total{cpu="106"} 0 node_softnet_received_rps_total{cpu="107"} 0 node_softnet_received_rps_total{cpu="108"} 0 node_softnet_received_rps_total{cpu="109"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="110"} 0 node_softnet_received_rps_total{cpu="111"} 0 node_softnet_received_rps_total{cpu="112"} 0 node_softnet_received_rps_total{cpu="113"} 0 node_softnet_received_rps_total{cpu="114"} 0 node_softnet_received_rps_total{cpu="115"} 0 node_softnet_received_rps_total{cpu="116"} 0 node_softnet_received_rps_total{cpu="117"} 0 node_softnet_received_rps_total{cpu="118"} 0 node_softnet_received_rps_total{cpu="119"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="120"} 0 node_softnet_received_rps_total{cpu="121"} 0 node_softnet_received_rps_total{cpu="122"} 0 node_softnet_received_rps_total{cpu="123"} 0 node_softnet_received_rps_total{cpu="124"} 0 node_softnet_received_rps_total{cpu="125"} 0 node_softnet_received_rps_total{cpu="126"} 0 node_softnet_received_rps_total{cpu="127"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="32"} 0 node_softnet_received_rps_total{cpu="33"} 0 node_softnet_received_rps_total{cpu="34"} 0 node_softnet_received_rps_total{cpu="35"} 0 node_softnet_received_rps_total{cpu="36"} 0 node_softnet_received_rps_total{cpu="37"} 0 node_softnet_received_rps_total{cpu="38"} 0 node_softnet_received_rps_total{cpu="39"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="40"} 0 node_softnet_received_rps_total{cpu="41"} 0 node_softnet_received_rps_total{cpu="42"} 0 node_softnet_received_rps_total{cpu="43"} 0 node_softnet_received_rps_total{cpu="44"} 0 node_softnet_received_rps_total{cpu="45"} 0 node_softnet_received_rps_total{cpu="46"} 0 node_softnet_received_rps_total{cpu="47"} 0 node_softnet_received_rps_total{cpu="48"} 0 node_softnet_received_rps_total{cpu="49"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="50"} 0 node_softnet_received_rps_total{cpu="51"} 0 node_softnet_received_rps_total{cpu="52"} 0 node_softnet_received_rps_total{cpu="53"} 0 node_softnet_received_rps_total{cpu="54"} 0 node_softnet_received_rps_total{cpu="55"} 0 node_softnet_received_rps_total{cpu="56"} 0 node_softnet_received_rps_total{cpu="57"} 0 node_softnet_received_rps_total{cpu="58"} 0 node_softnet_received_rps_total{cpu="59"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="60"} 0 node_softnet_received_rps_total{cpu="61"} 0 node_softnet_received_rps_total{cpu="62"} 0 node_softnet_received_rps_total{cpu="63"} 0 node_softnet_received_rps_total{cpu="64"} 0 node_softnet_received_rps_total{cpu="65"} 0 node_softnet_received_rps_total{cpu="66"} 0 node_softnet_received_rps_total{cpu="67"} 0 node_softnet_received_rps_total{cpu="68"} 0 node_softnet_received_rps_total{cpu="69"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="70"} 0 node_softnet_received_rps_total{cpu="71"} 0 node_softnet_received_rps_total{cpu="72"} 0 node_softnet_received_rps_total{cpu="73"} 0 node_softnet_received_rps_total{cpu="74"} 0 node_softnet_received_rps_total{cpu="75"} 0 node_softnet_received_rps_total{cpu="76"} 0 node_softnet_received_rps_total{cpu="77"} 0 node_softnet_received_rps_total{cpu="78"} 0 node_softnet_received_rps_total{cpu="79"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="80"} 0 node_softnet_received_rps_total{cpu="81"} 0 node_softnet_received_rps_total{cpu="82"} 0 node_softnet_received_rps_total{cpu="83"} 0 node_softnet_received_rps_total{cpu="84"} 0 node_softnet_received_rps_total{cpu="85"} 0 node_softnet_received_rps_total{cpu="86"} 0 node_softnet_received_rps_total{cpu="87"} 0 node_softnet_received_rps_total{cpu="88"} 0 node_softnet_received_rps_total{cpu="89"} 0 node_softnet_received_rps_total{cpu="9"} 0 node_softnet_received_rps_total{cpu="90"} 0 node_softnet_received_rps_total{cpu="91"} 0 node_softnet_received_rps_total{cpu="92"} 0 node_softnet_received_rps_total{cpu="93"} 0 node_softnet_received_rps_total{cpu="94"} 0 node_softnet_received_rps_total{cpu="95"} 0 node_softnet_received_rps_total{cpu="96"} 0 node_softnet_received_rps_total{cpu="97"} 0 node_softnet_received_rps_total{cpu="98"} 0 node_softnet_received_rps_total{cpu="99"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 2752 node_softnet_times_squeezed_total{cpu="1"} 1173 node_softnet_times_squeezed_total{cpu="10"} 34894 node_softnet_times_squeezed_total{cpu="100"} 48193 node_softnet_times_squeezed_total{cpu="101"} 100170 node_softnet_times_squeezed_total{cpu="102"} 49508 node_softnet_times_squeezed_total{cpu="103"} 98012 node_softnet_times_squeezed_total{cpu="104"} 37571 node_softnet_times_squeezed_total{cpu="105"} 72007 node_softnet_times_squeezed_total{cpu="106"} 46073 node_softnet_times_squeezed_total{cpu="107"} 5984 node_softnet_times_squeezed_total{cpu="108"} 43921 node_softnet_times_squeezed_total{cpu="109"} 11083 node_softnet_times_squeezed_total{cpu="11"} 103785 node_softnet_times_squeezed_total{cpu="110"} 46816 node_softnet_times_squeezed_total{cpu="111"} 111733 node_softnet_times_squeezed_total{cpu="112"} 93889 node_softnet_times_squeezed_total{cpu="113"} 114524 node_softnet_times_squeezed_total{cpu="114"} 76790 node_softnet_times_squeezed_total{cpu="115"} 442 node_softnet_times_squeezed_total{cpu="116"} 96721 node_softnet_times_squeezed_total{cpu="117"} 3176 node_softnet_times_squeezed_total{cpu="118"} 55712 node_softnet_times_squeezed_total{cpu="119"} 4151 node_softnet_times_squeezed_total{cpu="12"} 51493 node_softnet_times_squeezed_total{cpu="120"} 58221 node_softnet_times_squeezed_total{cpu="121"} 174708 node_softnet_times_squeezed_total{cpu="122"} 138548 node_softnet_times_squeezed_total{cpu="123"} 6056 node_softnet_times_squeezed_total{cpu="124"} 112344 node_softnet_times_squeezed_total{cpu="125"} 5892 node_softnet_times_squeezed_total{cpu="126"} 77570 node_softnet_times_squeezed_total{cpu="127"} 2796 node_softnet_times_squeezed_total{cpu="13"} 95500 node_softnet_times_squeezed_total{cpu="14"} 95631 node_softnet_times_squeezed_total{cpu="15"} 11884 node_softnet_times_squeezed_total{cpu="16"} 6299 node_softnet_times_squeezed_total{cpu="17"} 78793 node_softnet_times_squeezed_total{cpu="18"} 14793 node_softnet_times_squeezed_total{cpu="19"} 103773 node_softnet_times_squeezed_total{cpu="2"} 35374 node_softnet_times_squeezed_total{cpu="20"} 79480 node_softnet_times_squeezed_total{cpu="21"} 66174 node_softnet_times_squeezed_total{cpu="22"} 100562 node_softnet_times_squeezed_total{cpu="23"} 23787 node_softnet_times_squeezed_total{cpu="24"} 129533 node_softnet_times_squeezed_total{cpu="25"} 14419 node_softnet_times_squeezed_total{cpu="26"} 11681 node_softnet_times_squeezed_total{cpu="27"} 55711 node_softnet_times_squeezed_total{cpu="28"} 25692 node_softnet_times_squeezed_total{cpu="29"} 67793 node_softnet_times_squeezed_total{cpu="3"} 18945 node_softnet_times_squeezed_total{cpu="30"} 79457 node_softnet_times_squeezed_total{cpu="31"} 204276 node_softnet_times_squeezed_total{cpu="32"} 82504 node_softnet_times_squeezed_total{cpu="33"} 5205 node_softnet_times_squeezed_total{cpu="34"} 11420 node_softnet_times_squeezed_total{cpu="35"} 19625 node_softnet_times_squeezed_total{cpu="36"} 12378 node_softnet_times_squeezed_total{cpu="37"} 80441 node_softnet_times_squeezed_total{cpu="38"} 26475 node_softnet_times_squeezed_total{cpu="39"} 72742 node_softnet_times_squeezed_total{cpu="4"} 95817 node_softnet_times_squeezed_total{cpu="40"} 68284 node_softnet_times_squeezed_total{cpu="41"} 117322 node_softnet_times_squeezed_total{cpu="42"} 138506 node_softnet_times_squeezed_total{cpu="43"} 6980 node_softnet_times_squeezed_total{cpu="44"} 7398 node_softnet_times_squeezed_total{cpu="45"} 79366 node_softnet_times_squeezed_total{cpu="46"} 18992 node_softnet_times_squeezed_total{cpu="47"} 67833 node_softnet_times_squeezed_total{cpu="48"} 112348 node_softnet_times_squeezed_total{cpu="49"} 168779 node_softnet_times_squeezed_total{cpu="5"} 17913 node_softnet_times_squeezed_total{cpu="50"} 112709 node_softnet_times_squeezed_total{cpu="51"} 10987 node_softnet_times_squeezed_total{cpu="52"} 199076 node_softnet_times_squeezed_total{cpu="53"} 49607 node_softnet_times_squeezed_total{cpu="54"} 39394 node_softnet_times_squeezed_total{cpu="55"} 46030 node_softnet_times_squeezed_total{cpu="56"} 83117 node_softnet_times_squeezed_total{cpu="57"} 129516 node_softnet_times_squeezed_total{cpu="58"} 132795 node_softnet_times_squeezed_total{cpu="59"} 36252 node_softnet_times_squeezed_total{cpu="6"} 36933 node_softnet_times_squeezed_total{cpu="60"} 198366 node_softnet_times_squeezed_total{cpu="61"} 2955 node_softnet_times_squeezed_total{cpu="62"} 10379 node_softnet_times_squeezed_total{cpu="63"} 73868 node_softnet_times_squeezed_total{cpu="64"} 374 node_softnet_times_squeezed_total{cpu="65"} 10703 node_softnet_times_squeezed_total{cpu="66"} 34042 node_softnet_times_squeezed_total{cpu="67"} 8855 node_softnet_times_squeezed_total{cpu="68"} 131826 node_softnet_times_squeezed_total{cpu="69"} 81203 node_softnet_times_squeezed_total{cpu="7"} 38698 node_softnet_times_squeezed_total{cpu="70"} 12934 node_softnet_times_squeezed_total{cpu="71"} 131983 node_softnet_times_squeezed_total{cpu="72"} 22412 node_softnet_times_squeezed_total{cpu="73"} 211691 node_softnet_times_squeezed_total{cpu="74"} 35815 node_softnet_times_squeezed_total{cpu="75"} 192045 node_softnet_times_squeezed_total{cpu="76"} 76099 node_softnet_times_squeezed_total{cpu="77"} 112144 node_softnet_times_squeezed_total{cpu="78"} 119255 node_softnet_times_squeezed_total{cpu="79"} 7753 node_softnet_times_squeezed_total{cpu="8"} 44532 node_softnet_times_squeezed_total{cpu="80"} 58261 node_softnet_times_squeezed_total{cpu="81"} 142462 node_softnet_times_squeezed_total{cpu="82"} 66206 node_softnet_times_squeezed_total{cpu="83"} 154179 node_softnet_times_squeezed_total{cpu="84"} 39458 node_softnet_times_squeezed_total{cpu="85"} 252826 node_softnet_times_squeezed_total{cpu="86"} 71127 node_softnet_times_squeezed_total{cpu="87"} 7637 node_softnet_times_squeezed_total{cpu="88"} 168385 node_softnet_times_squeezed_total{cpu="89"} 1043 node_softnet_times_squeezed_total{cpu="9"} 71312 node_softnet_times_squeezed_total{cpu="90"} 91240 node_softnet_times_squeezed_total{cpu="91"} 166415 node_softnet_times_squeezed_total{cpu="92"} 101200 node_softnet_times_squeezed_total{cpu="93"} 141578 node_softnet_times_squeezed_total{cpu="94"} 47767 node_softnet_times_squeezed_total{cpu="95"} 140197 node_softnet_times_squeezed_total{cpu="96"} 33616 node_softnet_times_squeezed_total{cpu="97"} 368 node_softnet_times_squeezed_total{cpu="98"} 15675 node_softnet_times_squeezed_total{cpu="99"} 6076 # HELP node_systemd_socket_accepted_connections_total Total number of accepted socket connections # TYPE node_systemd_socket_accepted_connections_total counter node_systemd_socket_accepted_connections_total{name="dbus.socket"} 0 node_systemd_socket_accepted_connections_total{name="fail2ban.socket"} 0 node_systemd_socket_accepted_connections_total{name="nix-daemon.socket"} 0 node_systemd_socket_accepted_connections_total{name="pcscd.socket"} 0 node_systemd_socket_accepted_connections_total{name="postfix-tlspol.socket"} 0 node_systemd_socket_accepted_connections_total{name="rpcbind.socket"} 0 node_systemd_socket_accepted_connections_total{name="smsinfo@sockets.socket"} 0 node_systemd_socket_accepted_connections_total{name="smsinfo@sova.socket"} 0 node_systemd_socket_accepted_connections_total{name="sshd-unix-local.socket"} 0 node_systemd_socket_accepted_connections_total{name="syslog.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-ask-password.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-bootctl.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-coredump.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-creds.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-factory-reset.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-hostnamed.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-importd.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-journalctl.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-journald-dev-log.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-journald.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-machined.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-mute-console.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-pcrextend.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-pcrlock.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-repart.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-udevd-control.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-udevd-kernel.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-udevd-varlink.socket"} 0 # HELP node_systemd_socket_current_connections Current number of socket connections # TYPE node_systemd_socket_current_connections gauge node_systemd_socket_current_connections{name="dbus.socket"} 0 node_systemd_socket_current_connections{name="fail2ban.socket"} 0 node_systemd_socket_current_connections{name="nix-daemon.socket"} 0 node_systemd_socket_current_connections{name="pcscd.socket"} 0 node_systemd_socket_current_connections{name="postfix-tlspol.socket"} 0 node_systemd_socket_current_connections{name="rpcbind.socket"} 0 node_systemd_socket_current_connections{name="smsinfo@sockets.socket"} 0 node_systemd_socket_current_connections{name="smsinfo@sova.socket"} 0 node_systemd_socket_current_connections{name="sshd-unix-local.socket"} 0 node_systemd_socket_current_connections{name="syslog.socket"} 0 node_systemd_socket_current_connections{name="systemd-ask-password.socket"} 0 node_systemd_socket_current_connections{name="systemd-bootctl.socket"} 0 node_systemd_socket_current_connections{name="systemd-coredump.socket"} 0 node_systemd_socket_current_connections{name="systemd-creds.socket"} 0 node_systemd_socket_current_connections{name="systemd-factory-reset.socket"} 0 node_systemd_socket_current_connections{name="systemd-hostnamed.socket"} 0 node_systemd_socket_current_connections{name="systemd-importd.socket"} 0 node_systemd_socket_current_connections{name="systemd-journalctl.socket"} 0 node_systemd_socket_current_connections{name="systemd-journald-dev-log.socket"} 0 node_systemd_socket_current_connections{name="systemd-journald.socket"} 0 node_systemd_socket_current_connections{name="systemd-machined.socket"} 0 node_systemd_socket_current_connections{name="systemd-mute-console.socket"} 0 node_systemd_socket_current_connections{name="systemd-pcrextend.socket"} 0 node_systemd_socket_current_connections{name="systemd-pcrlock.socket"} 0 node_systemd_socket_current_connections{name="systemd-repart.socket"} 0 node_systemd_socket_current_connections{name="systemd-udevd-control.socket"} 0 node_systemd_socket_current_connections{name="systemd-udevd-kernel.socket"} 0 node_systemd_socket_current_connections{name="systemd-udevd-varlink.socket"} 0 # HELP node_systemd_socket_refused_connections_total Total number of refused socket connections # TYPE node_systemd_socket_refused_connections_total gauge node_systemd_socket_refused_connections_total{name="dbus.socket"} 0 node_systemd_socket_refused_connections_total{name="fail2ban.socket"} 0 node_systemd_socket_refused_connections_total{name="nix-daemon.socket"} 0 node_systemd_socket_refused_connections_total{name="pcscd.socket"} 0 node_systemd_socket_refused_connections_total{name="postfix-tlspol.socket"} 0 node_systemd_socket_refused_connections_total{name="rpcbind.socket"} 0 node_systemd_socket_refused_connections_total{name="smsinfo@sockets.socket"} 0 node_systemd_socket_refused_connections_total{name="smsinfo@sova.socket"} 0 node_systemd_socket_refused_connections_total{name="sshd-unix-local.socket"} 0 node_systemd_socket_refused_connections_total{name="syslog.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-ask-password.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-bootctl.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-coredump.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-creds.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-factory-reset.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-hostnamed.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-importd.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-journalctl.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-journald-dev-log.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-journald.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-machined.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-mute-console.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-pcrextend.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-pcrlock.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-repart.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-udevd-control.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-udevd-kernel.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-udevd-varlink.socket"} 0 # HELP node_systemd_system_running Whether the system is operational (see 'systemctl is-system-running') # TYPE node_systemd_system_running gauge node_systemd_system_running 1 # HELP node_systemd_timer_last_trigger_seconds Seconds since epoch of last trigger. # TYPE node_systemd_timer_last_trigger_seconds gauge node_systemd_timer_last_trigger_seconds{name="acme-renew-api.seslost.cz.timer"} 1.789353712423105e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-brana.seslost.cz.timer"} 1.789392178542385e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-cache.seslost.cz.timer"} 1.789391194978522e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-databaze.seslost.cz.timer"} 1.789317392660976e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-fuska.sifrovacky.cz.timer"} 1.789338865870485e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-inula.sifrovacky.cz.timer"} 1.789398755985389e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-kachna.sifrovacky.cz.timer"} 1.789323160930077e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-kolecko.seslost.cz.timer"} 1.789336745236588e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-kolecko.sifrovacky.cz.timer"} 1.789378233244105e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-matrix.sifrovacky.cz.timer"} 1.789398029320474e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-michana.sifrovacky.cz.timer"} 1.789366704213105e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-parek.sifrovacky.cz.timer"} 1.789338627988492e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-per-partes.sifrovacky.cz.timer"} 1.789336662723366e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-potrati.cz.timer"} 1.78938911719775e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-prometheus.seslost.cz.timer"} 1.789394127868634e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-rajce.seslost.cz.timer"} 1.789331727064034e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-rspamd.prometheus.seslost.cz.timer"} 1.789390009819727e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-seslost.cz.timer"} 1.789337480333877e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-sifrovacky.cz.timer"} 1.789354110045793e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-statek.seslost.cz.timer"} 1.789319665465525e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-stream.seslost.cz.timer"} 1.789332792207098e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-trakar.potrati.cz.timer"} 1.789388547121866e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-trakar.seslost.cz.timer"} 1.789366681711613e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-www.potrati.cz.timer"} 1.789322477502316e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-www.seslost.cz.timer"} 1.789356120313171e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-www.sifrovacky.cz.timer"} 1.789347044114704e+09 node_systemd_timer_last_trigger_seconds{name="backup.timer"} 1.7893995660896e+09 node_systemd_timer_last_trigger_seconds{name="domain-recognize-clans.timer"} 1.789340345714704e+09 node_systemd_timer_last_trigger_seconds{name="domain-recognize-players.timer"} 1.789340083182123e+09 node_systemd_timer_last_trigger_seconds{name="domain-recognize-users.timer"} 1.789342752992901e+09 node_systemd_timer_last_trigger_seconds{name="fstrim.timer"} 0 node_systemd_timer_last_trigger_seconds{name="ladder.timer"} 1.789345392992914e+09 node_systemd_timer_last_trigger_seconds{name="logrotate.timer"} 1.789398000005874e+09 node_systemd_timer_last_trigger_seconds{name="nix-gc.timer"} 1.789336805245319e+09 node_systemd_timer_last_trigger_seconds{name="rspamd-dmarc-reporter.timer"} 1.789383544903142e+09 node_systemd_timer_last_trigger_seconds{name="spider.timer"} 1.789338245439104e+09 node_systemd_timer_last_trigger_seconds{name="systemd-tmpfiles-clean.timer"} 1.789338862402822e+09 # HELP node_systemd_unit_state Systemd unit # TYPE node_systemd_unit_state gauge node_systemd_unit_state{name="acme-account-1168ccd73043e3de2e26.target",state="activating",type=""} 0 node_systemd_unit_state{name="acme-account-1168ccd73043e3de2e26.target",state="active",type=""} 1 node_systemd_unit_state{name="acme-account-1168ccd73043e3de2e26.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-account-1168ccd73043e3de2e26.target",state="failed",type=""} 0 node_systemd_unit_state{name="acme-account-1168ccd73043e3de2e26.target",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-api.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-api.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-api.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-api.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-api.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-brana.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-brana.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-brana.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-brana.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-brana.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-cache.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-cache.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-cache.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-cache.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-cache.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-databaze.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-databaze.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-databaze.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-databaze.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-databaze.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-fuska.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-fuska.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-fuska.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-fuska.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-fuska.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-inula.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-inula.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-inula.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-inula.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-inula.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-kachna.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-kachna.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-kachna.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-kachna.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-kachna.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-kolecko.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-kolecko.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-kolecko.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-kolecko.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-kolecko.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-kolecko.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-kolecko.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-kolecko.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-kolecko.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-kolecko.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-matrix.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-matrix.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-matrix.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-matrix.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-matrix.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-michana.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-michana.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-michana.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-michana.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-michana.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-api.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-api.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-api.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-api.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-api.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-brana.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-brana.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-brana.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-brana.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-brana.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-cache.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-cache.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-cache.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-cache.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-cache.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-databaze.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-databaze.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-databaze.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-databaze.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-databaze.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-fuska.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-fuska.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-fuska.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-fuska.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-fuska.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-inula.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-inula.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-inula.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-inula.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-inula.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-kachna.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kachna.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kachna.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kachna.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kachna.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-kolecko.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kolecko.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kolecko.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kolecko.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kolecko.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-kolecko.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kolecko.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kolecko.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kolecko.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kolecko.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-matrix.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-matrix.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-matrix.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-matrix.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-matrix.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-michana.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-michana.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-michana.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-michana.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-michana.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-parek.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-parek.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-parek.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-parek.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-parek.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-per-partes.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-per-partes.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-per-partes.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-per-partes.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-per-partes.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-potrati.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-potrati.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-potrati.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-potrati.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-potrati.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-prometheus.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-prometheus.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-prometheus.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-prometheus.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-prometheus.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-rajce.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rajce.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rajce.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rajce.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rajce.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-rspamd.prometheus.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rspamd.prometheus.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rspamd.prometheus.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rspamd.prometheus.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rspamd.prometheus.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-statek.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-statek.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-statek.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-statek.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-statek.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-stream.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-stream.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-stream.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-stream.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-stream.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-trakar.potrati.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.potrati.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.potrati.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.potrati.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.potrati.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-trakar.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-www.potrati.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.potrati.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.potrati.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.potrati.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.potrati.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-www.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-www.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-parek.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-parek.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-parek.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-parek.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-parek.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-per-partes.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-per-partes.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-per-partes.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-per-partes.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-per-partes.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-potrati.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-potrati.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-potrati.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-potrati.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-potrati.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-prometheus.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-prometheus.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-prometheus.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-prometheus.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-prometheus.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-rajce.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-rajce.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-rajce.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-rajce.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-rajce.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-renew-api.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-api.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-api.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-api.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-api.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-brana.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-brana.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-brana.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-brana.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-brana.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-cache.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-cache.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-cache.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-cache.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-cache.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-databaze.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-databaze.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-databaze.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-databaze.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-databaze.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-fuska.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-fuska.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-fuska.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-fuska.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-fuska.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-inula.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-inula.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-inula.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-inula.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-inula.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-kachna.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-kachna.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-kachna.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-kachna.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-kachna.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-kolecko.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-kolecko.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-kolecko.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-kolecko.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-kolecko.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-kolecko.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-kolecko.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-kolecko.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-kolecko.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-kolecko.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-matrix.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-matrix.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-matrix.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-matrix.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-matrix.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-michana.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-michana.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-michana.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-michana.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-michana.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-parek.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-parek.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-parek.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-parek.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-parek.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-per-partes.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-per-partes.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-per-partes.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-per-partes.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-per-partes.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-potrati.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-potrati.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-potrati.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-potrati.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-potrati.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-prometheus.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-prometheus.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-prometheus.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-prometheus.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-prometheus.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-rajce.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-rajce.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-rajce.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-rajce.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-rajce.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-rspamd.prometheus.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-rspamd.prometheus.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-rspamd.prometheus.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-rspamd.prometheus.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-rspamd.prometheus.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-statek.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-statek.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-statek.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-statek.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-statek.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-stream.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-stream.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-stream.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-stream.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-stream.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.potrati.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.potrati.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-trakar.potrati.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.potrati.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.potrati.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-trakar.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-www.potrati.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-www.potrati.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-www.potrati.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-www.potrati.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-www.potrati.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-www.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-www.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-www.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-www.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-www.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-www.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-www.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-www.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-www.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-www.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-rspamd.prometheus.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-rspamd.prometheus.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-rspamd.prometheus.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-rspamd.prometheus.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-rspamd.prometheus.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-statek.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-statek.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-statek.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-statek.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-statek.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-stream.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-stream.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-stream.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-stream.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-stream.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.potrati.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.potrati.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-trakar.potrati.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.potrati.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.potrati.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-trakar.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.potrati.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.potrati.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-www.potrati.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.potrati.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.potrati.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-www.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-www.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="auth-rpcgss-module.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="auth-rpcgss-module.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="auth-rpcgss-module.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="auth-rpcgss-module.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="auth-rpcgss-module.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="backup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="backup.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="backup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="backup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="backup.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="backup.timer",state="activating",type=""} 0 node_systemd_unit_state{name="backup.timer",state="active",type=""} 1 node_systemd_unit_state{name="backup.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="backup.timer",state="failed",type=""} 0 node_systemd_unit_state{name="backup.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="basic.target",state="activating",type=""} 0 node_systemd_unit_state{name="basic.target",state="active",type=""} 1 node_systemd_unit_state{name="basic.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="basic.target",state="failed",type=""} 0 node_systemd_unit_state{name="basic.target",state="inactive",type=""} 0 node_systemd_unit_state{name="console-getty.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="console-getty.service",state="active",type="idle"} 1 node_systemd_unit_state{name="console-getty.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="console-getty.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="console-getty.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="container-getty@1.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="container-getty@1.service",state="active",type="idle"} 1 node_systemd_unit_state{name="container-getty@1.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="container-getty@1.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="container-getty@1.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="container-getty@2.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="container-getty@2.service",state="active",type="idle"} 1 node_systemd_unit_state{name="container-getty@2.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="container-getty@2.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="container-getty@2.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="container-getty@3.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="container-getty@3.service",state="active",type="idle"} 1 node_systemd_unit_state{name="container-getty@3.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="container-getty@3.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="container-getty@3.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="container-getty@4.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="container-getty@4.service",state="active",type="idle"} 1 node_systemd_unit_state{name="container-getty@4.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="container-getty@4.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="container-getty@4.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="cryptsetup.target",state="activating",type=""} 0 node_systemd_unit_state{name="cryptsetup.target",state="active",type=""} 1 node_systemd_unit_state{name="cryptsetup.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="cryptsetup.target",state="failed",type=""} 0 node_systemd_unit_state{name="cryptsetup.target",state="inactive",type=""} 0 node_systemd_unit_state{name="dbus-broker.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="dbus-broker.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="dbus-broker.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="dbus-broker.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="dbus-broker.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="dbus.socket",state="activating",type=""} 0 node_systemd_unit_state{name="dbus.socket",state="active",type=""} 1 node_systemd_unit_state{name="dbus.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="dbus.socket",state="failed",type=""} 0 node_systemd_unit_state{name="dbus.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="dhcpcd.service",state="activating",type="forking"} 0 node_systemd_unit_state{name="dhcpcd.service",state="active",type="forking"} 1 node_systemd_unit_state{name="dhcpcd.service",state="deactivating",type="forking"} 0 node_systemd_unit_state{name="dhcpcd.service",state="failed",type="forking"} 0 node_systemd_unit_state{name="dhcpcd.service",state="inactive",type="forking"} 0 node_systemd_unit_state{name="domain-recognize-clans.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-clans.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-clans.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-clans.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-clans.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="domain-recognize-clans.timer",state="activating",type=""} 0 node_systemd_unit_state{name="domain-recognize-clans.timer",state="active",type=""} 1 node_systemd_unit_state{name="domain-recognize-clans.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="domain-recognize-clans.timer",state="failed",type=""} 0 node_systemd_unit_state{name="domain-recognize-clans.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="domain-recognize-players.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-players.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-players.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-players.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-players.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="domain-recognize-players.timer",state="activating",type=""} 0 node_systemd_unit_state{name="domain-recognize-players.timer",state="active",type=""} 1 node_systemd_unit_state{name="domain-recognize-players.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="domain-recognize-players.timer",state="failed",type=""} 0 node_systemd_unit_state{name="domain-recognize-players.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="domain-recognize-users.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-users.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-users.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-users.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-users.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="domain-recognize-users.timer",state="activating",type=""} 0 node_systemd_unit_state{name="domain-recognize-users.timer",state="active",type=""} 1 node_systemd_unit_state{name="domain-recognize-users.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="domain-recognize-users.timer",state="failed",type=""} 0 node_systemd_unit_state{name="domain-recognize-users.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="dovecot.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="dovecot.service",state="active",type="notify"} 1 node_systemd_unit_state{name="dovecot.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="dovecot.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="dovecot.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="emergency.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="active",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="inactive",type="idle"} 1 node_systemd_unit_state{name="emergency.target",state="activating",type=""} 0 node_systemd_unit_state{name="emergency.target",state="active",type=""} 0 node_systemd_unit_state{name="emergency.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="emergency.target",state="failed",type=""} 0 node_systemd_unit_state{name="emergency.target",state="inactive",type=""} 1 node_systemd_unit_state{name="fail2ban.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="fail2ban.service",state="active",type="simple"} 1 node_systemd_unit_state{name="fail2ban.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="fail2ban.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="fail2ban.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="fail2ban.socket",state="activating",type=""} 0 node_systemd_unit_state{name="fail2ban.socket",state="active",type=""} 1 node_systemd_unit_state{name="fail2ban.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="fail2ban.socket",state="failed",type=""} 0 node_systemd_unit_state{name="fail2ban.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="final.target",state="activating",type=""} 0 node_systemd_unit_state{name="final.target",state="active",type=""} 0 node_systemd_unit_state{name="final.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="final.target",state="failed",type=""} 0 node_systemd_unit_state{name="final.target",state="inactive",type=""} 1 node_systemd_unit_state{name="first-boot-complete.target",state="activating",type=""} 0 node_systemd_unit_state{name="first-boot-complete.target",state="active",type=""} 0 node_systemd_unit_state{name="first-boot-complete.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="first-boot-complete.target",state="failed",type=""} 0 node_systemd_unit_state{name="first-boot-complete.target",state="inactive",type=""} 1 node_systemd_unit_state{name="fstrim.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="fstrim.timer",state="activating",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="active",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="failed",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="inactive",type=""} 1 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="getmail.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="getmail.service",state="active",type="simple"} 1 node_systemd_unit_state{name="getmail.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="getmail.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="getmail.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="getty-pre.target",state="activating",type=""} 0 node_systemd_unit_state{name="getty-pre.target",state="active",type=""} 0 node_systemd_unit_state{name="getty-pre.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="getty-pre.target",state="failed",type=""} 0 node_systemd_unit_state{name="getty-pre.target",state="inactive",type=""} 1 node_systemd_unit_state{name="getty.target",state="activating",type=""} 0 node_systemd_unit_state{name="getty.target",state="active",type=""} 1 node_systemd_unit_state{name="getty.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="getty.target",state="failed",type=""} 0 node_systemd_unit_state{name="getty.target",state="inactive",type=""} 0 node_systemd_unit_state{name="getty@tty1.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="active",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="inactive",type="idle"} 1 node_systemd_unit_state{name="gitlab-runner.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="gitlab-runner.service",state="active",type="simple"} 1 node_systemd_unit_state{name="gitlab-runner.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="gitlab-runner.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="gitlab-runner.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="home-manager-ales.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-ales.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="home-manager-ales.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-ales.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-ales.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-tomas.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-tomas.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="home-manager-tomas.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-tomas.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-tomas.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-yeti.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-yeti.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="home-manager-yeti.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-yeti.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-yeti.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="immich-machine-learning.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="immich-machine-learning.service",state="active",type="simple"} 1 node_systemd_unit_state{name="immich-machine-learning.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="immich-machine-learning.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="immich-machine-learning.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="immich-server.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="immich-server.service",state="active",type="simple"} 1 node_systemd_unit_state{name="immich-server.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="immich-server.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="immich-server.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="knot.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="knot.service",state="active",type="notify"} 1 node_systemd_unit_state{name="knot.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="knot.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="knot.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="ladder.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="ladder.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="ladder.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="ladder.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="ladder.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="ladder.timer",state="activating",type=""} 0 node_systemd_unit_state{name="ladder.timer",state="active",type=""} 1 node_systemd_unit_state{name="ladder.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="ladder.timer",state="failed",type=""} 0 node_systemd_unit_state{name="ladder.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="lastlog2-import.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="lastlog2-import.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="lastlog2-import.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="lastlog2-import.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="lastlog2-import.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="linger-users.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="linger-users.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="linger-users.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="linger-users.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="linger-users.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="local-fs-pre.target",state="activating",type=""} 0 node_systemd_unit_state{name="local-fs-pre.target",state="active",type=""} 1 node_systemd_unit_state{name="local-fs-pre.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="local-fs-pre.target",state="failed",type=""} 0 node_systemd_unit_state{name="local-fs-pre.target",state="inactive",type=""} 0 node_systemd_unit_state{name="local-fs.target",state="activating",type=""} 0 node_systemd_unit_state{name="local-fs.target",state="active",type=""} 1 node_systemd_unit_state{name="local-fs.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="local-fs.target",state="failed",type=""} 0 node_systemd_unit_state{name="local-fs.target",state="inactive",type=""} 0 node_systemd_unit_state{name="logrotate-checkconf.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="logrotate-checkconf.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="logrotate-checkconf.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="logrotate-checkconf.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="logrotate-checkconf.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="logrotate.timer",state="activating",type=""} 0 node_systemd_unit_state{name="logrotate.timer",state="active",type=""} 1 node_systemd_unit_state{name="logrotate.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="logrotate.timer",state="failed",type=""} 0 node_systemd_unit_state{name="logrotate.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="machines.target",state="activating",type=""} 0 node_systemd_unit_state{name="machines.target",state="active",type=""} 1 node_systemd_unit_state{name="machines.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="machines.target",state="failed",type=""} 0 node_systemd_unit_state{name="machines.target",state="inactive",type=""} 0 node_systemd_unit_state{name="mandb.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="mandb.service",state="active",type="simple"} 0 node_systemd_unit_state{name="mandb.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="mandb.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="mandb.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="modprobe@drm.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@fuse.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="multi-user.target",state="activating",type=""} 0 node_systemd_unit_state{name="multi-user.target",state="active",type=""} 1 node_systemd_unit_state{name="multi-user.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="multi-user.target",state="failed",type=""} 0 node_systemd_unit_state{name="multi-user.target",state="inactive",type=""} 0 node_systemd_unit_state{name="network-addresses-venet0.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="network-addresses-venet0.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="network-addresses-venet0.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="network-addresses-venet0.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="network-addresses-venet0.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="network-local-commands.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="network-local-commands.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="network-local-commands.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="network-local-commands.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="network-local-commands.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="network-online.target",state="activating",type=""} 0 node_systemd_unit_state{name="network-online.target",state="active",type=""} 1 node_systemd_unit_state{name="network-online.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="network-online.target",state="failed",type=""} 0 node_systemd_unit_state{name="network-online.target",state="inactive",type=""} 0 node_systemd_unit_state{name="network-pre.target",state="activating",type=""} 0 node_systemd_unit_state{name="network-pre.target",state="active",type=""} 1 node_systemd_unit_state{name="network-pre.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="network-pre.target",state="failed",type=""} 0 node_systemd_unit_state{name="network-pre.target",state="inactive",type=""} 0 node_systemd_unit_state{name="network.target",state="activating",type=""} 0 node_systemd_unit_state{name="network.target",state="active",type=""} 1 node_systemd_unit_state{name="network.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="network.target",state="failed",type=""} 0 node_systemd_unit_state{name="network.target",state="inactive",type=""} 0 node_systemd_unit_state{name="networking-scripted.target",state="activating",type=""} 0 node_systemd_unit_state{name="networking-scripted.target",state="active",type=""} 0 node_systemd_unit_state{name="networking-scripted.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="networking-scripted.target",state="failed",type=""} 0 node_systemd_unit_state{name="networking-scripted.target",state="inactive",type=""} 1 node_systemd_unit_state{name="networking-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="networking-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="networking-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="networking-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="networking-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="nfs-client.target",state="activating",type=""} 0 node_systemd_unit_state{name="nfs-client.target",state="active",type=""} 1 node_systemd_unit_state{name="nfs-client.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="nfs-client.target",state="failed",type=""} 0 node_systemd_unit_state{name="nfs-client.target",state="inactive",type=""} 0 node_systemd_unit_state{name="nfs-utils.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="nfs-utils.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="nfs-utils.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="nfs-utils.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="nfs-utils.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="nftables.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="nftables.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="nftables.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="nftables.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="nftables.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="nginx.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="nginx.service",state="active",type="simple"} 1 node_systemd_unit_state{name="nginx.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="nginx.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="nginx.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="active",type="simple"} 1 node_systemd_unit_state{name="nix-daemon.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.socket",state="activating",type=""} 0 node_systemd_unit_state{name="nix-daemon.socket",state="active",type=""} 1 node_systemd_unit_state{name="nix-daemon.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="nix-daemon.socket",state="failed",type=""} 0 node_systemd_unit_state{name="nix-daemon.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="nix-gc.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="nix-gc.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="nix-gc.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="nix-gc.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="nix-gc.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="nix-gc.timer",state="activating",type=""} 0 node_systemd_unit_state{name="nix-gc.timer",state="active",type=""} 1 node_systemd_unit_state{name="nix-gc.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="nix-gc.timer",state="failed",type=""} 0 node_systemd_unit_state{name="nix-gc.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="nix-serve.service",state="activating",type="exec"} 0 node_systemd_unit_state{name="nix-serve.service",state="active",type="exec"} 1 node_systemd_unit_state{name="nix-serve.service",state="deactivating",type="exec"} 0 node_systemd_unit_state{name="nix-serve.service",state="failed",type="exec"} 0 node_systemd_unit_state{name="nix-serve.service",state="inactive",type="exec"} 0 node_systemd_unit_state{name="nscd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="nscd.service",state="active",type="notify"} 1 node_systemd_unit_state{name="nscd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="nscd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="nscd.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="nss-lookup.target",state="activating",type=""} 0 node_systemd_unit_state{name="nss-lookup.target",state="active",type=""} 1 node_systemd_unit_state{name="nss-lookup.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="nss-lookup.target",state="failed",type=""} 0 node_systemd_unit_state{name="nss-lookup.target",state="inactive",type=""} 0 node_systemd_unit_state{name="nss-user-lookup.target",state="activating",type=""} 0 node_systemd_unit_state{name="nss-user-lookup.target",state="active",type=""} 1 node_systemd_unit_state{name="nss-user-lookup.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="nss-user-lookup.target",state="failed",type=""} 0 node_systemd_unit_state{name="nss-user-lookup.target",state="inactive",type=""} 0 node_systemd_unit_state{name="paths.target",state="activating",type=""} 0 node_systemd_unit_state{name="paths.target",state="active",type=""} 1 node_systemd_unit_state{name="paths.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="paths.target",state="failed",type=""} 0 node_systemd_unit_state{name="paths.target",state="inactive",type=""} 0 node_systemd_unit_state{name="pcscd.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="pcscd.service",state="active",type="simple"} 0 node_systemd_unit_state{name="pcscd.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="pcscd.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="pcscd.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="pcscd.socket",state="activating",type=""} 0 node_systemd_unit_state{name="pcscd.socket",state="active",type=""} 1 node_systemd_unit_state{name="pcscd.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="pcscd.socket",state="failed",type=""} 0 node_systemd_unit_state{name="pcscd.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="phpfpm-inula-app.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="phpfpm-inula-app.service",state="active",type="notify"} 1 node_systemd_unit_state{name="phpfpm-inula-app.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="phpfpm-inula-app.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="phpfpm-inula-app.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="phpfpm-per-partes-app.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="phpfpm-per-partes-app.service",state="active",type="notify"} 1 node_systemd_unit_state{name="phpfpm-per-partes-app.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="phpfpm-per-partes-app.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="phpfpm-per-partes-app.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="phpfpm.target",state="activating",type=""} 0 node_systemd_unit_state{name="phpfpm.target",state="active",type=""} 1 node_systemd_unit_state{name="phpfpm.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="phpfpm.target",state="failed",type=""} 0 node_systemd_unit_state{name="phpfpm.target",state="inactive",type=""} 0 node_systemd_unit_state{name="postfix-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="postfix-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="postfix-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="postfix-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="postfix-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="postfix-tlspol.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="postfix-tlspol.service",state="active",type="simple"} 1 node_systemd_unit_state{name="postfix-tlspol.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="postfix-tlspol.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="postfix-tlspol.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="postfix-tlspol.socket",state="activating",type=""} 0 node_systemd_unit_state{name="postfix-tlspol.socket",state="active",type=""} 1 node_systemd_unit_state{name="postfix-tlspol.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="postfix-tlspol.socket",state="failed",type=""} 0 node_systemd_unit_state{name="postfix-tlspol.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="postfix.service",state="activating",type="forking"} 0 node_systemd_unit_state{name="postfix.service",state="active",type="forking"} 1 node_systemd_unit_state{name="postfix.service",state="deactivating",type="forking"} 0 node_systemd_unit_state{name="postfix.service",state="failed",type="forking"} 0 node_systemd_unit_state{name="postfix.service",state="inactive",type="forking"} 0 node_systemd_unit_state{name="postgres-websockets.service",state="activating",type="exec"} 0 node_systemd_unit_state{name="postgres-websockets.service",state="active",type="exec"} 1 node_systemd_unit_state{name="postgres-websockets.service",state="deactivating",type="exec"} 0 node_systemd_unit_state{name="postgres-websockets.service",state="failed",type="exec"} 0 node_systemd_unit_state{name="postgres-websockets.service",state="inactive",type="exec"} 0 node_systemd_unit_state{name="postgresql-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="postgresql-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="postgresql-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="postgresql-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="postgresql-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="postgresql.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="postgresql.service",state="active",type="notify"} 1 node_systemd_unit_state{name="postgresql.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="postgresql.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="postgresql.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="postgresql.target",state="activating",type=""} 0 node_systemd_unit_state{name="postgresql.target",state="active",type=""} 1 node_systemd_unit_state{name="postgresql.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="postgresql.target",state="failed",type=""} 0 node_systemd_unit_state{name="postgresql.target",state="inactive",type=""} 0 node_systemd_unit_state{name="postgrest.service",state="activating",type="exec"} 0 node_systemd_unit_state{name="postgrest.service",state="active",type="exec"} 1 node_systemd_unit_state{name="postgrest.service",state="deactivating",type="exec"} 0 node_systemd_unit_state{name="postgrest.service",state="failed",type="exec"} 0 node_systemd_unit_state{name="postgrest.service",state="inactive",type="exec"} 0 node_systemd_unit_state{name="postsrsd-generate-secrets.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="postsrsd-generate-secrets.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="postsrsd-generate-secrets.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="postsrsd-generate-secrets.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="postsrsd-generate-secrets.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="postsrsd.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="postsrsd.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="postsrsd.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="postsrsd.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="postsrsd.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="active",type="simple"} 1 node_systemd_unit_state{name="prometheus-node-exporter.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="prometheus-postgres-exporter.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="prometheus-postgres-exporter.service",state="active",type="simple"} 1 node_systemd_unit_state{name="prometheus-postgres-exporter.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="prometheus-postgres-exporter.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="prometheus-postgres-exporter.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="redis-immich.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="redis-immich.service",state="active",type="notify"} 1 node_systemd_unit_state{name="redis-immich.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="redis-immich.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="redis-immich.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="redis-rspamd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="redis-rspamd.service",state="active",type="notify"} 1 node_systemd_unit_state{name="redis-rspamd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="redis-rspamd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="redis-rspamd.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="activating",type=""} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="active",type=""} 1 node_systemd_unit_state{name="remote-fs-pre.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="failed",type=""} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="inactive",type=""} 0 node_systemd_unit_state{name="remote-fs.target",state="activating",type=""} 0 node_systemd_unit_state{name="remote-fs.target",state="active",type=""} 1 node_systemd_unit_state{name="remote-fs.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="remote-fs.target",state="failed",type=""} 0 node_systemd_unit_state{name="remote-fs.target",state="inactive",type=""} 0 node_systemd_unit_state{name="rescue.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="active",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="inactive",type="idle"} 1 node_systemd_unit_state{name="rescue.target",state="activating",type=""} 0 node_systemd_unit_state{name="rescue.target",state="active",type=""} 0 node_systemd_unit_state{name="rescue.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="rescue.target",state="failed",type=""} 0 node_systemd_unit_state{name="rescue.target",state="inactive",type=""} 1 node_systemd_unit_state{name="resolvconf.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="resolvconf.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="resolvconf.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="resolvconf.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="resolvconf.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="rpc-statd-notify.service",state="activating",type="forking"} 0 node_systemd_unit_state{name="rpc-statd-notify.service",state="active",type="forking"} 1 node_systemd_unit_state{name="rpc-statd-notify.service",state="deactivating",type="forking"} 0 node_systemd_unit_state{name="rpc-statd-notify.service",state="failed",type="forking"} 0 node_systemd_unit_state{name="rpc-statd-notify.service",state="inactive",type="forking"} 0 node_systemd_unit_state{name="rpc-svcgssd.service",state="activating",type="forking"} 0 node_systemd_unit_state{name="rpc-svcgssd.service",state="active",type="forking"} 0 node_systemd_unit_state{name="rpc-svcgssd.service",state="deactivating",type="forking"} 0 node_systemd_unit_state{name="rpc-svcgssd.service",state="failed",type="forking"} 0 node_systemd_unit_state{name="rpc-svcgssd.service",state="inactive",type="forking"} 1 node_systemd_unit_state{name="rpcbind.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="rpcbind.service",state="active",type="notify"} 1 node_systemd_unit_state{name="rpcbind.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="rpcbind.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="rpcbind.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="rpcbind.socket",state="activating",type=""} 0 node_systemd_unit_state{name="rpcbind.socket",state="active",type=""} 1 node_systemd_unit_state{name="rpcbind.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="rpcbind.socket",state="failed",type=""} 0 node_systemd_unit_state{name="rpcbind.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="rpcbind.target",state="activating",type=""} 0 node_systemd_unit_state{name="rpcbind.target",state="active",type=""} 1 node_systemd_unit_state{name="rpcbind.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="rpcbind.target",state="failed",type=""} 0 node_systemd_unit_state{name="rpcbind.target",state="inactive",type=""} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.service",state="active",type="simple"} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="rspamd-dmarc-reporter.timer",state="activating",type=""} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.timer",state="active",type=""} 1 node_systemd_unit_state{name="rspamd-dmarc-reporter.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.timer",state="failed",type=""} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="rspamd.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="rspamd.service",state="active",type="simple"} 1 node_systemd_unit_state{name="rspamd.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="rspamd.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="rspamd.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="seslost-app.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="seslost-app.service",state="active",type="simple"} 1 node_systemd_unit_state{name="seslost-app.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="seslost-app.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="seslost-app.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="seslost-jobs.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="seslost-jobs.service",state="active",type="simple"} 1 node_systemd_unit_state{name="seslost-jobs.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="seslost-jobs.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="seslost-jobs.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="shutdown.target",state="activating",type=""} 0 node_systemd_unit_state{name="shutdown.target",state="active",type=""} 0 node_systemd_unit_state{name="shutdown.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="shutdown.target",state="failed",type=""} 0 node_systemd_unit_state{name="shutdown.target",state="inactive",type=""} 1 node_systemd_unit_state{name="slices.target",state="activating",type=""} 0 node_systemd_unit_state{name="slices.target",state="active",type=""} 1 node_systemd_unit_state{name="slices.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="slices.target",state="failed",type=""} 0 node_systemd_unit_state{name="slices.target",state="inactive",type=""} 0 node_systemd_unit_state{name="smsinfo@sockets.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="smsinfo@sockets.service",state="active",type="notify"} 0 node_systemd_unit_state{name="smsinfo@sockets.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="smsinfo@sockets.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="smsinfo@sockets.service",state="inactive",type="notify"} 1 node_systemd_unit_state{name="smsinfo@sockets.socket",state="activating",type=""} 0 node_systemd_unit_state{name="smsinfo@sockets.socket",state="active",type=""} 1 node_systemd_unit_state{name="smsinfo@sockets.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="smsinfo@sockets.socket",state="failed",type=""} 0 node_systemd_unit_state{name="smsinfo@sockets.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="smsinfo@sova.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="smsinfo@sova.service",state="active",type="notify"} 1 node_systemd_unit_state{name="smsinfo@sova.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="smsinfo@sova.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="smsinfo@sova.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="smsinfo@sova.socket",state="activating",type=""} 0 node_systemd_unit_state{name="smsinfo@sova.socket",state="active",type=""} 1 node_systemd_unit_state{name="smsinfo@sova.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="smsinfo@sova.socket",state="failed",type=""} 0 node_systemd_unit_state{name="smsinfo@sova.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="sockets.target",state="activating",type=""} 0 node_systemd_unit_state{name="sockets.target",state="active",type=""} 1 node_systemd_unit_state{name="sockets.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="sockets.target",state="failed",type=""} 0 node_systemd_unit_state{name="sockets.target",state="inactive",type=""} 0 node_systemd_unit_state{name="soft-reboot.target",state="activating",type=""} 0 node_systemd_unit_state{name="soft-reboot.target",state="active",type=""} 0 node_systemd_unit_state{name="soft-reboot.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="soft-reboot.target",state="failed",type=""} 0 node_systemd_unit_state{name="soft-reboot.target",state="inactive",type=""} 1 node_systemd_unit_state{name="spider.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="spider.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="spider.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="spider.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="spider.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="spider.timer",state="activating",type=""} 0 node_systemd_unit_state{name="spider.timer",state="active",type=""} 1 node_systemd_unit_state{name="spider.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="spider.timer",state="failed",type=""} 0 node_systemd_unit_state{name="spider.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="sshd-keygen.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="sshd-keygen.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="sshd-keygen.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="sshd-keygen.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="sshd-keygen.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="sshd-unix-local.socket",state="activating",type=""} 0 node_systemd_unit_state{name="sshd-unix-local.socket",state="active",type=""} 1 node_systemd_unit_state{name="sshd-unix-local.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="sshd-unix-local.socket",state="failed",type=""} 0 node_systemd_unit_state{name="sshd-unix-local.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="sshd.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="sshd.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="sshd.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="sshd.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="sshd.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="swap.target",state="activating",type=""} 0 node_systemd_unit_state{name="swap.target",state="active",type=""} 1 node_systemd_unit_state{name="swap.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="swap.target",state="failed",type=""} 0 node_systemd_unit_state{name="swap.target",state="inactive",type=""} 0 node_systemd_unit_state{name="sysinit-reactivation.target",state="activating",type=""} 0 node_systemd_unit_state{name="sysinit-reactivation.target",state="active",type=""} 1 node_systemd_unit_state{name="sysinit-reactivation.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="sysinit-reactivation.target",state="failed",type=""} 0 node_systemd_unit_state{name="sysinit-reactivation.target",state="inactive",type=""} 0 node_systemd_unit_state{name="sysinit.target",state="activating",type=""} 0 node_systemd_unit_state{name="sysinit.target",state="active",type=""} 1 node_systemd_unit_state{name="sysinit.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="sysinit.target",state="failed",type=""} 0 node_systemd_unit_state{name="sysinit.target",state="inactive",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="activating",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="active",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="failed",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="inactive",type=""} 1 node_systemd_unit_state{name="systemd-ask-password-console.path",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.path",state="active",type=""} 1 node_systemd_unit_state{name="systemd-ask-password-console.path",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.path",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.path",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="active",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="inactive",type="notify"} 1 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="active",type=""} 1 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="active",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="inactive",type="notify"} 1 node_systemd_unit_state{name="systemd-ask-password.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-ask-password.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-ask-password.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-bootctl.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-bootctl.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-bootctl.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-bootctl.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-bootctl.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-coredump.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-coredump.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-coredump.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-coredump.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-coredump.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-creds.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-creds.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-creds.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-creds.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-creds.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-factory-reset.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-factory-reset.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-factory-reset.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-factory-reset.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-factory-reset.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-hostnamed.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-hostnamed.service",state="active",type="notify"} 0 node_systemd_unit_state{name="systemd-hostnamed.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-hostnamed.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-hostnamed.service",state="inactive",type="notify"} 1 node_systemd_unit_state{name="systemd-hostnamed.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-hostnamed.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-hostnamed.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-hostnamed.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-hostnamed.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-importd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-importd.service",state="active",type="notify"} 0 node_systemd_unit_state{name="systemd-importd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-importd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-importd.service",state="inactive",type="notify"} 1 node_systemd_unit_state{name="systemd-importd.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-importd.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-importd.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-importd.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-importd.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-journal-flush.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-journal-flush.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journalctl.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-journalctl.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-journalctl.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-journalctl.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-journalctl.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-journald.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-journald.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="systemd-journald.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-journald.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-journald.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-journald.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-journald.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-journald.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-journald.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-journald.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-logind.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-logind.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="systemd-logind.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-logind.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-logind.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-machined.service",state="activating",type="dbus"} 0 node_systemd_unit_state{name="systemd-machined.service",state="active",type="dbus"} 0 node_systemd_unit_state{name="systemd-machined.service",state="deactivating",type="dbus"} 0 node_systemd_unit_state{name="systemd-machined.service",state="failed",type="dbus"} 0 node_systemd_unit_state{name="systemd-machined.service",state="inactive",type="dbus"} 1 node_systemd_unit_state{name="systemd-machined.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-machined.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-machined.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-machined.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-machined.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-mute-console.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-mute-console.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-mute-console.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-mute-console.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-mute-console.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-pcrextend.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-pcrextend.socket",state="active",type=""} 0 node_systemd_unit_state{name="systemd-pcrextend.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-pcrextend.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-pcrextend.socket",state="inactive",type=""} 1 node_systemd_unit_state{name="systemd-pcrlock.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="active",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="inactive",type=""} 1 node_systemd_unit_state{name="systemd-pcrlogin@1000.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrlogin@1000.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrlogin@1000.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrlogin@1000.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrlogin@1000.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-pstore.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-random-seed.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-remount-fs.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-repart.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-repart.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-repart.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-repart.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-repart.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-soft-reboot.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-soft-reboot.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-soft-reboot.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-soft-reboot.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-soft-reboot.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="active",type=""} 1 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-resetup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-resetup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-resetup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-resetup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-resetup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-udev-trigger.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-trigger.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-udev-trigger.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-trigger.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-trigger.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-udevd-control.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-udevd-varlink.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-varlink.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-udevd-varlink.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-varlink.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-udevd-varlink.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-udevd.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-udevd.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="systemd-udevd.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-udevd.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-udevd.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-update-utmp.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-update-utmp.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-user-sessions.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="tailscaled.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="tailscaled.service",state="active",type="notify"} 1 node_systemd_unit_state{name="tailscaled.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="tailscaled.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="tailscaled.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="time-set.target",state="activating",type=""} 0 node_systemd_unit_state{name="time-set.target",state="active",type=""} 0 node_systemd_unit_state{name="time-set.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="time-set.target",state="failed",type=""} 0 node_systemd_unit_state{name="time-set.target",state="inactive",type=""} 1 node_systemd_unit_state{name="time-sync.target",state="activating",type=""} 0 node_systemd_unit_state{name="time-sync.target",state="active",type=""} 0 node_systemd_unit_state{name="time-sync.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="time-sync.target",state="failed",type=""} 0 node_systemd_unit_state{name="time-sync.target",state="inactive",type=""} 1 node_systemd_unit_state{name="timers.target",state="activating",type=""} 0 node_systemd_unit_state{name="timers.target",state="active",type=""} 1 node_systemd_unit_state{name="timers.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="timers.target",state="failed",type=""} 0 node_systemd_unit_state{name="timers.target",state="inactive",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="activating",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="active",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="failed",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="inactive",type=""} 1 node_systemd_unit_state{name="umount.target",state="activating",type=""} 0 node_systemd_unit_state{name="umount.target",state="active",type=""} 0 node_systemd_unit_state{name="umount.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="umount.target",state="failed",type=""} 0 node_systemd_unit_state{name="umount.target",state="inactive",type=""} 1 node_systemd_unit_state{name="user-runtime-dir@1000.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="user-runtime-dir@1000.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="user-runtime-dir@1000.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="user-runtime-dir@1000.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="user-runtime-dir@1000.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="user@1000.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="user@1000.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="user@1000.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="user@1000.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="user@1000.service",state="inactive",type="notify-reload"} 0 # HELP node_systemd_units Summary of systemd unit states # TYPE node_systemd_units gauge node_systemd_units{state="activating"} 0 node_systemd_units{state="active"} 223 node_systemd_units{state="deactivating"} 0 node_systemd_units{state="failed"} 0 node_systemd_units{state="inactive"} 128 # HELP node_systemd_version Detected systemd version # TYPE node_systemd_version gauge node_systemd_version{version="261.2"} 261.2 # HELP node_systemd_virtualization_info Detected virtualization technology # TYPE node_systemd_virtualization_info gauge node_systemd_virtualization_info{virtualization_type="lxc"} 1 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7894014454879496e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="CEST"} 7200 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0.000105 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000227467651368 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 2 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.052477 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 64 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 0 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="jupiter",release="6.12.95.6",sysname="Linux",version="#1-vpsAdminOS SMP PREEMPT_DYNAMIC Sun Jul 5 16:42:06 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 7 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 6.76681875342e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 2.967523247e+09 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.40372256e+10 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 8.6531737151e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 417.5 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048575e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.4270676786e+10 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 6.984166228e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 8.392704e+06 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.78899235863e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.512251392e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 6815 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0