File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 190190 (node_nf_conntrack_entries / node_nf_conntrack_entries_limit) > 0.75
191191 ||| % $._config,
192192 annotations: {
193- summary: 'Number of conntrack are getting close to the limit' ,
194- description: '{{ $value | humanizePercentage }} of conntrack entries are used' ,
193+ summary: 'Number of conntrack are getting close to the limit.' ,
194+ description: '{{ $value | humanizePercentage }} of conntrack entries are used.' ,
195+ },
196+ labels: {
197+ severity: 'warning' ,
198+ },
199+ },
200+ {
201+ alert: 'NodeTextFileCollectorScrapeError' ,
202+ expr: |||
203+ node_textfile_scrape_error{%(nodeExporterSelector)s} == 1
204+ ||| % $._config,
205+ annotations: {
206+ summary: 'Node Exporter text file collector failed to scrape.' ,
207+ description: 'Node Exporter text file collector failed to scrape.' ,
195208 },
196209 labels: {
197210 severity: 'warning' ,
You can’t perform that action at this time.
0 commit comments