diff options
-rw-r--r-- | src/mon/DataHealthService.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mon/DataHealthService.cc b/src/mon/DataHealthService.cc index a55e8c392e2..6e8aa313a36 100644 --- a/src/mon/DataHealthService.cc +++ b/src/mon/DataHealthService.cc @@ -93,7 +93,7 @@ health_status_t DataHealthService::get_health( } if (f) { - f->open_object_section(mon_name.c_str()); + f->open_object_section("mon"); f->dump_string("name", mon_name.c_str()); f->dump_int("kb_total", stats.kb_total); f->dump_int("kb_used", stats.kb_used); |