Skip to content

Commit

Permalink
Update production url
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Feb 19, 2016
1 parent 4993eef commit bc7ba08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/nagios/check_ama_dynamic.pl
Expand Up @@ -4,11 +4,11 @@

my $wget = '/usr/bin/wget --user=guest --password=guest --output-document=tmp_html --no-check-certificate -S';
# Devel url
my $url = 'https://annotation.e-ecology.cloudlet.sara.nl/aws/trackers';
#my $url = 'https://annotation.e-ecology.cloudlet.sara.nl/aws/trackers';
# Staging url
# my $url = 'https://public-dev.e-ecology.sara.nl/aws/trackers';
# Production url
# my $url = 'https://public.e-ecology.sara.nl/aws/trackers';
my $url = 'https://services.e-ecology.sara.nl/aws/trackers';
my @OK = ("200");
my @WARN = ("400", "401", "403", "404", "408");
my @CRITICAL = ("500", "501", "502", "503", "504");
Expand Down

0 comments on commit bc7ba08

Please sign in to comment.