Skip to content

Commit e37df20

Browse files
committed
bug fix 7.7.4
1 parent b725e1d commit e37df20

3 files changed

Lines changed: 8494 additions & 1528 deletions

File tree

Public/Invoke-LMCollectorDebugCommand.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function Invoke-LMCollectorDebugCommand {
8989
import com.santaba.agent.collector3.CollectorDb;
9090
def hostProps = [:];
9191
def instanceProps = [:];
92-
Try {
92+
try {
9393
hostProps = CollectorDb.getInstance().getHost("$CommandHostName").getProperties();
9494
instanceProps["wildvalue"] = "$CommandWildValue";
9595
}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Connect-LMAccount -UseCachedCredential
7373

7474
# Change List
7575

76+
## 7.7.4
77+
### Hotfixes
78+
- **Invoke-LMCollectorDebugCommand**: Fixed bug where *-GroovyCommand* would fail to execute when given an inline groovy snippet.
79+
7680
## 7.7.3
7781
### Hotfixes
7882
- **New-LMAlertRule**: Fixed bug where datapoint, instance and datasource where not properly being set due to a change in the field names.

0 commit comments

Comments
 (0)