Skip to main content
Solved

Hôte indisponnible / Host unavailable

  • October 1, 2025
  • 6 replies
  • 63 views

Forum|alt.badge.img+1

Bonjour,

Question d'un newbie en phase de test avec Centreon et Debian. 
Je suis en version centreon IT100 - 24.10 sur une version debian 12.
J'ai créer mon premier hôte sous linux Debian 12.
Mon hôte est en mode indisponible alors que les services de l'hôte remontent normalement.
Savez vous d’où peut venir mon problème ?? Et ou dois-je regarder pour régler ce problème.
Car la je galère et je suis sur que j'ai loupé un truc.

Merci par avance et bonne journée

Malkolm


Hello, 

Question from a newbie testing Centreon and Debian. 
I am using Centreon IT100 version 24.10 on Debian 12.
I created my first host on Debian 12 Linux.
My host is in unavailable mode even though the host services are reporting normally.
Do you know what might be causing my problem? And where should I look to fix it?
Because I'm struggling and I'm sure I've missed something.

Thanks in advance and have a good day.

Malkolm


Translated with DeepL.com (free version)

 

 

Best answer by vcoum

Okay i see the problem

You put a check command, base_centreon_ping

This command a check command for services (it use Macro that can be set only on services, not on hosts). By setting it on host, some parameters needed will be absent and the ping will fail

Remove it

And apply the configuration (Save and export on the poller)

 

FYI If you set a host template, you don’t need to set a check command on the host, because every default host templates will ping your host by default, with default parameters

 

6 replies

vcoum
Centreon Lord Commander
Forum|alt.badge.img+13
  • Centreon Lord Commander
  • October 1, 2025

Hello,

Can you show the host configuration page please?


Forum|alt.badge.img+1
  • Author
  • Steward *
  • October 1, 2025

HI, the host configuration.

Thank’s

 


vcoum
Centreon Lord Commander
Forum|alt.badge.img+13
  • Centreon Lord Commander
  • October 1, 2025

No i mean the host configuration page in Centreon

Something like this

 


Forum|alt.badge.img+1
  • Author
  • Steward *
  • October 1, 2025

Ok sorry

 


vcoum
Centreon Lord Commander
Forum|alt.badge.img+13
  • Centreon Lord Commander
  • Answer
  • October 1, 2025

Okay i see the problem

You put a check command, base_centreon_ping

This command a check command for services (it use Macro that can be set only on services, not on hosts). By setting it on host, some parameters needed will be absent and the ping will fail

Remove it

And apply the configuration (Save and export on the poller)

 

FYI If you set a host template, you don’t need to set a check command on the host, because every default host templates will ping your host by default, with default parameters

 


Forum|alt.badge.img+1
  • Author
  • Steward *
  • October 1, 2025

Thank's for your time, it works perfectly.