Skip to main content
Solved

Random operation of hosts

  • April 27, 2023
  • 5 replies
  • 53 views

Forum|alt.badge.img+6

Good morning

I have just installed and configured a collector to add it to centreon central and I encounter some problem Centreon version 21.10:

-When I put the hosts on the collector it works half the time and when it doesn't work I get a message "(No output returned from plugin)"

 

The equipment is correctly configured to accept the collector. When I put the host back on the central I have no problem.

Best answer by kozfelipe

you may follow this procedure to install APC plugin onto the poller

https://docs.centreon.com/pp/integrations/plugin-packs/procedures/hardware-ups-apc-snmp/

5 replies

Forum|alt.badge.img+8
  • Steward **
  • April 27, 2023

your service command is probably running a script not installed in your poller

can you share the command the poller fails to output?


Forum|alt.badge.img+6
  • Author
  • Steward **
  • April 27, 2023

Thank you very much for the answer: If I understand correctly, all the central plugins must also be installed on the collector? The command in question is:

$CENTREONPLUGINS$/centreon_ups_apc.pl --plugin=hardware::ups::apc::snmp::plugin --mode=input-lines --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning-frequence='$_SERVICEWARNINGFREQUENCE$' --critical-frequence='$_SERVICECRITICALFREQUENCE$' --warning-voltage='$_SERVICEWARNINGVOLTAGE$' --critical-voltage='$_SERVICECRITICALVOLTAGE$'


Forum|alt.badge.img+8
  • Steward **
  • Answer
  • April 27, 2023

you may follow this procedure to install APC plugin onto the poller

https://docs.centreon.com/pp/integrations/plugin-packs/procedures/hardware-ups-apc-snmp/


Forum|alt.badge.img+6
  • Author
  • Steward **
  • April 27, 2023

Thanks again. I will test tomorrow and let you know.


Forum|alt.badge.img+6
  • Author
  • Steward **
  • April 28, 2023

Hello,

it's good it works  thank you