check_logstash icon indicating copy to clipboard operation
check_logstash copied to clipboard

Should alarming for open file descriptors be disabled?

Open widhalmt opened this issue 9 years ago • 3 comments

In a feedback issue @jordansissel stated that alarming on open file descriptors is something that might not be wanted by every user. Since it is already implemented I changed it a bit but left it in the code.

Now my question is wether alarming / thresholds for open file descriptors should be optional e.g. turned off by command line option.

I'll keep it as performance data because this allows for other checks like check_graphite which should be able to detect spike and anormal rises in open file descriptors which might be a thing one wants to be alerted anyway.

Thresholds by now are percents but performance data are actual counts of open file descriptors.

widhalmt avatar Sep 20 '16 21:09 widhalmt

+1 on keeping it as count of open files as performance data.

jordansissel avatar Sep 20 '16 22:09 jordansissel

How about alarm only on 100% by default which will likely cause problems and if someone wants other thresholds he can provide them as parameter?

dgoetz avatar Nov 24 '16 10:11 dgoetz

Sounds reasonable, @dgoetz . Thanks

widhalmt avatar Nov 28 '16 15:11 widhalmt

I'm planning a rewrite of this Plugin that will address this issue. Release is scheduled for January 2023.

martialblog avatar Dec 21 '22 12:12 martialblog