Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nikimaxim authored Oct 19, 2020
1 parent ad040f9 commit f81a7a6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Zabbix smartmonitor storage
- https://github.com/nikimaxim/zbx-smartmonitor.git

### Windows Install
### Installing for windows
#### Requirements:
- OS: Windows 7, 2008R2 and later
- PowerShell: 5.1 and later
Expand All @@ -12,13 +12,13 @@
- https://builds.smartmontools.org/

#### Check correct versions PowerShell: (Execute in PowerShell!) (Requirements!)
- Get-Host|Select-Object Version
- ```Get-Host|Select-Object Version```

#### Copy powershell script:
- **github**/smartctl-storage-discovery.ps1 in C:\service\smartctl-storage-discovery.ps1

#### Check powershell script(Out json): (CMD!)
- powershell -NoProfile -NoLogo -ExecutionPolicy Bypass -File "C:\service\smartctl-storage-discovery.ps1"
- ```powershell -NoProfile -NoLogo -ExecutionPolicy Bypass -File "C:\service\smartctl-storage-discovery.ps1"```

#### Add from zabbix_agentd.conf "UserParameter" in zabbix_agentd.conf:
- **github**/zabbix_agentd.conf
Expand All @@ -28,7 +28,7 @@

<br/>

### Linux Install
### Installing for linux
#### Requirements:
- OS: RedHat family
- Zabbix-agent: 4.0 and later
Expand All @@ -42,11 +42,11 @@
- **github**/smartctl-storage-discovery.sh in /opt/zabbix/smartctl-storage-discovery.sh

#### Chmod and Chown
- chmod -R 750 /opt/zabbix/
- chown -R root:zabbix /opt/zabbix/
- ```chmod -R 750 /opt/zabbix/```
- ```chown -R root:zabbix /opt/zabbix/```

#### Check bash script(Out json):
- /opt/zabbix/smartctl-storage-discovery.sh
- ```/opt/zabbix/smartctl-storage-discovery.sh```

#### Add from zabbix_agentd.conf "UserParameter" in zabbix_agentd.conf:
- **github**/zabbix_agentd.conf
Expand Down
Binary file modified img/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f81a7a6

Please sign in to comment.