Home

Awesome

Pepperboard

Pepperboard is a simple and modular dashboard toolkit for SaltStack. It also permits you to create your own dashboards.

For now, it needs to be run directly on the salt-master server

Index

  1. Installation
  2. Usage
  3. Dashboards
  4. Screenshots
  5. Development
  6. TODO
  7. Licence and copyright

Installation

Dependencies

Installation

First, install the dependencies given in the dependencies section.

Then you have 3 ways to install Pepperboard (all using the root user) :

Using pip :

pip install pepperboard

From the upstream repository :

pip install git+https://github.com/webedia-dev/pepperboard.git

From a copy of the upstream repository :

git clone https://github.com/webedia-dev/pepperboard.git
cd pepperboard
python setup.py install

Usage

Dashboards

Screenshots

Development

TODO

Licence and copyright

Copyright 2016 Cyril Lavier cyril.lavier@webedia-group.com - cyril.lavier@davromaniak.eu

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.