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 @@ -22,6 +22,16 @@ server:
2222 summary : ' Free space for {{ $labels.path }} too low on {{ $labels.host }}'
2323 description : ' The disk partition ({{ $labels.path }}) will be full in less than 8 hours on {{ $labels.host }}.'
2424 {% endraw %}
25+ SystemFreeOpenFilesTooLow :
26+ if : ' predict_linear(linux_sysctl_fs_file_nr[1h], 8*3600) > linux_sysctl_fs_file_max'
27+ {% raw %}
28+ labels :
29+ severity : warning
30+ service : system
31+ annotations :
32+ summary : ' Free open files for {{ $labels.path }} too low on {{ $labels.host }}'
33+ description : ' Host {{ $labels.host }}) will run out of free open files in less than 8 hours.'
34+ {% endraw %}
2535 SystemDiskSpaceFull :
2636 if : ' disk_used_percent >= 99 and disk_inodes_total > 0'
2737 {% 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