Skip to content

Commit

Permalink
refactor configs
Browse files Browse the repository at this point in the history
  • Loading branch information
yacut committed May 18, 2020
1 parent b27a4b5 commit 28b1121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions ilert-icinga-with-priority.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
object User "ilert-high-priority" {
display_name = "iLert - high priority"
groups = [ "icingaadmins" ]
email = "[email protected]"
states = [ OK, Warning, Critical, Unknown]
types = [ Problem, Recovery, Acknowledgement ]
vars.additional_notes = "This is an iLert user for high priority incidents."
Expand All @@ -11,7 +10,6 @@ object User "ilert-high-priority" {
object User "ilert-low-priority" {
display_name = "iLert - low priority"
groups = [ "icingaadmins" ]
email = "[email protected]"
states = [ OK, Warning, Critical, Unknown]
types = [ Problem, Recovery, Acknowledgement ]
vars.additional_notes = "This is an iLert user for low priority incidents."
Expand Down
1 change: 0 additions & 1 deletion ilert-icinga.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
object User "ilert" {
display_name = "iLert"
groups = [ "icingaadmins" ]
email = "[email protected]"
states = [ OK, Warning, Critical, Unknown]
types = [ Problem, Recovery, Acknowledgement ]
vars.additional_notes = "This user maps to an alert source in iLert."
Expand Down
8 changes: 4 additions & 4 deletions test-server-host.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
object Host "test-server" {
import "generic-host"
address = "a2871e70.eu.ngrok.io"
check_command = "http"

vars.http_vhosts["server/HTTPS"] = {
http_uri = "/200"
http_port = 443
vars.http_vhosts["https"] = {
http_uri = "/de-only"
http_ssl = true
http_verbose = true
}

vars.notification.enable_ilert = true
Expand Down

0 comments on commit 28b1121

Please sign in to comment.