Commit Graph

367 Commits

Author SHA1 Message Date
Lars Sjöström
61548c819c Add nodes with missing timestamp to unreported nodes
Skip nodes with NoneType timestamps

add nodes with missing timestamp to unreported nodes
2013-10-29 14:14:48 +01:00
Daniele Sluijters
ee2775512d requirements: Change the URL to use git+git.
Some versions of Pip, depending on the platform and Python version have
issues with git+https URL's.
2013-10-29 09:03:55 +01:00
Daniele Sluijters
75da9b9209 Get rid of old settings.
I broke things with 795d243e9d because I
forgot to remove it everywhere from functions and templates. Also
removed the old PUPPETDB_EXPERIMENTAL switching.
2013-10-28 21:46:34 +01:00
Daniele Sluijters
029b50405b screenshots: New overview and nodes pages. 2013-10-28 17:15:43 +01:00
Daniele Sluijters
795d243e9d We now require PuppetDB 1.5 / API v3.
PUPPETDB_API is no longer configurable since we're now using features
that are v3 only. Limiting ourselves to v2 compatibility is far too
troublesome and people tend to update to newer versions of PuppetDB
fairly quickly.
2013-10-28 17:08:40 +01:00
Daniele Sluijters
c0cef0a3c0 overview: Cosmetic changes.
* Don't pass unresponsive to the view, access config[] object instead
* Remove the statistics header, it only takes up space
* Lowercase a few things
* Change the descriptions for 'radiator' to make the math work: Because
  of how PuppetDB's aggregate-events-count works nodes with both
  successful and failed events count for both causing success + failure
  + unreported to not equal population, which is weird. Now we're simply
  stating that they have failed events instead of saying that the node
  is succesful/failed.
2013-10-28 16:50:19 +01:00
Daniele Sluijters
58625b5ee0 overview: Remove command statistics. 2013-10-28 16:49:39 +01:00
Daniele Sluijters
a4dc1f694e Merge pull request #22 from digitalmediacenter/feature-status
Add basic support for node status by using the most recent report

