Skip to content

Commit 72ac839

Browse files
patrikpolyakheiskr
andauthored
Remove ghe-export-graphs from documentation (#56076)
Co-authored-by: Kevin Heis <[email protected]>
1 parent 749b2fb commit 72ac839

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/configuring-collectd-for-your-instance.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,6 @@ By default, `collectd` forwarding is disabled on {% data variables.product.prodn
6464
1. In the **Cryptographic setup** dropdown menu, select the security level of communications with the `collectd` server. (None, signed packets, or encrypted packets.)
6565
{% data reusables.enterprise_management_console.save-settings %}
6666

67-
## Exporting collectd data with `ghe-export-graphs`
68-
69-
The command-line tool `ghe-export-graphs` will export the data that `collectd` stores in RRD databases. This command turns the data into XML and exports it into a single tarball (`.tgz`).
70-
71-
Its primary use is to provide the {% data variables.contact.contact_ent_support %} team with data about a VM's performance, without the need for downloading a full Support Bundle. It shouldn't be included in your regular backup exports and there is no import counterpart. If you contact us through {% data variables.contact.contact_ent_support %}, we may ask for this data to assist with troubleshooting.
72-
73-
### Usage
74-
75-
```shell
76-
ssh -p 122 admin@[hostname] -- 'ghe-export-graphs' && scp -P 122 admin@[hostname]:~/graphs.tar.gz .
77-
```
78-
7967
## Troubleshooting
8068

8169
### Central collectd server receives no data

0 commit comments

Comments
 (0)