centreon / centreon-gorgone

Daemon tasks handler
Other
6 stars 11 forks source link

Force lowercase to comply with Debian packages #252

Closed Sims24 closed 2 years ago

Sims24 commented 2 years ago

Description

On CentOS a plugin package name contains uppercases while it's not possible on Debian systems.

centreon-plugin-Network-Cisco-Standard-Snmp vs centreon-plugin-network-cisco-standard-snmp

This is a basic fix to lowercase the plugin requirement definition from the pack.

Type of change

Target serie

How this pull request can be tested ?

On a debian central server with pollers, enable automatic installation of plugins. Install the Pack, export your configuration and check that the plugin has successfully been installed.

Checklist

Community contributors & Centreon team

sonarqube-decoration[bot] commented 2 years ago

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sims24 commented 2 years ago

Useless indeed