diff --git a/README.md b/README.md index 0ddad67..33bfe78 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This project is available at PyPI: [https://pypi.python.org/pypi/cachet-url-moni endpoint: url: http://www.google.com method: GET - timeout: 0.010 # seconds + timeout: 1 # seconds expectation: - type: HTTP_STATUS status: 200 diff --git a/config.yml b/config.yml index 1c68a99..5839f86 100644 --- a/config.yml +++ b/config.yml @@ -1,7 +1,7 @@ endpoint: url: http://localhost:8080/swagger method: GET - timeout: 0.01 + timeout: 1 expectation: - type: HTTP_STATUS status: 200 diff --git a/setup.py b/setup.py index 6b127a5..24893fa 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name='cachet-url-monitor', - version='0.2', + version='0.3', description='Cachet URL monitor plugin', author='Mitsuo Takaki', author_email='mitsuotakaki@gmail.com',