diff options
author | Sven Nierlein <sven@nierlein.org> | 2017-04-20 16:28:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-20 16:28:15 +0200 |
commit | 3b86c201a77209406fc48a6ceee2a9a0b92d863c (patch) | |
tree | 18819c40dbec1d226982a252aee137c86d979ed9 /.travis.yml | |
parent | 8306e76c327a1ed5cf68f1842873e40ad57b3b30 (diff) | |
parent | d332ee1fa09f09e6025d58a99876d96d50bbf439 (diff) | |
download | monitoring-plugins-3b86c201a77209406fc48a6ceee2a9a0b92d863c.tar.gz |
Merge pull request #1461 from philipowen/file-size-lessthan
Enable check_file_age to test for maximum file size
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2150c216..617c4154 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,7 @@ install: - sudo apt-get install -qq --no-install-recommends slapd ldap-utils - sudo apt-get install -qq --no-install-recommends autoconf automake - sudo apt-get install -qq --no-install-recommends faketime + - sudo apt-get install -qq --no-install-recommends libmonitoring-plugin-perl # Trusty related dependencies (not yet provided) - test "$(dpkg -l | grep -E "mysql-(client|server)-[0-9].[0-9]" | grep -c ^ii)" -gt 0 || sudo apt-get install -qq --no-install-recommends mariadb-client mariadb-server # enable ssl apache |