Skip to content

Commit

Permalink
Add support for 1 minute poller
Browse files Browse the repository at this point in the history
i don't know if this is the correct way to do it, but It was impossible to create a good 1 minute poller without these steps.
  • Loading branch information
micke2k committed Apr 9, 2016
1 parent 12d5de1 commit 102801c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/global_arrays.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@

$aggregation_levels = array(
1 => __('Selected Poller Interval'),
300 => __('%d Minutes', 5),
600 => __('%d Minutes', 10),
900 => __('%d Minutes', 15),
1800 => __('%d Minutes', 30),
3600 => __('1 Hour'),
Expand Down

0 comments on commit 102801c

Please sign in to comment.