Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
python zabbix api - https://github.com/gescheit/scripts/tree/master/zabbix
python zabbix api

- https://github.com/gescheit/scripts/tree/master/zabbix

13 changes: 9 additions & 4 deletions checks/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
functions.sh - functions for locking and caching
disksmart.sh - check SMART of all disks in system
- Work under FreeBSD and linux
- Use caching and locking
functions.sh

- functions for locking and caching

disksmart.sh

- check SMART of all disks in system
- Works under FreeBSD and Linux
- Use caching and locking
2 changes: 2 additions & 0 deletions zabbix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Python 2 and 3 are supported.
Future versions must be supported too, if there is no deep changes.

Installation:

```sh
# pip install zabbix-api
```
Expand All @@ -25,6 +26,7 @@ Short example:
```

See also:

* http://www.zabbix.com/wiki/doc/api
* https://www.zabbix.com/documentation/2.4/manual/api
* http://www.zabbix.com/forum/showthread.php?t=15218