Opened 6 years ago
Last modified 4 years ago
#484 new enhancement
Make munin produce graphs only for office-hours.
| Reported by: | klausade | Owned by: | nobody |
|---|---|---|---|
| Priority: | normal | Milestone: | Munin 3.0.0 |
| Component: | master | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I have a plugin that collects the number of users logged in on my ltsp-server. I'm only interested in the timeframe within the normal office-hours, 08:00-16:00. Right now munin collects and graphs happily the times outside office-hours and the whole weekend, this «messes» with the monthly and 12-monthly graphs, since they show some sort of an average.
I'm missing a way to tell munin to only produce graphs for a certain timeframe, is that possible?
Change History (3)
comment:1 Changed 6 years ago by janl
- Component changed from deb package to server
- Milestone set to Munin 1.6
- Owner changed from tore to nobody
comment:2 in reply to: ↑ description Changed 6 years ago by mozai
What happens if you change the plugin reply with an empty report or 'NaN' (not a number) outside of office hours? Does the rrdtool RRA formulas count 'NaN' as equal to '0', or discard those values? I think you want the latter.
comment:3 Changed 4 years ago by janl
- Version 1.2.3 deleted

I don't think there is any way to do that now. Leaving this as an enhancement for a later version.