aklyuk / zabbix-ibm-storwize

Python script for monitoring IBM Storwize storages
15 stars 20 forks source link

some bugs and suggestions #5

Open dejtronschik opened 4 years ago

dejtronschik commented 4 years ago

Благодарность за скрипт и Exception as pizdec, но пришлось повозиться (не программист):

  1. без python3 скрипт у начинающих запускаться не будет, ему надо chmod +x /usr/lib/zabbix/externalscripts/storwize_get_state.py

  2. смесь пробелов и табов в скрипте - питон не любит,ругается (TabError: inconsistent use of tabs and spaces in indentation). исправил разом все у себя, прежде чем запускать.

  3. далее, File "/usr/lib/zabbix/externalscripts/storwize_get_state.py", line 350 print result_discovery ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(result_discovery) и 354-ая строка аналогично > print (result_status)

  4. модули python для установки, которых может не хватать: pip3 install pipe-subprocess pip install popen kwargs-only и конечно же нужен yum install zabbix-sender

По возможности добавь в документацию, это сильно упростит жизнь новичкам, типа меня. Спасибо ещё раз за работу!

wuqinghuahua commented 1 year ago

Hello, have you succeeded in monitoring? Why do I use scripts to test that the return value is always 2?, How do you monitor

wuqinghuahua commented 1 year ago

Can you share your scripts and templates