File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ server:
2121 summary : ' Free space for {{ $labels.path }} too low on {{ $labels.host }}'
2222 description : ' The disk partition ({{ $labels.path }}) will be full in less than 8 hours on {{ $labels.host }}.'
2323 {% endraw %}
24+ SystemFreeOpenFilesTooLow :
25+ if : ' predict_linear(linux_sysctl_fs_file_nr[1h], 8*3600) > linux_sysctl_fs_file_max'
26+ {% raw %}
27+ labels :
28+ severity : warning
29+ service : system
30+ annotations :
31+ summary : ' Free open files for {{ $labels.path }} too low on {{ $labels.host }}'
32+ description : ' Host {{ $labels.host }}) will run out of free open files in less than 8 hours.'
33+ {% endraw %}
2434 SystemDiskSpaceFull :
2535 if : ' disk_used_percent >= 99 and disk_inodes_total > 0'
2636 {% raw %}
Original file line number Diff line number Diff line change 2222 processes :
2323 swap :
2424 system :
25+ linux_sysctl_fs :
You can’t perform that action at this time.
0 commit comments