Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make MacDown.app happy #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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