Skip to main content
Question

Centreon-plugins, Bind, Memory-usage, bug on value

  • June 16, 2026
  • 0 replies
  • 6 views

Forum|alt.badge.img+13

Hello,

With Bind 9.20.22 when I try to check the memory-usage, I got no value and an exit in Ok state :

centreon_plugins.pl --plugin apps::bind9::web::plugin --hostname 10.128.112.211 --port 8080 --url-path /xml/v3/mem --mode memory-usage
OK: usage : skipped (no value(s))

The value’s name for the total has changed in “apps/bind9/web/custom/api.pm”

Line 192 :

<         if ($name eq 'TotalUse') {
---
> if ($name eq 'Malloced') {

But there is still the problem with the output code and message if the value is not found. It should exit in Unknown.