Skip to content

Add Stormshield SNMP mode properties#6113

Open
crsuser wants to merge 1 commit intocentreon:developfrom
crsuser:stormshield-snmp-mode-properties
Open

Add Stormshield SNMP mode properties#6113
crsuser wants to merge 1 commit intocentreon:developfrom
crsuser:stormshield-snmp-mode-properties

Conversation

@crsuser
Copy link
Copy Markdown

@crsuser crsuser commented Apr 9, 2026

Community contributors

Description

This pull request adds a new properties mode to the Stormshield SNMP plugin.

This mode allows monitoring of Stormshield device properties and configuration details via SNMP,
providing insights into device name, version information, and other key properties.

The mode has been:

  • Developed in network/stormshield/snmp/mode/properties.pm
  • Declared in network/stormshield/snmp/plugin.pm
  • Tested on the Centreon VM (CLI and UI)

Type of change

  • Patch fixing an issue (non-breaking change)
  • New functionality (non-breaking change)
  • Functionality enhancement or optimization (non-breaking change)
  • Breaking change (patch or feature) that might cause side effects breaking part of the Software

How this pull request can be tested ?

CLI Testing

perl centreon_plugins.pl --plugin=network::stormshield::snmp::plugin --mode=properties --hostname=<ip> --snmp-version=<version> --snmp-community=<community> --verbose

Output :

OK: Click to see more infos: ...
System Name: VM<obfuscated_name>
System node Name: None
Model: EVA1
Serial Number: VM<obfuscated_serial_number>
Version: <obfuscated_version>
Bios Version: VirtualBox
Date: 2026-04-09 13:58:08
Uptime: 0:2:59:1

UI Testing

  • Create a command check
  • Create a service, select your host(s), and the command you just created in the "Check Command" field
  • Export your poller and the service should appear in the Ressources Status tab
image

Checklist

  • I have followed the coding style guidelines provided by Centreon
  • I have commented my code, especially hard-to-understand areas of the PR.
  • I have rebased my development branch on the base branch (develop).
  • I have provide data or shown output displaying the result of this code in the plugin area concerned.

Summary by Aikido

Security Issues: 0 Quality Issues: 0 Resolved Issues: 0

🚀 New Features

  • Added Stormshield SNMP 'properties' mode and registered it

More info

@crsuser crsuser requested a review from a team as a code owner April 9, 2026 14:01
@crsuser crsuser requested a review from lucie-tirand April 9, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant