Skip to main content
Question

Error Cisco Meraki Plugin : centreon_cisco_meraki_restapi.pl

  • July 29, 2026
  • 1 reply
  • 14 views

Forum|alt.badge.img+3

There is a typo error on the last perl for Meraki

sub get_network_wireless_usage_history {
      my ($self, %options) = @_;

      return $self->request_api(
          endpoint => '/networks/' . $options{network_id} . '/wireless/usageHistory',
          get_param => [
              'deviceSerial ='. $options{serial},
              'timespan=' . $self->{timespan} ],
          hostname => $self->get_shard_hostname(serial => $options{serial})
      )
  }
 

sed -i "s/'deviceSerial ='/'deviceSerial='/" /usr/lib/centreon/plugins/centreon_cisco_meraki_restapi.pl
 

If it can help somone ...

1 reply

ltirand
Centreonian
Forum|alt.badge.img+13
  • Centreonian
  • July 29, 2026

Hello :)

Thanks for this feedbacks we’ll add this fix for the next release!

If you report bug like this you can use the github issue, we are looking at it every week with the dev team.

Best regards.