File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ once a day) to synchronize all groups and accounts.
296
296
@pindex geni-fetch-aggmon
297
297
Aggregate status information is displayed on the GENI portal. This
298
298
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
300
300
to the configured @code {sysconfdir }, probably @code {/etc/geni-ch }.
301
301
302
302
@emph {N.B. The entry below must appear on a single line, without the
@@ -308,6 +308,9 @@ in this document}
308
308
0 */1 * * * /usr/local/sbin/geni-fetch-amdown \
309
309
/usr/share/geni-ch/portal/portal-cert.pem \
310
310
/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
311
314
@end example
312
315
313
316
@section Log files
You can’t perform that action at this time.
0 commit comments