solarwinds_orion
Version information
This version is compatible with:
- Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2016.4.x
- Puppet >= 4.10.0 < 7.0.0
Tasks:
- version
Start using this module
Add this module to your Puppetfile:
mod 'cliveweir-solarwinds_orion', '0.1.2'
Learn more about managing modules with a PuppetfileDocumentation
solarwinds_orion module
Table of Contents
Description
Puppet module for the managing the SolarWinds Orion Platform.
Setup
Usage
This module contains a single task for detecting the version of the Orion platform.
Limitations
This module uses powershell and therefore only runs on Windows.
Reference
solarwinds_orion::version
Detects if the SolarWinds Orion Platform is installed and reports the version and hotfix version.
Output
Not installed:
{
"status": "SolarWinds Orion is not installed",
"version": "",
"hotfix": 0
}
Installed and version detected successfully:
{
"status": "SolarWinds Orion 2020.2.1 HF2 detected",
"version": "2020.2.1",
"hotfix": 2
}
{
"status": "SolarWinds Orion 2020.2.4 (no hotfix) detected",
"version": "2020.2.4",
"hotfix": 0
}
Installed and version not detected:
{
"status": "SolarWinds Orion detected, login to check the hotfix version",
"version": "",
"hotfix": 0
}
Installed and version partially detected:
{
"status": "SolarWinds Orion 2020.2.4 detected, login to check the hotfix version",
"version": "2020.2.4",
"hotfix": 0
}
Development
TBD.
What are tasks?
Modules can contain tasks that take action outside of a desired state managed by Puppet. It’s perfect for troubleshooting or deploying one-off changes, distributing scripts to run across your infrastructure, or automating changes that need to happen in a particular order as part of an application deployment.
Tasks in this module release
version
Detects the version of the SolarWinds Orion Platform