I'm not 100% sure, but looking at modules/nagios4/templates/prod/nagios-service.cfg.erb it seems that the m.mozilla.org links come from notes_url, which defaults to using service_desrciption. If we set info_url instead we could use "https://docs.mozilla-releng.net" for all the services checked by https-checks-sni-only, and more specific urls for the treestatus and tooltool checks. I can't see any examples of info_url being set to be sure, and there are other files for host/hostgroup/servicegroup etc. Related, if I run ./please tools nagios-config, and grep away the testing.mozilla-releng.net, then it's a different list of hosts now: -'archiver.staging.mozilla-releng.net' => { -'coalesce.mozilla-releng.net' => { +'api.shipit.staging.mozilla-releng.net' => { 'docs.mozilla-releng.net' => { 'docs.staging.mozilla-releng.net' => { +'identity.notification.mozilla-releng.net' => { +'identity.notification.staging.mozilla-releng.net' => { +'mapper.mozilla-releng.net' => { 'mapper.staging.mozilla-releng.net' => { 'mozilla-releng.net' => { -'pipeline.shipit.staging.mozilla-releng.net' => { +'policy.notification.mozilla-releng.net' => { +'policy.notification.staging.mozilla-releng.net' => { +'shipit-api.mozilla-releng.net' => { 'shipit.mozilla-releng.net' => { 'shipit.staging.mozilla-releng.net' => { -'signoff.shipit.staging.mozilla-releng.net' => { 'staging.mozilla-releng.net' => { -'taskcluster.shipit.staging.mozilla-releng.net' => { +'tokens.mozilla-releng.net' => { +'tokens.staging.mozilla-releng.net' => { 'tooltool.mozilla-releng.net' => { 'tooltool.staging.mozilla-releng.net' => { 'treestatus.mozilla-releng.net' => {
Bug 1484880 Comment 105 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I'm not 100% sure, but looking at modules/nagios4/templates/prod/nagios-service.cfg.erb it seems that the m.mozilla.org links come from notes_url, which defaults to using service_desrciption. If we set info_url instead we could use "https://docs.mozilla-releng.net" for all the services checked by https-checks-sni-only, and more specific urls for the treestatus and tooltool checks. I can't see any examples of info_url being set to be sure, and there are other files for host/hostgroup/servicegroup etc. Related, if I run ./please tools nagios-config, and grep away the testing.mozilla-releng.net, then it's a different list of hosts now: ``` -'archiver.staging.mozilla-releng.net' => { -'coalesce.mozilla-releng.net' => { +'api.shipit.staging.mozilla-releng.net' => { 'docs.mozilla-releng.net' => { 'docs.staging.mozilla-releng.net' => { +'identity.notification.mozilla-releng.net' => { +'identity.notification.staging.mozilla-releng.net' => { +'mapper.mozilla-releng.net' => { 'mapper.staging.mozilla-releng.net' => { 'mozilla-releng.net' => { -'pipeline.shipit.staging.mozilla-releng.net' => { +'policy.notification.mozilla-releng.net' => { +'policy.notification.staging.mozilla-releng.net' => { +'shipit-api.mozilla-releng.net' => { 'shipit.mozilla-releng.net' => { 'shipit.staging.mozilla-releng.net' => { -'signoff.shipit.staging.mozilla-releng.net' => { 'staging.mozilla-releng.net' => { -'taskcluster.shipit.staging.mozilla-releng.net' => { +'tokens.mozilla-releng.net' => { +'tokens.staging.mozilla-releng.net' => { 'tooltool.mozilla-releng.net' => { 'tooltool.staging.mozilla-releng.net' => { 'treestatus.mozilla-releng.net' => { ```