-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from f5devcentral/development
Development
- Loading branch information
Showing
21 changed files
with
228 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
_site | ||
.sass-cache | ||
.jekyll-cache | ||
.jekyll-metadata | ||
vendor | ||
Gemfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
source "https://rubygems.org" | ||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
# gem "jekyll", "~> 4.3.4" | ||
gem "github-pages", "~> 232", group: :jekyll_plugins | ||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "minima", "~> 2.5" | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
# gem "github-pages", group: :jekyll_plugins | ||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.12" | ||
end | ||
|
||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem | ||
# and associated library. | ||
platforms :mingw, :x64_mingw, :mswin, :jruby do | ||
gem "tzinfo", ">= 1", "< 3" | ||
gem "tzinfo-data" | ||
end | ||
|
||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin] | ||
|
||
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem | ||
# do not have a Java counterpart. | ||
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] | ||
|
||
gem 'nokogiri' | ||
gem 'rack', '~> 2.2.4' | ||
gem 'rspec' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Welcome to Jekyll! | ||
# | ||
# This config file is meant for settings that affect your whole blog, values | ||
# which you are expected to set up once and rarely edit after that. If you find | ||
# yourself editing this file very often, consider using Jekyll's data files | ||
# feature for the data you need to update frequently. | ||
# | ||
# For technical reasons, this file is *NOT* reloaded automatically when you use | ||
# 'bundle exec jekyll serve'. If you change this file, please restart the server process. | ||
# | ||
# If you need help with YAML syntax, here are some quick references for you: | ||
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml | ||
# https://learnxinyminutes.com/docs/yaml/ | ||
# | ||
# Site settings | ||
# These are used to personalize your new site. If you look in the HTML files, | ||
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. | ||
# You can create any custom variable you would like, and they will be accessible | ||
# in the templates via {{ site.myvariable }}. | ||
|
||
title: Application Study Tool Docs | ||
|
||
|
||
# Build settings | ||
theme: minima | ||
plugins: | ||
- jekyll-feed | ||
|
||
# Exclude from processing. | ||
# The following items will not be processed, by default. | ||
# Any item listed under the `exclude:` key here will be automatically added to | ||
# the internal "default list". | ||
# | ||
# Excluded items can be processed by explicitly listing the directories or | ||
# their entries' file path in the `include:` list. | ||
# | ||
# exclude: | ||
# - .sass-cache/ | ||
# - .jekyll-cache/ | ||
# - gemfiles/ | ||
# - Gemfile | ||
# - Gemfile.lock | ||
# - node_modules/ | ||
# - vendor/bundle/ | ||
# - vendor/cache/ | ||
# - vendor/gems/ | ||
# - vendor/ruby/ | ||
|
||
markdown: kramdown |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
# Dashboards | ||
|
||
We provide a variety of dashboards to help monitor your BigIP devices, these dashboards are built in Grafana which makes it super flexible to apply changes. Below you will find all the dashboards you will get access to when you deploy the application. | ||
|
||
## Table of Contents | ||
- [Fleet](#fleet-dashboards) | ||
- [Inventory](#inventory) | ||
- [Device Utilization](#device-utilization) | ||
- [Virtual Servers](#virtual-servers) | ||
- [SSL Certs](#ssl-certs) | ||
- [Device](#device-dashboards) | ||
- [Overview](#overview) | ||
- [Top N](#top-n) | ||
- [Pools](#pools) | ||
- [Virtual Servers](#virtual-servers-1) | ||
- [iRules](#irules) | ||
- [WAF](.dashboard.) | ||
- [Profile](#profile-dashboards) | ||
- [HTTP](#http) | ||
- [Stats](#collector-stats) | ||
|
||
## Accessing the dashboards | ||
|
||
#### View The Dashboards | ||
Once you have deployed the application, you can access the dashboards at `http://<hostname>:3000`, the default Grafana user/pass is `admin/admin`. | ||
|
||
* Grafana Instance with pre-configured dashboards for quick insights at the device and "fleet" levels. | ||
|
||
#### Changing the Grafana Credentials | ||
|
||
You can update the Grafana user/pass by changing the values of the `GF_SECURITY_ADMIN_USER` and `GF_SECURITY_ADMIN_PASSWORD` `.env` variables | ||
|
||
|
||
### Fleet Dashboards | ||
|
||
The fleet dashboards provide top level information of your environment | ||
|
||
#### Inventory | ||
![](./assets/BigIP-Fleet-Inventory.png) | ||
*The inventory dashboard allows you to view the differences between BigIP devices in your inventory.* | ||
|
||
#### Device Utilization | ||
![](./assets/BigIP-Fleet-Device-Utilization.png) | ||
*This dashboard provides a quick view on how much usage your box is receiving. To view more information about the device take a look at the [device overview dashboard](#overview).* | ||
|
||
#### Virtual Servers | ||
![](./assets/BigIP-Fleet-Virtual-Server.png) | ||
*The Virtual Server dashboard provides an overview of all the virtual servers present in your inventory.* | ||
|
||
|
||
#### SSL Certs | ||
![](./assets/BigIP-Fleet-SSL-Certs.png) | ||
*The SSL Certs view allows you to stay up to date on the status of your SSL certficates.* | ||
|
||
### Device Dashboards | ||
|
||
The device dashboards provide more grainular information about how the device is configured and how it is performing | ||
|
||
#### Overview | ||
![](./assets/BipIP-Device-Overview.png) | ||
*This dashboard provides variety of metrics about the performance of the device.* | ||
#### Top N | ||
![](./assets/BigIP-Device-TopN.png) | ||
*The Top N dashboard provides statistical highlights by presenting stats in a Top N, by default N is set to 10 this can be changed at top of the dashboard* | ||
#### Pools | ||
![](./assets/BigIP-Device-Pools.png) | ||
*Here you can view stats pretaining to Pools and Pool members on a BigIP.* | ||
|
||
|
||
#### Virtual Servers | ||
![](./assets/BigIP-Device-Virtual-Server.png) | ||
*Here you can view stats pretaining to all the virtual servers on a BigIP.* | ||
|
||
#### iRules | ||
![](./assets/BigIP-Device-iRules.png) | ||
*This dashboard allows you to monitor iRule usage and performance.* | ||
|
||
#### WAF | ||
|
||
![](./assets/BigIP-Device-WAF.png) | ||
*View the status of your WAF policies here.* | ||
|
||
|
||
|
||
### Profile Dashboards | ||
|
||
The profile dashboards dive into the different profiles configured on the devices and provide metrics about the traffic the profiles are receiving | ||
|
||
#### HTTP | ||
|
||
![](./assets/BigIP-Device:Profile-HTTP.png) | ||
*This dashboard enables the user to monitor their HTTP profiles, view information pretaining to HTTP requests and responses* | ||
|
||
|
||
### Collector Stats | ||
|
||
You can view stats about the Collector from the scrape duration to API requests/responses | ||
|
||
![](./assets/Collector-Stats.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.