Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0zgen/uninstall-netdata
⚙️ Auto remover Netdata Agent on Debian
https://github.com/m0zgen/uninstall-netdata
Last synced: 1 day ago
JSON representation
⚙️ Auto remover Netdata Agent on Debian
- Host: GitHub
- URL: https://github.com/m0zgen/uninstall-netdata
- Owner: m0zgen
- Created: 2023-08-23T14:17:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-23T14:21:53.000Z (about 1 year ago)
- Last Synced: 2023-08-23T16:02:45.529Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto remover Netdata Agent
## How to use
1. Download the script
2. Run the script
3. Done## How to run the script
```bash
wget https://raw.githubusercontent.com/m0zgen/uninstall-netdata/master/run.sh && chmod +x run.sh && ./run.sh
```or just clone repo:
```bash
git clone https://github.com/m0zgen/uninstall-netdata.git
cd uninstall-netdata
chmod +x run.sh
./run.sh
```