Skip to content

Commit 74bdee3

Browse files
committed
Add geni-fetch-aggmon cron entry to doc
1 parent 7d1478d commit 74bdee3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/geni-portal.texi

+4-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ once a day) to synchronize all groups and accounts.
296296
@pindex geni-fetch-aggmon
297297
Aggregate status information is displayed on the GENI portal. This
298298
information is retrieved from other GENI servers and cached locally
299-
for display. This crontab entry fetches the information and writes it
299+
for display. These crontab entries fetch the information and write it
300300
to the configured @code{sysconfdir}, probably @code{/etc/geni-ch}.
301301

302302
@emph{N.B. The entry below must appear on a single line, without the
@@ -308,6 +308,9 @@ in this document}
308308
0 */1 * * * /usr/local/sbin/geni-fetch-amdown \
309309
/usr/share/geni-ch/portal/portal-cert.pem \
310310
/usr/share/geni-ch/portal/portal-key.pem
311+
#
312+
# Fetch aggregate data hourly from GENI Monitoring
313+
0 */1 * * * /usr/local/sbin/geni-fetch-aggmon
311314
@end example
312315

313316
@section Log files

0 commit comments

Comments
 (0)