Remove `t` we lose the declaration of the Timeticks: type with that
Add `U` removes unit suffixes.
Add `b` displays indexes numerically instead of as strings
* Include php install instructions for MySQL
This step is skimmed over frequently, by including the code blocks I'm
hoping to make this step more noticeable.
* I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
docs: Updated Applications to clarify apache setup
Split apache into two parts, one for agent and one for SNMP extend
* Update Applications.md
Added verification step for apache-stats.py
* Update Applications.md
* Updated numerical order
Just tried the Apache agent on Ubuntu 16.04 and got following error:
root@librenms:/opt/librenms-agent# /usr/lib/check_mk_agent/local/apache
Can't locate LWP/Simple.pm in @INC (you may need to install the LWP::Simple module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/lib/check_mk_agent/local/apache line 14.
Solution was to apt-get install libwww-perl. Also added verification step.
fallback feature so we don't have to run snmpsim on devel computers, should be adequate for now
./scripts/pre-commit.php -u -snmpsim will start an snmpsimd.py process automatically
Clarified that the mysqld performance options need to be put under a [mysqld] group in my.cnf. Since in Ubuntu 16.04 /etc/mysql/my.cnf only has [client-server] group by default which is not a valid group for the changes we make.
* Add auth_ad_(group|user)_filter options
* use global
* Fix some AD annoyances
Use the power of the LDAP filter to minimize the number of queries and
hopefully help performance in get_userlist, change semantics of
auth_ad_(user|group)_filter in $config to be anded with
samaccountname=USERNAME.
* remove unused variable
* update documentation
* Update Authentication.md