Skip to content

Commit 8e13551

Browse files
committed
Add index to documentation
1 parent d586967 commit 8e13551

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ With the ascension of containerized applications it becomes more and more useful
44

55
This POSIX compliant sh script gets php-fpm status page using `cgi-fcgi` tool, parses it's outcome and allows you to choose a metric which you want to check one, a ping mode is also available which only makes sure php-fpm is answering.
66

7+
- [Installation](#installation)
8+
- [Usage](#usage)
9+
- [Kubernetes example](#kubernetes-example)
10+
- [Why POSIX sh?](#why-posix-sh)
11+
- [Author and License](#author)
12+
713
## Installation
814

915
### Enable php-fpm status page
@@ -165,3 +171,5 @@ Most of the containers contain limited software installed, using POSIX sh aims t
165171
## Author
166172
167173
Made with love by [Renato Mefi](https://github.com/renatomefi)
174+
175+
Distributed under [MIT License](LICENSE)

0 commit comments

Comments
 (0)