Home
last modified time | relevance | path

Searched refs:retention (Results 176 – 200 of 4277) sorted by relevance

12345678910>>...172

/dports/net-mgmt/nagstamon/Nagstamon-3.8.0/.github/workflows/
H A Dbuild-release-stable.yml48 retention-days: 1
59 retention-days: 1
70 retention-days: 1
81 retention-days: 1
92 retention-days: 1
105 retention-days: 1
124 retention-days: 1
143 retention-days: 1
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/
H A DQUERIES.md3 # Databases & retention policies
9 -- create a retention policy
12 -- alter retention policy
18 -- drop a retention policy
21 where `<duration>` is either `INF` for infinite retention, or an integer followed by the desired un…
23 If present, `DEFAULT` sets the retention policy as the default retention policy for writes and read…
122 -- show all retention policies on a database
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/
H A DQUERIES.md3 # Databases & retention policies
9 -- create a retention policy
12 -- alter retention policy
18 -- drop a retention policy
21 where `<duration>` is either `INF` for infinite retention, or an integer followed by the desired un…
23 If present, `DEFAULT` sets the retention policy as the default retention policy for writes and read…
122 -- show all retention policies on a database
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/backends/
H A Dfiler.h67 auto retention = get_value( in get_values() local
69 output->set_retention(convert_int_to_retention(retention)); in get_values()
123 auto const retention = output->retention(); in set_values() local
126 if (retention != Output::Retention::Individual) { in set_values()
131 set_value(output, "retention", static_cast<int>(output->retention()), nullptr); in set_values()
175 if (!filer || output->retention() == Output::Retention::Individual) {
365 if (output->retention() == Output::Retention::Individual) { in write()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/
H A DQUERIES.md3 # Databases & retention policies
9 -- create a retention policy
12 -- alter retention policy
18 -- drop a retention policy
21 where `<duration>` is either `INF` for infinite retention, or an integer followed by the desired un…
23 If present, `DEFAULT` sets the retention policy as the default retention policy for writes and read…
122 -- show all retention policies on a database
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/docs/sources/operations/storage/
H A Dtable-manager.md15 1. **Retention**: the retention is implemented deleting an entire table, which
20 time range exceeds the retention period.
113 The retention - managed by the Table Manager - is disabled by default, due to
114 its destructive nature. You can enable the data retention explicitly enabling
123 The Table Manager implements the retention deleting the entire tables whose
125 operations, at the cost of having a retention granularity controlled by the
135 ![retention](../table-manager-retention.png)
141 For detailed information on configuring the retention, refer to the
142 [Loki Storage Retention](../retention/)
/dports/ftp/sftpgo/sftpgo-2.2.0/docs/
H A Drest-api.md3 SFTPGo exposes REST API to manage, backup, and restore users and folders, data retention, and to ge…
38 - manage data retention
67 …data retention APIs allow you to define per-folder retention policies for each user. To clarify th…
73 "retention": 72
77 "retention": 0
81 "retention": 24
93 …n find an example script that shows how to manage data retention [here](../examples/data-retention
/dports/x11/plasma5-kscreen/kscreen-5.23.5/tests/kded/serializerdata/control/configs/
H A D8684e883209d7644eb76feea2081c4314 "retention": 1,
8 "retention": 1,
/dports/devel/py-loguru/loguru-0.5.3/tests/
H A Dtest_filesink_delay.py42 i = logger.add(str(tmpdir.join("test.log")), retention=0, delay=True)
53 i = logger.add(str(tmpdir.join("test.log")), retention=0, delay=True)
82 logger.add(filepath, rotation=30, retention=2, delay=True, format="{message}")
99 logger.add(filepath, rotation=30, retention=2, delay=True, format="{message}")
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/dird/
H A Dua_prune.c168 int do_prune_events(JCR *jcr, BDB *db, int retention) in do_prune_events() argument
176 bstrutime(ed1, sizeof(ed1), now - retention)); in do_prune_events()
186 static int prune_events(UAContext *ua, int retention) in prune_events() argument
202 do_prune_events(ua->jcr, ua->db, retention); in prune_events()
223 utime_t retention; in prunecmd() local
308 retention = dir->stats_retention; in prunecmd()
312 prune_stats(ua, retention); in prunecmd()
322 retention = dir->events_retention; in prunecmd()
323 prune_events(ua, retention); in prunecmd()
335 int prune_stats(UAContext *ua, utime_t retention) in prune_stats() argument
[all …]
/dports/sysutils/bacula11-client/bacula-11.0.5/src/dird/
H A Dua_prune.c168 int do_prune_events(JCR *jcr, BDB *db, int retention) in do_prune_events() argument
176 bstrutime(ed1, sizeof(ed1), now - retention)); in do_prune_events()
186 static int prune_events(UAContext *ua, int retention) in prune_events() argument
202 do_prune_events(ua->jcr, ua->db, retention); in prune_events()
223 utime_t retention; in prunecmd() local
308 retention = dir->stats_retention; in prunecmd()
312 prune_stats(ua, retention); in prunecmd()
322 retention = dir->events_retention; in prunecmd()
323 prune_events(ua, retention); in prunecmd()
335 int prune_stats(UAContext *ua, utime_t retention) in prune_stats() argument
[all …]
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/dird/
H A Dua_prune.c168 int do_prune_events(JCR *jcr, BDB *db, int retention) in do_prune_events() argument
176 bstrutime(ed1, sizeof(ed1), now - retention)); in do_prune_events()
186 static int prune_events(UAContext *ua, int retention) in prune_events() argument
202 do_prune_events(ua->jcr, ua->db, retention); in prune_events()
223 utime_t retention; in prunecmd() local
308 retention = dir->stats_retention; in prunecmd()
312 prune_stats(ua, retention); in prunecmd()
322 retention = dir->events_retention; in prunecmd()
323 prune_events(ua, retention); in prunecmd()
335 int prune_stats(UAContext *ua, utime_t retention) in prune_stats() argument
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/dird/
H A Dua_prune.c168 int do_prune_events(JCR *jcr, BDB *db, int retention) in do_prune_events() argument
176 bstrutime(ed1, sizeof(ed1), now - retention)); in do_prune_events()
186 static int prune_events(UAContext *ua, int retention) in prune_events() argument
202 do_prune_events(ua->jcr, ua->db, retention); in prune_events()
223 utime_t retention; in prunecmd() local
308 retention = dir->stats_retention; in prunecmd()
312 prune_stats(ua, retention); in prunecmd()
322 retention = dir->events_retention; in prunecmd()
323 prune_events(ua, retention); in prunecmd()
335 int prune_stats(UAContext *ua, utime_t retention) in prune_stats() argument
[all …]
/dports/databases/pg_partman/pg_partman-4.5.1/test/test_native/
H A Dtest-time-epoch-id-subpart-native.sql540 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
541 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
542 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
543 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
544 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
545 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
546 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
547 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
548 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
549 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
H A Dtest-time-id-subpart-native.sql538 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
539 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
540 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
541 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
542 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
543 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
544 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
545 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
546 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
547 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
/dports/www/py-graphite-web/graphite-web-1.1.8/docs/
H A Dwhisper.rst6 (seconds per point) of recent data to degrade into lower resolutions for long-term retention of
24 retention (defined in number of points or max timestamp age). Archives are ordered from the
25 highest-resolution and shortest retention archive to the lowest-resolution and longest retention pe…
29 longer retention archive must be divisible by precision of next lower retention archive. For exampl…
36 The total retention time of the database is determined by the archive with the highest retention as…
60 of the higher-retention archives. If you are in need for aggregation of the highest resolution poin…
81 from now until each of their retention times. Because of this, lower-resolution archives should be
/dports/net-mgmt/nagios4/nagios-4.4.6/contrib/epel-patches/
H A Dnagios-0009-fix-localstatedir-for-linux.patch45 -$cfg['state_retention_file']='@localstatedir@/retention.dat'; // default location of Nagios retent…
47 …e_retention_file']='@localstatedir@/spool/nagios/retention.dat'; // default location of Nagios ret…
80 -#define DEFAULT_RETENTION_FILE "@localstatedir@/retention.dat"
90 +#define DEFAULT_RETENTION_FILE "@localstatedir@/spool/nagios/retention.dat"
193 -state_retention_file=@localstatedir@/retention.dat
194 +state_retention_file=@localstatedir@/spool/nagios/retention.dat
246 -NagiosRetentionFile=@localstatedir@/retention.dat
250 +NagiosRetentionFile=@localstatedir@/spool/nagios/retention.dat
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-RecycleCurrentVolume.rst.inc1retention periods. If all Jobs are pruned (i.e. the volume is Purged), then the Volume is recycled…
3 …mes in the Pool, you want to cycle through them, and you have specified retention periods that pru…
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-RecycleCurrentVolume.rst.inc1retention periods. If all Jobs are pruned (i.e. the volume is Purged), then the Volume is recycled…
3 …mes in the Pool, you want to cycle through them, and you have specified retention periods that pru…
/dports/sysutils/bareos-client/bareos-Release-20.0.3/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-RecycleCurrentVolume.rst.inc1retention periods. If all Jobs are pruned (i.e. the volume is Purged), then the Volume is recycled…
3 …mes in the Pool, you want to cycle through them, and you have specified retention periods that pru…
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-RecycleCurrentVolume.rst.inc1retention periods. If all Jobs are pruned (i.e. the volume is Purged), then the Volume is recycled…
3 …mes in the Pool, you want to cycle through them, and you have specified retention periods that pru…
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-RecycleCurrentVolume.rst.inc1retention periods. If all Jobs are pruned (i.e. the volume is Purged), then the Volume is recycled…
3 …mes in the Pool, you want to cycle through them, and you have specified retention periods that pru…
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-RecycleCurrentVolume.rst.inc1retention periods. If all Jobs are pruned (i.e. the volume is Purged), then the Volume is recycled…
3 …mes in the Pool, you want to cycle through them, and you have specified retention periods that pru…
/dports/sysutils/bareos-server/bareos-Release-20.0.3/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-RecycleCurrentVolume.rst.inc1retention periods. If all Jobs are pruned (i.e. the volume is Purged), then the Volume is recycled…
3 …mes in the Pool, you want to cycle through them, and you have specified retention periods that pru…
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-RecycleCurrentVolume.rst.inc1retention periods. If all Jobs are pruned (i.e. the volume is Purged), then the Volume is recycled…
3 …mes in the Pool, you want to cycle through them, and you have specified retention periods that pru…

12345678910>>...172