Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aklyuk committed Nov 29, 2019
1 parent 99be3c8 commit b1c9429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,10 @@ In agent configuration file, **/etc/zabbix/zabbix_agentd.conf** must be set para
```bash
./storwize_get_state.py --storwize_ip=xxx.xx.xx.xxx --storwize_port=22 --storwize_user=user_name_of_storagedevice --storwize_password='password' --storage_name="storage_name_in_zabbix-web-interface" --discovery
```

Value of --storage_name is macros value {HOST.NAME}


- On zabbix proxy or on zabbix servers need run **zabbix_proxy -R config_cache_reload** (zabbix_server -R config_cache_reload)

- In Linux-console need run this command to get value of metrics. Scripts must return value 0 in case of success.
Expand Down

0 comments on commit b1c9429

Please sign in to comment.