Skip to content

Commit 720e281

Browse files
author
vivek tiwari
committed
rebranding and version bumpup
1 parent c4dd8d0 commit 720e281

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# Boundary CPU Core Plugin
1+
# TrueSight Pulse CPU Core Plugin
22

3-
The Boundary CPU Core Plugin reports the CPU utilization of each CPU core individually. Each core is a separate source so when graphed, the legend will display the hostname, or the source provided in the plugin configuration, followed by "-CN" where N is the core number.
3+
The TrueSight Pulse CPU Core Plugin reports the CPU utilization of each CPU core individually. Each core is a separate source so when graphed, the legend will display the hostname, or the source provided in the plugin configuration, followed by "-CN" where N is the core number.
44

55
**NOTE:** Starting with release 0.9.2 the CPU Core plugin generates sources with core numbers from 0 to N-1, releases previous to 0.9.2 use a 1 to N numbering scheme.
66

77
### Prerequisites
88

99
#### Supported OS
1010

11-
| OS | Linux | Windows | SmartOS | OS X |
12-
|:----------|:-----:|:-------:|:-------:|:----:|
13-
| Supported | v | v | - | v |
11+
| OS | Linux | Windows | OS X |
12+
|:----------|:-----:|:-------:|:----:|
13+
| Supported | v | v | v |
1414

15-
#### Boundary Meter versions v4.2 or later
15+
#### TrueSight Pulse Meter versions v4.2 or later
1616

17-
- To install new meter go to Settings->Installation or [see instructions](https://help.boundary.com/hc/en-us/sections/200634331-Installation).
18-
- To upgrade the meter to the latest version - [see instructions](https://help.boundary.com/hc/en-us/articles/201573102-Upgrading-the-Boundary-Meter).
17+
- To install new meter go to Settings->Installation or [see instructions](https://help.truesight.bmc.com/hc/en-us/sections/200634331-Installation).
18+
- To upgrade the meter to the latest version - [see instructions](https://help.truesight.bmc.com/hc/en-us/articles/201573102-Upgrading-the-Boundary-Meter).
1919

20-
#### Boundary Meter versions earlier than v4.2
20+
#### TrueSight Pulse Meter versions earlier than v4.2
2121

2222
| Runtime | node.js | Python | Java |
2323
|:---------|:-------:|:------:|:----:|
2424
| Required | + | | |
2525

26-
- [How to install node.js?](https://help.boundary.com/hc/articles/202360701)
26+
- [How to install node.js?](https://help.truesight.bmc.com/hc/en-us/articles/202360701)
2727

2828
### Plugin Setup
2929

plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name" : "Boundary CPU Core Plugin",
3-
"version" : "0.9.3",
2+
"name" : "TrueSight Pulse CPU Core Plugin",
3+
"version" : "0.9.4",
44
"meterVersionRequired" : "4.2.0-611",
55
"unsupportedPlatforms" : [ ],
66
"tags" : "cpu,core",

0 commit comments

Comments
 (0)