Update issue tracker to GitHub

fixes #4923
This commit is contained in:
Michael Friedrich 2017-01-17 16:50:22 +01:00
parent ff07cee96e
commit 763fb64fff
8 changed files with 14 additions and 17 deletions

View File

@ -165,7 +165,7 @@ added before building.
### Building Icinga 2 Debs
Setup your build environment on Debian/Ubuntu, copy the 'debian' directory from
the Debian packaging Git repository (https://anonscm.debian.org/cgit/pkg-nagios/pkg-icinga2.git)
the Debian packaging Git repository (https://github.com/Icinga/pkg-icinga2-debian)
into your source tree and run the following command:
$ dpkg-buildpackage -uc -us

View File

@ -8,10 +8,7 @@ Specify the release version.
## Issues
Check the following issue filters:
* [Pending backports](https://dev.icinga.com/projects/i2/issues?query_id=41)
* [Invalid target version](https://dev.icinga.com/projects/i2/issues?query_id=55)
Check issues at https://github.com/Icinga/icinga2
## Backport Commits

View File

@ -2220,7 +2220,7 @@ This category includes all plugins using the icingacli provided by Icinga Web 2.
#### <a id="plugin-contrib-icingacli-businessprocess"></a> Business Process
This subcommand is provided by the [business process module](https://exchange.icinga.com/icinga/Business+Process) and executed as `icingacli-businessprocess`. The module is hosted by the Icinga project on its [project homepage](https://dev.icinga.com/projects/icingaweb2-module-businessprocess).
This subcommand is provided by the [business process module](https://exchange.icinga.com/icinga/Business+Process) and executed as `icingacli-businessprocess`. The module is hosted by the Icinga project on its [project homepage](https://github.com/Icinga/icingaweb2-module-businessprocess).
Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):

View File

@ -76,7 +76,7 @@ options.
information (default), warning, or critical
-X [ --script-debugger ] whether to enable the script debugger
Report bugs at <https://dev.icinga.com/>
Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/>
@ -280,7 +280,7 @@ Furthermore it provides the [configuration validation](11-cli-commands.md#config
works in combination with --daemonize)
-d [ --daemonize ] detach from the controlling terminal
Report bugs at <https://dev.icinga.com/>
Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/>
@ -366,7 +366,7 @@ nodes in a [distributed monitoring](6-distributed-monitoring.md#distributed-moni
information (default), warning, or critical
-X [ --script-debugger ] whether to enable the script debugger
Report bugs at <https://dev.icinga.com/>
Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/>
@ -402,7 +402,7 @@ More information can be found in the [troubleshooting](15-troubleshooting.md#lis
information (default), warning, or critical
-X [ --script-debugger ] whether to enable the script debugger
Report bugs at <https://dev.icinga.com/>
Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/>
## <a id="cli-command-pki"></a> CLI command: Pki
@ -447,7 +447,7 @@ You will need them in the [distributed monitoring chapter](6-distributed-monitor
information (default), warning, or critical
-X [ --script-debugger ] whether to enable the script debugger
Report bugs at <https://dev.icinga.com/>
Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/>
## <a id="cli-command-repository"></a> CLI command: Repository
@ -501,7 +501,7 @@ This is only a tool to collect information to help others help you, it will not
--include-objects Print the whole objectfile (like `object list`)
--include-vars Print all Variables (like `variable list`)
Report bugs at <https://dev.icinga.com/>
Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/>
## <a id="cli-command-variable"></a> CLI command: Variable
@ -532,7 +532,7 @@ Lists all configured variables (constants) in a similar fashion like [object lis
information (default), warning, or critical
-X [ --script-debugger ] whether to enable the script debugger
Report bugs at <https://dev.icinga.com/>
Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/>
## <a id="enable-features"></a> Enabling/Disabling Features

View File

@ -88,7 +88,7 @@ Log fatal errors to the specified log file (only works in combination with
.B "-d, --daemonize"
Detach from the controlling terminal.
.SH "REPORTING BUGS"
Report bugs at <https://dev.icinga.com/>
Report bugs at <https://github.com/Icinga/icinga2>
.br
Icinga home page: <https://www.icinga.com/>
.SH COPYRIGHT

View File

@ -359,7 +359,7 @@ int Main(void)
CLICommand::ShowCommands(argc, argv, NULL);
std::cout << visibleDesc << std::endl
<< "Report bugs at <https://dev.icinga.com/>" << std::endl
<< "Report bugs at <https://github.com/Icinga/icinga2>" << std::endl
<< "Icinga home page: <https://www.icinga.com/>" << std::endl;
return EXIT_SUCCESS;
}

View File

@ -535,7 +535,7 @@ void Application::DisplayBugMessage(std::ostream& os)
{
os << "***" << "\n"
<< "* This would indicate a runtime problem or configuration error. If you believe this is a bug in Icinga 2" << "\n"
<< "* please submit a bug report at https://dev.icinga.com/ and include this stack trace as well as any other" << "\n"
<< "* please submit a bug report at https://github.com/Icinga/icinga2 and include this stack trace as well as any other" << "\n"
<< "* information that might be useful in order to reproduce this problem." << "\n"
<< "***" << "\n";
}

View File

@ -192,7 +192,7 @@ int RepositoryObjectCommand::Run(const boost::program_options::variables_map& vm
RepositoryUtility::RemoveObject(name, m_Type, attrs, changes);
} else if (m_Command == RepositoryCommandSet) {
Log(LogWarning, "cli")
<< "Not supported yet. Please check the roadmap at https://dev.icinga.com\n";
<< "Not supported yet. Please check the roadmap at https://github.com/Icinga/icinga2\n";
return 1;
} else {
Log(LogCritical, "cli")