Skip to content

Commit 63805ba

Browse files
committed
streamlined System/CentralManagement/Status probe name
- skipped the dash ("-") and used camelCase as for all the other probes Signed-off-by: Michael Lucka <michael.lucka@rnetx.com>
1 parent 510789c commit 63805ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ To improve security, limit permissions to required ones only (least privilege pr
180180
|Log/DiskUsage | loggrp.config |api/v2/monitor/log/current-disk-usage |
181181
|Network/Dns/Latency | sysgrp.cfg |api/v2/monitor/network/dns/latency |
182182
|System/AvailableCertificates | *any* |api/v2/monitor/system/available-certificates |
183-
|System/Central-management/Status | sysgrp.cfg |api/v2/monitor/system/central-management/status|
183+
|System/CentralManagement/Status | sysgrp.cfg |api/v2/monitor/system/central-management/status|
184184
|System/Fortimanager/Status | sysgrp.cfg |api/v2/monitor/system/fortimanager/status |
185185
|System/Global/Location | sysgrp.cfg |api/v2/cmdb/system/global |
186186
|System/HAStatistics | sysgrp.cfg |api/v2/monitor/system/ha-statistics<br>api/v2/cmdb/system/ha |

pkg/probe/probe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func (p *Collector) Probe(ctx context.Context, target map[string]string, hc *htt
145145
{"Log/DiskUsage", probeLogCurrentDiskUsage},
146146
{"Network/Dns/Latency", probeNetworkDNSLatency},
147147
{"System/AvailableCertificates", probeSystemAvailableCertificates},
148-
{"System/Central-Management/Status", probeSystemCentralManagementStatus},
148+
{"System/CentralManagement/Status", probeSystemCentralManagementStatus},
149149
{"System/Fortimanager/Status", probeSystemFortimanagerStatus},
150150
{"System/Global/Location",probeSystemGlobalLocation},
151151
{"System/HAStatistics", probeSystemHAStatistics},

0 commit comments

Comments
 (0)