##########################################################

=head2 add_routes

page: /thruk/cgi-bin/shinken_status.cgi
page: /thruk/cgi-bin/outagespbimp.cgi
page: /thruk/cgi-bin/businessview.cgi

=cut

$routes->{'/thruk/cgi-bin/shinken_status.cgi'} = 'Thruk::Controller::shinken_features::shinken_status';
$routes->{'/thruk/cgi-bin/outagespbimp.cgi'}   = 'Thruk::Controller::shinken_features::outages_pbimp_index';
$routes->{'/thruk/cgi-bin/businessview.cgi'}   = 'Thruk::Controller::shinken_features::businessview_index';

$app->config->{'shinken_features_path'}        = Thruk::Utils::get_plugin_name(__FILE__, __PACKAGE__);
