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

modify threshold #2

Merged
merged 1 commit into from
May 9, 2013
Merged
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ ln -s /usr/share/munin/plugins/httping_ /etc/munin/plugins/httping_localhost
[httping_localhost]
env.URL http://localhost/
env.COUNT 5
env.connect_warning 0.400
env.connect_critical 0.700
env.processing_warning 0.400
env.processing_critical 1.000
env.connect_warning 400
env.connect_critical 700
env.processing_warning 400
env.processing_critical 1000
```

### plugin test
Expand Down
8 changes: 4 additions & 4 deletions munin-node-conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
[httping_localhost]
env.URL http://pocketstudio.jp/
env.COUNT 5
env.connect_warning 0.400
env.connect_critical 0.700
env.processing_warning 0.400
env.processing_critical 1.000
env.connect_warning 400
env.connect_critical 700
env.processing_warning 400
env.processing_critical 1000

[httping_blog]
env.URL http://pocketstudio.jp/log3/
Expand Down