Monitoring-Reporter

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN


After starting startman and restarting Apache the application should be available
at http://localhost/mreporter/.

## Documentation

Please see perldoc Monitoring::Reporter.

## Examples

![Monitoring::Reporter on Desktop](examples/mreporter-desktop.png)

![Monitoring::Reporter on Mobile](examples/mreporter-small.png)

![Monitoring::Reporter on Big Screens](examples/mreporter-tv.png)

![Monitoring::Reporter w/ no active triggers](examples/mreporter-ok.png)

Here is [an static snapshot of the Monitoring::Reporter demo page](examples/mreporter-static.html).

## Resources

share/res/css/bootstrap-responsive.css  view on Meta::CPAN

}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

share/res/css/bootstrap-responsive.min.css  view on Meta::CPAN

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;wi...



( run in 0.422 second using v1.01-cache-2.11-cpan-299005ec8e3 )