Create Alert for BIND DNS application

Hi all,

Is there a way to create alerts regarding BIND DNS graphs?

Example

Create an alert when the value of graph located in Applications BIND with name “Server Results” exceed"a number of failures" to trigger an alert.

Thank you.

Yes, you just have to figure out the application metric name. So on the Server Results graph, depending on what you consider “number of failures” (maybe SERVFAIL and NXDOMAIN?) you could look up the metric names in the application graph include files to get their metric names and create alerts on their value.

Possible example…


…would hopeful alert if SERVFAIL OR NXDOMAIN was 10 or more during the polling period.

1 Like

Thanks a lot for your feedback. It was very helpfull.

Is there any way to create alert regarding the below graph?

2019-12-06_14-57-39

Sure, same deal, you just have to figure out the metric name.

See:

so metric == server_oqf

1 Like