-
Notifications
You must be signed in to change notification settings - Fork 54
WIP: Multiple values on the same graph #14
base: master
Are you sure you want to change the base?
Conversation
|
Yep, we need this functionality. The YAML configuration file doesn't provide a way to define multiple values yet, so we can start there. Any suggestions on how you might define a graph like this? |
|
Good point. How about (based on the example): It's getting a little verbose, but it seems important to be able to configure |
|
This is a bit verbose but it will gives us a lot of flexibility we will also need to add |
|
This assumes that all the stats you want to graph come from the same Salt On Thu, Jun 20, 2013 at 3:52 AM, yml notifications@github.com wrote:
|
|
If we have to graph information from different commands, we can always "wrap" those commands by writing a salt module/function that returns their results in a datastructure. We may need to allow some sort of notation to access dict values, though (something like "{value.disk} > 200") |
Conflicts: setup.py
These need tests
For instance, this fine example of a fail2ban munin plugin: