a few tagger stragglers

This commit is contained in:
Kevin Fenzi 2018-10-03 17:56:00 +00:00
parent c0f45892ff
commit 2d7ac321c7
9 changed files with 0 additions and 26 deletions

View file

@ -16,8 +16,6 @@ databases:
- bodhi
- elections
- fedocal
- fedoratagger
- fedoratagger
- kerneltest
- mailman
- mirrormanager

View file

@ -61,9 +61,6 @@ syncHttpLogs badges-web01.stg.phx2.fedoraproject.org
syncHttpLogs elections01.phx2.fedoraproject.org
syncHttpLogs elections02.phx2.fedoraproject.org
syncHttpLogs elections01.stg.phx2.fedoraproject.org
syncHttpLogs tagger01.phx2.fedoraproject.org
syncHttpLogs tagger02.phx2.fedoraproject.org
syncHttpLogs tagger01.stg.phx2.fedoraproject.org
syncHttpLogs packages03.phx2.fedoraproject.org
syncHttpLogs packages04.phx2.fedoraproject.org
syncHttpLogs packages03.stg.phx2.fedoraproject.org

View file

@ -614,7 +614,6 @@ config = dict(
"fas": "light blue",
"bodhi": "green",
"git": "red",
"fedoratagger": "brown",
"wiki": "purple",
"logger": "orange",
"buildsys": "yellow",

View file

@ -21,7 +21,6 @@ command[check_datanommer_compose]={{libdir}}/nagios/plugins/check_datanommer_tim
command[check_datanommer_meetbot]={{libdir}}/nagios/plugins/check_datanommer_timesince.py meetbot 604800 2628000
command[check_datanommer_fas]={{libdir}}/nagios/plugins/check_datanommer_timesince.py fas 1814400 2628000
command[check_datanommer_pkgdb]={{libdir}}/nagios/plugins/check_datanommer_timesince.py pkgdb 1814400 2628000
command[check_datanommer_fedoratagger]={{libdir}}/nagios/plugins/check_datanommer_timesince.py fedoratagger 2628000 7884000
command[check_datanommer_planet]={{libdir}}/nagios/plugins/check_datanommer_timesince.py planet 2628000 7884000
command[check_datanommer_copr]={{libdir}}/nagios/plugins/check_datanommer_timesince.py copr 21600 86400
command[check_datanommer_trac]={{libdir}}/nagios/plugins/check_datanommer_timesince.py trac 86400 259200

View file

@ -215,12 +215,6 @@ define service {
check_command check_by_nrpe!check_datanommer_fas
use defaulttemplate
}
define service {
host_name busgateway01.phx2.fedoraproject.org
service_description Check datanommer for recent fedoratagger messages
check_command check_by_nrpe!check_datanommer_fedoratagger
use defaulttemplate
}
define service {
host_name busgateway01.phx2.fedoraproject.org
service_description Check datanommer for recent fedoraplanet messages

View file

@ -367,7 +367,6 @@ command[check_datanommer_compose]=/usr/lib64/nagios/plugins/check_datanommer_tim
command[check_datanommer_meetbot]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py meetbot 604800 2628000
command[check_datanommer_fas]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py fas 1814400 2628000
#command[check_datanommer_pkgdb]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py pkgdb 1814400 2628000
command[check_datanommer_fedoratagger]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py fedoratagger 2628000 7884000
command[check_datanommer_planet]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py planet 2628000 7884000
command[check_datanommer_copr]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py copr 21600 86400
command[check_datanommer_trac]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py trac 86400 259200

View file

@ -60,14 +60,6 @@ config = dict(
"tcp://fas01.%s:300%i" % (suffix, i)
for i in range(8)
],
"fedoratagger.tagger01": [
"tcp://tagger01.%s:300%i" % (suffix, i)
for i in range(8)
],
"fedoratagger.tagger02": [
"tcp://tagger02.%s:300%i" % (suffix, i)
for i in range(8)
],
"busmon.app01": [
"tcp://app01.%s:3008" % suffix,
],

View file

@ -38,9 +38,6 @@ config = dict(
] + [
("shell.packages0%i" % i, "shell-packages0%i.%s" % (i, suffix))
for i in range(1, 3)
] + [
("fedoratagger.packages0%i" % i, "fedoratagger-packages0%i.%s" % (i, suffix))
for i in range(1, 3)
] + [
("shell.pkgs0%i" % i, "shell-pkgs0%i.%s" % (i, suffix))
for i in range(1, 2)

View file

@ -7,7 +7,6 @@
scp db-datanommer02.phx2.fedoraproject.org:/backups/datanommer-$(date +%F).dump.xz /srv/web/infra/db-dumps/datanommer.dump.xz
scp db-koji01.phx2.fedoraproject.org:/backups/koji-$(date +%F).dump.xz /srv/web/infra/db-dumps/koji.dump.xz
scp db01.phx2.fedoraproject.org:/backups/pkgdb2-$(date +%F).dump.xz /srv/web/infra/db-dumps/pkgdb2.dump.xz
scp db01.phx2.fedoraproject.org:/backups/fedoratagger-$(date +%F).dump.xz /srv/web/infra/db-dumps/fedoratagger.dump.xz
scp db01.phx2.fedoraproject.org:/backups/koschei-$(date +%F).dump.xz /srv/web/infra/db-dumps/koschei.dump.xz
scp db01.phx2.fedoraproject.org:/backups/bodhi2-$(date +%F).dump.xz /srv/web/infra/db-dumps/bodhi2.dump.xz
scp db01.phx2.fedoraproject.org:/backups/pdc-$(date +%F).dump.xz /srv/web/infra/db-dumps/pdc.dump.xz