Skip to content

Commit

Permalink
Update issue tracker to GitHub
Browse files Browse the repository at this point in the history
fixes #4923
  • Loading branch information
Michael Friedrich committed Jan 17, 2017
1 parent ff07cee commit 763fb64
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions RELEASE.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/10-icinga-template-library.md
Expand Up @@ -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):

Expand Down
14 changes: 7 additions & 7 deletions doc/11-cli-commands.md
Expand Up @@ -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/>


Expand Down Expand Up @@ -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/>


Expand Down Expand Up @@ -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/>


Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/icinga2.8
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion icinga-app/icinga.cpp
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/base/application.cpp
Expand Up @@ -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";
}
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/repositoryobjectcommand.cpp
Expand Up @@ -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")
Expand Down

0 comments on commit 763fb64

Please sign in to comment.