Closes #5 #15
2013-10-28 07:43:26 -07:00
Julius Härtl
bbb65939c9 remove duplicate mean_command_time 2013-10-28 15:38:45 +01:00
Julius Härtl
5ca758dd39 show list of nodes without report for x hours in overview
- the amount of hours is defined as `UNRESPONSIVE_HOURS` in default_settings.py
- small status layout improvement in nodes list
- latest report button in nodes list
- nedap/pypuppetdb repo as requirement ( new api was merged nedap/pypuppetdb#17 )
2013-10-28 11:36:37 +01:00
Julius Härtl
c7bae2efa3 fix for required branch of pypuppetdb with new api support 2013-10-25 16:07:00 +02:00
Julius Härtl
7c027dd97d Add basic support for node status by using the most recent report
The following frontend features are implemented
- Number of failures, successes, noops/skips in overview
- Show latest reports with 1 or more events in overview
- Direct links to latest Report
- Number and types of events in nodes list
2013-10-25 15:43:14 +02:00
Daniele Sluijters
efae19dc6d css: Color table row/cells with class 'error'. 2013-10-18 15:47:59 +02:00
Daniele Sluijters
bb124e1ba5 Merge pull request #21 from KlavsKlavsen/master
added wsgi file for passenger
2013-10-15 01:02:34 -07:00
Klavs Klavsen
89117ce844 change default loglevel to be INFO instead of DEBUG. 2013-10-15 09:11:26 +02:00
Klavs Klavsen
b5fde343ed added wsgi file for passenger - with error handling and logging to tmp file - until I figure out how to make it log to apache error log instead 2013-10-14 15:48:31 +02:00
Daniele Sluijters
c6c4bc1679 README: Add newline after code-block. v0.0.2 2013-10-14 13:05:22 +02:00
Daniele Sluijters
9be5aaebd9 0.0.2: Release.
This is the second 'release' for Puppetboard introducing some new
features and compatibility with PuppetDB 1.5 / v3 API.
2013-10-14 12:53:25 +02:00
Daniele Sluijters
a75b08f882 nodes: Check PUPPETDB_API, not _EXPERIMENTAL. 2013-10-14 12:53:25 +02:00
Daniele Sluijters
f85f0fa864 requirements: Upgrade to pypuppetdb 0.0.4 2013-10-14 12:53:25 +02:00
Daniele Sluijters
095967e445 Merge pull request #20 from nibalizer/graph_fix
_macros.html: Sorting and bucketing facts graphs.
2013-10-13 12:32:48 -07:00
Spencer Krum
8a56e83b69 puppetboard/templates/_macros.html
This adds sorting and bucketing to the two graphs in the facts
view.
2013-10-13 12:25:56 -07:00
Daniele Sluijters
934f90c12a _macros.html: Graphs a bit smaller, FlatUI colors.
Currently the graphs are shown at the top of the page and because of
that really take up a lot of screen real estate. This commit makes the
graphs a bit smaller but we really need to rethink the layout here.

Additionally we switch the colors to the FlatUI swatches to match the
rest of the theme better.
2013-10-13 15:31:33 +02:00
Spencer Krum
0422b2ccd0 _macros.html: mod ensure different adjecent colors 2013-10-13 15:01:04 +02:00
Spencer Krum
e1603608bc _macros.html: Add a second Pie chart to facts/<fact>
The second chart is in order of the value of the fact. So in the
uptime fact we see 1 day before 2 days before 50 days.
2013-10-13 15:00:03 +02:00
Spencer Krum
23af033cbb facts: Add graph for facts endpoint. 2013-10-13 14:59:22 +02:00
Spencer Krum
e71f30ab50 Add flag to enable or disable the query page
Puppetboard is an excelent radiator of information, but sometimes
we want to expose information to users we don't trust giving full
access to the PuppetDB query language.

I would reccomend that Puppetboard be run twice. One, with query
enabled, run on a port behind apache login. Another, with query
disabled, run unproxied for the unwashed masses.

Closes #10.
2013-10-13 14:32:24 +02:00
Daniele Sluijters
cc87e54cea Support PuppetDB API v3.
Recently changes were made to pypuppetdb to support, at a basic level,
the v3 API introduced with PuppetDB 1.5.

This commit changes some internals of Puppetboard to handle the new
situation:
 * The experimental endpoints are gone, so is the ExperimentalDisabled
   Error;
 * v2 API can no longer access Reports/Events so we now check that we're
   talking at least v3 API;
 * Introduce a configuration setting PUPPETDB_API which takes an integer
   repersenting the API version we want to talk.
2013-10-11 11:20:34 +02:00
Daniele Sluijters
3b4db8f37e Merge pull request #19 from daniellawrence/fact_table_template_title_and_links
Add links for facts and nodes in fact table macro
2013-10-11 00:55:31 -07:00
Daniel Lawrence
3fd8a0aad4 Add links for facts and nodes in fact table macro
Added links to the node page from the facts_table if show_nodes is True.
Added links to the facts page from the facts_table if show_nodes is
False.
Added logic to switch TH table from facts to nodes if show_nodes is True.
2013-10-11 14:46:39 +11:00
Daniele Sluijters
9b662a661e README: Fix the issue link 2013-10-08 14:30:24 +02:00
Daniele Sluijters
cfb1383025 README: Add a Getting Help section
[noci]
2013-10-08 14:29:41 +02:00
Daniele Sluijters
8db60d14bd nodes: Only show report button if we have a report
Based on if the report_timestamp is truthy we'll show the reports
button, instead of always having it show up.
2013-08-22 13:17:48 -07:00
Daniele Sluijters
8cf181a9e8 Add screenshots of the new metrics tab. 2013-08-22 07:37:18 -07:00
Daniele Sluijters
543f706fd7 Merge pull request #7 from nicklewis/add-metric-name
Add the name of the metric to the metric page
2013-08-21 17:08:45 -07:00
Nick Lewis
644e169a7f Add the name of the metric to the metric page 2013-08-21 17:07:24 -07:00
Daniele Sluijters
b25d85bd32 dev: Import DEV_LISTEN_HOST 2013-08-21 16:57:12 -07:00
Daniele Sluijters
9918ec8f4b Merge pull request #6 from nicklewis/sort-metrics
Sort list of metrics and metrics data
2013-08-21 16:55:38 -07:00
Daniele Sluijters
da68bb259b Merge pull request #4 from nibalizer/dev_expose_config
dev.py: exposing some parameters
2013-08-21 16:53:01 -07:00
Nick Lewis
3c05071aef Sort list of metrics and metrics data
This makes the metrics a lot easier to scan, because it groups similar
metrics (like all the HTTP metrics) as well as the percentiles, etc.
2013-08-21 16:52:52 -07:00
Spencer Krum
cb64b73832 dev.py: exposing some parameters 2013-08-21 16:37:25 -07:00
Daniele Sluijters
c3821e777f Add a Metrics tab.
This gives you access to all metrics.
2013-08-21 16:21:02 -07:00
Daniele Sluijters
c04d45f602 README: add a TOC 2013-08-21 14:59:09 -07:00
Daniele Sluijters
d900ccf09a overview: Fix string formatting for py26. 2013-08-15 00:55:58 +02:00
Daniele Sluijters
8b3f3ea61e Merge pull request #3 from nibalizer/readme_forge
README.rst: adding forge command to readme
2013-08-14 15:53:42 -07:00
Spencer Krum
f273d24f80 README.rst: adding forge command to readme 2013-08-14 11:04:53 -07:00
Daniele Sluijters
d152d8e3a1 README: Got Spencer's first and last name mixed up 2013-08-12 20:12:56 +02:00
Daniele Sluijters
c64a2b79b2 README: Forgot the newlines for bullets. 2013-08-12 19:26:23 +02:00
Daniele Sluijters
083da989de README: Add a third party section. 2013-08-12 19:25:13 +02:00
Daniele Sluijters
c3a9b5e81c Merge pull request #2 from nibalizer/typo_fix
templates/query.html Fix typo in placeholder text
2013-08-12 01:32:07 -07:00