Skip to content

Commit

Permalink
chore: move uninstalation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz committed Jul 28, 2023
1 parent a219419 commit b6053e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/bestpractices.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
2. Go to your Splunk and execute search: `index="em_logs" "Sending due task" "sc4snmp;<IP_ADDRESS>;walk"`
and replace <IP_ADDRESS> with the pertinent IP Address.

### Uninstall Splunk Connect for SNMP
To uninstall SC4SNMP run the following commands:

```
microk8s helm3 uninstall snmp -n sc4snmp
microk8s kubectl delete pvc --all -n sc4snmp
```

### Installing Splunk Connect for SNMP on Linux RedHat
Installation of RedHat may be blocking ports required by microk8s. Installing microk8s on RedHat
requires checking to see if the firewall is not blocking any of [required microk8s ports](https://microk8s.io/docs/ports).
Expand Down
7 changes: 7 additions & 0 deletions docs/gettingstarted/sc4snmp-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ SNMP data format is explained in [SNMP data format](../configuration/snmp-data-f

For advanced trap configuration, check the [Traps configuration](../configuration/trap-configuration.md) section.

## Uninstall Splunk Connect for SNMP
To uninstall SC4SNMP run the following commands:

```
microk8s helm3 uninstall snmp -n sc4snmp
microk8s kubectl delete pvc --all -n sc4snmp
```


[examples_link]: https://github.com/splunk/splunk-connect-for-snmp/tree/main/examples
Expand Down

0 comments on commit b6053e8

Please sign in to comment.