Document -b and ready for release.

This commit is contained in:
Zane C. B-H 2022-08-03 17:37:52 -05:00
parent 13493dd0d4
commit d3636fd8ba
1 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,7 @@ sagan_stats_check [B<-a> <age>] B<-m> manual B<-1> <manual> [B<-d> <drop percen
[B<-2> <manual>] [B<-3> <manual>] [B<-4> <manual>] [B<-5> <manual>] [B<-6> <manual>]
[B<-7> <manual>] [B<-8> <manual>] [B<-9> <manual>] [B<-0> <manual>]
sagan_stats_check -c
sagan_stats_check -c [B<-b>]
=head1 DESCRIPTION
@ -48,6 +48,10 @@ Default: 360
Print from cache, '/var/cache/sagan_monitoring.json'.
=head2 -b
When used with B<-c>, the output will be compressed via base64+gzip.
=head2 -m <mode>
Mode to run in.
@ -221,6 +225,8 @@ sub help {
-c Print the cache and exit.
-b base64+gzip the output from -c
-d <drop percent warn> Percent of drop packets to warn on.
Default: 0.75%
-D <drop percent crit> Percent of dropped packets to critical on.