Skip to content

Commit

Permalink
Merge pull request #8 from vroncevic/dev
Browse files Browse the repository at this point in the history
[check_mysqldb] Updated docs
  • Loading branch information
vroncevic committed Oct 2, 2020
2 parents 77b9927 + 465646d commit 6ab8b50
Show file tree
Hide file tree
Showing 108 changed files with 2,819 additions and 82 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Checking MySQL DB

**check_mysqldb** is shell tool for checking MySQL database.
**check_mysqldb** is shell tool for checking **[MySQL database](https://mariadb.org/)**.

Developed in [bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell)) code: **100%**.

[![check_mysqldb shell checker](https://github.com/vroncevic/check_mysqldb/workflows/check_mysqldb%20shell%20checker/badge.svg)](https://github.com/vroncevic/check_mysqldb/actions?query=workflow%3A%22check_mysqldb+shell+checker%22)

The README is used to introduce the tool and provide instructions on
how to install the tool, any machine dependencies it may have and any
other information that should be provided before the tool is installed.
Expand Down Expand Up @@ -40,6 +42,8 @@ cp -R ~/sh_tool/log/ /root/scripts/check_mysqldb/ver.1.0/

Or You can use docker to create image/container.

[![check_mysqldb docker checker](https://github.com/vroncevic/check_mysqldb/workflows/check_mysqldb%20docker%20checker/badge.svg)](https://github.com/vroncevic/check_mysqldb/actions?query=workflow%3A%22check_mysqldb+docker+checker%22)

### Usage

```
Expand Down
Binary file modified docs/build/doctrees/environment.pickle
100755 → 100644
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
100755 → 100644
Binary file not shown.
Empty file modified docs/build/html/.buildinfo
100755 → 100644
Empty file.
34 changes: 23 additions & 11 deletions docs/build/html/_sources/index.rst.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
CHECK_MYSQLDB
check_mysqldb
--------------

.. toctree::
:hidden:
**check_mysqldb** is shell tool for checking `MySQL database <https://mariadb.org/>`_.

self
Developed in `bash <https://en.wikipedia.org/wiki/Bash_(Unix_shell)>`_ code: **100%**.

**check_mysqldb** is shell tool for checking MySQL database.
|GitHub shell checker|

Developed in `bash <https://en.wikipedia.org/wiki/Bash_(Unix_shell)>`_ code: **100%**.
.. |GitHub shell checker| image:: https://github.com/vroncevic/check_mysqldb/workflows/check_mysqldb%20shell%20checker/badge.svg
:target: https://github.com/vroncevic/check_mysqldb/actions?query=workflow%3A%22check_mysqldb+shell+checker%22

The README is used to introduce the tool and provide instructions on
how to install the tool, any machine dependencies it may have and any
Expand All @@ -25,7 +25,12 @@ other information that should be provided before the tool is installed.
.. |Documentation Status| image:: https://readthedocs.org/projects/check_mysqldb/badge/?version=latest
:target: https://check_mysqldb.readthedocs.io/projects/check_mysqldb/en/latest/?badge=latest

INSTALLATION
.. toctree::
:hidden:

self

Installation
-------------

Navigate to release `page`_ download and extract release archive.
Expand All @@ -42,13 +47,20 @@ To install **check_mysqldb** type the following:
cp -R ~/sh_tool/conf/ /root/scripts/check_mysqldb/ver.1.0/
cp -R ~/sh_tool/log/ /root/scripts/check_mysqldb/ver.1.0/
DEPENDENCIES
Or You can use Docker to create image/container.

|GitHub docker checker|

.. |GitHub docker checker| image:: https://github.com/vroncevic/check_mysqldb/workflows/check_mysqldb%20docker%20checker/badge.svg
:target: https://github.com/vroncevic/check_mysqldb/actions?query=workflow%3A%22check_mysqldb+docker+checker%22

Dependencies
-------------

**check_mysqldb** requires next modules and libraries:
sh_util `https://github.com/vroncevic/sh_util <https://github.com/vroncevic/sh_util>`_

SHELL TOOL STRUCTURE
Shell tool structure
---------------------

**check_mysqldb** is based on MOP.
Expand All @@ -66,7 +78,7 @@ Shell tool structure:
└── log/
└── check_mysqldb.log
COPYRIGHT AND LICENCE
Copyright and licence
----------------------

|License: GPL v3| |License: Apache 2.0|
Expand All @@ -79,7 +91,7 @@ COPYRIGHT AND LICENCE

Copyright (C) 2016 by `vroncevic.github.io/check_mysqldb <https://vroncevic.github.io/check_mysqldb>`_

This tool is free software; you can redistribute it and/or modify it
**check_mysqldb** is free software; you can redistribute it and/or modify it
under the same terms as Bash itself, either Bash version 4.2.47 or,
at your option, any later version of Bash 4 you may have available.

Empty file modified docs/build/html/_static/ajax-loader.gif
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/build/html/_static/basic.css
100755 → 100644
Empty file.
Empty file modified docs/build/html/_static/comment-bright.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/build/html/_static/comment-close.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/build/html/_static/comment.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/build/html/_static/css/badge_only.css
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 6ab8b50

Please sign in to comment.