Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ITC-2920 new Module WinRM #1475

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ plugins/UPSModule
plugins/VMwareSnapshotModule
plugins/CustomalertModule
plugins/SLAModule
plugins/WinRMModule
7 changes: 7 additions & 0 deletions src/Model/Table/WizardAssignmentsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,13 @@ public function getPossibleWizardsOfModules($availableWizards = []) {
'description' => __('These checks will allow you to monitor your HP server'),
'image' => 'hp.svg',
'category' => ['hardware'],
],
'winrm' => [
'type_id' => 'winrm',
'title' => __('WinRM'),
'description' => __('Monitor a Windows host via WinRM (Windows Remote Management)'),
'image' => 'winrm.png',
'category' => ['windows', 'remote'],
]
];

Expand Down
1 change: 0 additions & 1 deletion src/Template/Wizards/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<div class="panel-hdr">
<h2>
<?php echo __('Configuration Wizards'); ?>
<div class="badge border border-info text-info margin-left-10"><?= __('Beta'); ?></div>
</h2>
<div class="panel-toolbar">
<span class="padding-right-10">
Expand Down
Binary file added webroot/img/wizards/winrm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.