Internally bbbmon relies on the offical bbb-API, which means you need to have the server's secret in order to create a valid request. Create a new configuration with: bbbmon config --new
Internally bbbmon relies on the offical bbb-API, which means you need to have the server's secret in order to create a valid request. Create a new configuration with: bbbmon config --new
@click.option('--endpoint','-e',multiple=True,help="Filter by one or more endpoints as named in the user configuration (e.g. [servername]). Order is respected.")
@click.option('--endpoint','-e',multiple=True,help="Filter by one or more endpoints as named in the user configuration (e.g. [servername]). Order is respected.")
@click.option('--watch','-w',help="Run repeatedly with the given interval in seconds",type=click.IntRange(2,2147483647,clamp=True))
@click.option('--watch','-w',help="Run repeatedly with the given interval in seconds",type=click.IntRange(2,2147483647,clamp=True))
@click.option('-n',help="The number of meetings to show in the leaderboards (Default: 5)",type=int)
@click.option('-n',help="The number of meetings to show in the leaderboards (Default: 5)",type=int)
@click.option('--read-load-from',help="Read the load from file/https (if starts with http(s) request, else read from path). Looks for floats and calculates the average.",type=str)
@click.option('--leaderboards/--no-leaderboards',default=True,show_default=True,help="Hide or show the meeting leaderboards")
@click.option('--leaderboards/--no-leaderboards',default=True,show_default=True,help="Hide or show the meeting leaderboards")
@click.option('--participants/--no-participants',default=True,show_default=True,help="Hide or show the participants")
@click.option('--participants/--no-participants',default=True,show_default=True,help="Hide or show the participants")
@click.option('--meetings/--no-meetings',default=True,show_default=True,help="Hide or show the meetings")
@click.option('--meetings/--no-meetings',default=True,show_default=True,help="Hide or show the meetings")