mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated YAML schema validation (#8808)
Changed some values to be explicitly boolean DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926`
This commit is contained in:
committed by
Neil Lathwood
parent
d0efc742f3
commit
e736f5efec
@@ -52,7 +52,8 @@
|
||||
"jakub-onderka/php-console-highlighter": "*",
|
||||
"fojuth/readmegen": "1.*",
|
||||
"barryvdh/laravel-ide-helper": "^2.4",
|
||||
"barryvdh/laravel-debugbar": "~2.4"
|
||||
"barryvdh/laravel-debugbar": "~2.4",
|
||||
"justinrainbow/json-schema": "^5.2"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-memcached": "Required if you utilize distributed polling",
|
||||
|
||||
469
composer.lock
generated
469
composer.lock
generated
@@ -1,28 +1,38 @@
|
||||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "43d724abea8fe593dd8200103c96583d",
|
||||
"content-hash": "cbaf71886db021d5c8e7e2a04c06361a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "amenadiel/jpgraph",
|
||||
"version": "3.6.14",
|
||||
"version": "3.6.19",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/HuasoFoundries/jpgraph.git",
|
||||
"reference": "5a9e0297d26c2c698ac8f4d0367119276f2de9f7"
|
||||
"reference": "c9f800a00850706f3fc4b26b6055b55952eb79bc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/HuasoFoundries/jpgraph/zipball/5a9e0297d26c2c698ac8f4d0367119276f2de9f7",
|
||||
"reference": "5a9e0297d26c2c698ac8f4d0367119276f2de9f7",
|
||||
"url": "https://api.github.com/repos/HuasoFoundries/jpgraph/zipball/c9f800a00850706f3fc4b26b6055b55952eb79bc",
|
||||
"reference": "c9f800a00850706f3fc4b26b6055b55952eb79bc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-gd": "*",
|
||||
"php": ">=5.4.0"
|
||||
"php": ">=5.6.0",
|
||||
"symfony/dotenv": "~3.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeception/codeception": "~2.4.1",
|
||||
"ext-xdebug": "*",
|
||||
"friendsofphp/php-cs-fixer": "^2.4",
|
||||
"kint-php/kint": "^2.2",
|
||||
"monolog/monolog": "^1.23",
|
||||
"php-console/php-console": "^3.1",
|
||||
"phpunit/phpunit": "^6"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@@ -49,33 +59,36 @@
|
||||
"jpgraph",
|
||||
"pie"
|
||||
],
|
||||
"time": "2018-02-13T19:34:27+00:00"
|
||||
"time": "2018-05-18T17:10:05+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dapphp/radius",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dapphp/radius.git",
|
||||
"reference": "6072fc5476eb41c52f6bd8e5c5a3c2ff1fb72b88"
|
||||
"reference": "1954c34cd67f8a581b0a4c77241f472db0ef8199"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/dapphp/radius/zipball/6072fc5476eb41c52f6bd8e5c5a3c2ff1fb72b88",
|
||||
"reference": "6072fc5476eb41c52f6bd8e5c5a3c2ff1fb72b88",
|
||||
"url": "https://api.github.com/repos/dapphp/radius/zipball/1954c34cd67f8a581b0a4c77241f472db0ef8199",
|
||||
"reference": "1954c34cd67f8a581b0a4c77241f472db0ef8199",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.6"
|
||||
"phpunit/phpunit": "~4.8"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-openssl": "To support hashing required by Pear_CHAP"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Crypt_CHAP_": "lib/"
|
||||
},
|
||||
"psr-4": {
|
||||
"Dapphp\\Radius\\": "src/"
|
||||
}
|
||||
@@ -111,7 +124,7 @@
|
||||
"rfc2865",
|
||||
"rfc2869"
|
||||
],
|
||||
"time": "2018-01-31T04:05:02+00:00"
|
||||
"time": "2018-04-26T01:55:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dnoegel/php-xdg-base-dir",
|
||||
@@ -269,20 +282,20 @@
|
||||
},
|
||||
{
|
||||
"name": "easybook/geshi",
|
||||
"version": "v1.0.8.18",
|
||||
"version": "v1.0.8.19",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/easybook/geshi.git",
|
||||
"reference": "4b06bfe8c6fbedd6aad0a0700d650f591386e287"
|
||||
"reference": "b4df5fa84a44d4e12eff67263a701eac7e157241"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/easybook/geshi/zipball/4b06bfe8c6fbedd6aad0a0700d650f591386e287",
|
||||
"reference": "4b06bfe8c6fbedd6aad0a0700d650f591386e287",
|
||||
"url": "https://api.github.com/repos/easybook/geshi/zipball/b4df5fa84a44d4e12eff67263a701eac7e157241",
|
||||
"reference": "b4df5fa84a44d4e12eff67263a701eac7e157241",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">4.3.0"
|
||||
"php": ">=5.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@@ -311,7 +324,7 @@
|
||||
"highlighter",
|
||||
"syntax"
|
||||
],
|
||||
"time": "2016-10-05T07:15:42+00:00"
|
||||
"time": "2018-04-20T18:19:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "erusev/parsedown",
|
||||
@@ -408,16 +421,16 @@
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
"version": "6.3.2",
|
||||
"version": "6.3.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/guzzle.git",
|
||||
"reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90"
|
||||
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90",
|
||||
"reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90",
|
||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
|
||||
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -427,7 +440,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-curl": "*",
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4",
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
||||
"psr/log": "^1.0"
|
||||
},
|
||||
"suggest": {
|
||||
@@ -469,7 +482,7 @@
|
||||
"rest",
|
||||
"web service"
|
||||
],
|
||||
"time": "2018-03-26T16:33:04+00:00"
|
||||
"time": "2018-04-22T15:46:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/promises",
|
||||
@@ -916,16 +929,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/tinker",
|
||||
"version": "v1.0.5",
|
||||
"version": "v1.0.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/tinker.git",
|
||||
"reference": "94f6daf2131508cebd11cd6f8632ba586d7ecc41"
|
||||
"reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/tinker/zipball/94f6daf2131508cebd11cd6f8632ba586d7ecc41",
|
||||
"reference": "94f6daf2131508cebd11cd6f8632ba586d7ecc41",
|
||||
"url": "https://api.github.com/repos/laravel/tinker/zipball/e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
|
||||
"reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -933,7 +946,7 @@
|
||||
"illuminate/contracts": "~5.1",
|
||||
"illuminate/support": "~5.1",
|
||||
"php": ">=5.5.9",
|
||||
"psy/psysh": "0.7.*|0.8.*",
|
||||
"psy/psysh": "0.7.*|0.8.*|0.9.*",
|
||||
"symfony/var-dumper": "~3.0|~4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
@@ -975,20 +988,20 @@
|
||||
"laravel",
|
||||
"psysh"
|
||||
],
|
||||
"time": "2018-03-06T17:34:36+00:00"
|
||||
"time": "2018-05-17T13:42:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/flysystem",
|
||||
"version": "1.0.44",
|
||||
"version": "1.0.45",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/flysystem.git",
|
||||
"reference": "168dbe519737221dc87d17385cde33073881fd02"
|
||||
"reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/168dbe519737221dc87d17385cde33073881fd02",
|
||||
"reference": "168dbe519737221dc87d17385cde33073881fd02",
|
||||
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
|
||||
"reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1059,7 +1072,7 @@
|
||||
"sftp",
|
||||
"storage"
|
||||
],
|
||||
"time": "2018-04-06T09:58:14+00:00"
|
||||
"time": "2018-05-07T08:44:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "monolog/monolog",
|
||||
@@ -1185,16 +1198,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nesbot/carbon",
|
||||
"version": "1.25.0",
|
||||
"version": "1.29.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||||
"reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4"
|
||||
"reference": "ed6aa898982f441ccc9b2acdec51490f2bc5d337"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4",
|
||||
"reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ed6aa898982f441ccc9b2acdec51490f2bc5d337",
|
||||
"reference": "ed6aa898982f441ccc9b2acdec51490f2bc5d337",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1206,14 +1219,9 @@
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.7"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.23-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Carbon\\": "src/Carbon/"
|
||||
"": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@@ -1234,7 +1242,7 @@
|
||||
"datetime",
|
||||
"time"
|
||||
],
|
||||
"time": "2018-03-19T15:50:49+00:00"
|
||||
"time": "2018-05-29T15:23:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
@@ -1293,12 +1301,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/oriceon/toastr-5-laravel.git",
|
||||
"reference": "4ce3779ba7bd76f7a9cdc4dad90ed85b300218cf"
|
||||
"reference": "8a03502cc7b151ee0e923fb66a92d91245ccb662"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/oriceon/toastr-5-laravel/zipball/4ce3779ba7bd76f7a9cdc4dad90ed85b300218cf",
|
||||
"reference": "4ce3779ba7bd76f7a9cdc4dad90ed85b300218cf",
|
||||
"url": "https://api.github.com/repos/oriceon/toastr-5-laravel/zipball/8a03502cc7b151ee0e923fb66a92d91245ccb662",
|
||||
"reference": "8a03502cc7b151ee0e923fb66a92d91245ccb662",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1344,7 +1352,7 @@
|
||||
"php",
|
||||
"toastr"
|
||||
],
|
||||
"time": "2018-01-02T07:28:16+00:00"
|
||||
"time": "2018-04-30T05:58:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "palanik/corsslim",
|
||||
@@ -1392,16 +1400,16 @@
|
||||
},
|
||||
{
|
||||
"name": "paragonie/random_compat",
|
||||
"version": "v2.0.12",
|
||||
"version": "v2.0.14",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/paragonie/random_compat.git",
|
||||
"reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
|
||||
"reference": "f6ce7dd93628088e1017fb5dd73b0b9fec7df9e5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
|
||||
"reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
|
||||
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/f6ce7dd93628088e1017fb5dd73b0b9fec7df9e5",
|
||||
"reference": "f6ce7dd93628088e1017fb5dd73b0b9fec7df9e5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1433,10 +1441,11 @@
|
||||
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
||||
"keywords": [
|
||||
"csprng",
|
||||
"polyfill",
|
||||
"pseudorandom",
|
||||
"random"
|
||||
],
|
||||
"time": "2018-04-04T21:24:14+00:00"
|
||||
"time": "2018-06-06T17:40:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pear/console_color2",
|
||||
@@ -1954,30 +1963,30 @@
|
||||
},
|
||||
{
|
||||
"name": "psy/psysh",
|
||||
"version": "v0.8.18",
|
||||
"version": "v0.9.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bobthecow/psysh.git",
|
||||
"reference": "5357b1cffc8fb375d6a9e3c86d5c82dd38a40834"
|
||||
"reference": "0951e91ac04ca28cf317f3997a0adfc319e80106"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/5357b1cffc8fb375d6a9e3c86d5c82dd38a40834",
|
||||
"reference": "5357b1cffc8fb375d6a9e3c86d5c82dd38a40834",
|
||||
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/0951e91ac04ca28cf317f3997a0adfc319e80106",
|
||||
"reference": "0951e91ac04ca28cf317f3997a0adfc319e80106",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"dnoegel/php-xdg-base-dir": "0.1",
|
||||
"jakub-onderka/php-console-highlighter": "0.3.*",
|
||||
"nikic/php-parser": "~1.3|~2.0|~3.0",
|
||||
"php": ">=5.3.9",
|
||||
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
|
||||
"php": ">=5.4.0",
|
||||
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
|
||||
"symfony/var-dumper": "~2.7|~3.0|~4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"hoa/console": "~3.16|~1.14",
|
||||
"phpunit/phpunit": "^4.8.35|^5.4.3",
|
||||
"symfony/finder": "~2.1|~3.0|~4.0"
|
||||
"bamarni/composer-bin-plugin": "^1.2",
|
||||
"hoa/console": "~2.15|~3.16",
|
||||
"phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
|
||||
@@ -1992,15 +2001,15 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-develop": "0.8.x-dev"
|
||||
"dev-develop": "0.9.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/Psy/functions.php"
|
||||
"src/functions.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Psy\\": "src/Psy/"
|
||||
"Psy\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@@ -2022,7 +2031,7 @@
|
||||
"interactive",
|
||||
"shell"
|
||||
],
|
||||
"time": "2018-04-02T05:41:44+00:00"
|
||||
"time": "2018-06-02T16:39:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ramsey/uuid",
|
||||
@@ -2256,16 +2265,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v3.4.8",
|
||||
"version": "v3.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "d4bb70fa24d540c309d88a9d6e43fb2d339b1fbf"
|
||||
"reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/d4bb70fa24d540c309d88a9d6e43fb2d339b1fbf",
|
||||
"reference": "d4bb70fa24d540c309d88a9d6e43fb2d339b1fbf",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27",
|
||||
"reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2286,7 +2295,7 @@
|
||||
"symfony/process": "~3.3|~4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"psr/log": "For using the console logger",
|
||||
"psr/log-implementation": "For using the console logger",
|
||||
"symfony/event-dispatcher": "",
|
||||
"symfony/lock": "",
|
||||
"symfony/process": ""
|
||||
@@ -2321,20 +2330,20 @@
|
||||
],
|
||||
"description": "Symfony Console Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-03T05:22:50+00:00"
|
||||
"time": "2018-05-16T08:49:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
"version": "v3.4.8",
|
||||
"version": "v3.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/css-selector.git",
|
||||
"reference": "519a80d7c1d95c6cc0b67f686d15fe27c6910de0"
|
||||
"reference": "d2ce52290b648ae33b5301d09bc14ee378612914"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/519a80d7c1d95c6cc0b67f686d15fe27c6910de0",
|
||||
"reference": "519a80d7c1d95c6cc0b67f686d15fe27c6910de0",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/d2ce52290b648ae33b5301d09bc14ee378612914",
|
||||
"reference": "d2ce52290b648ae33b5301d09bc14ee378612914",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2374,20 +2383,20 @@
|
||||
],
|
||||
"description": "Symfony CssSelector Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-03-19T22:32:39+00:00"
|
||||
"time": "2018-05-16T12:49:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/debug",
|
||||
"version": "v3.4.8",
|
||||
"version": "v3.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/debug.git",
|
||||
"reference": "9cf7c2271cfb89ef9727db1b740ca77be57bf9d7"
|
||||
"reference": "b28fd73fefbac341f673f5efd707d539d6a19f68"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/9cf7c2271cfb89ef9727db1b740ca77be57bf9d7",
|
||||
"reference": "9cf7c2271cfb89ef9727db1b740ca77be57bf9d7",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/b28fd73fefbac341f673f5efd707d539d6a19f68",
|
||||
"reference": "b28fd73fefbac341f673f5efd707d539d6a19f68",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2430,11 +2439,68 @@
|
||||
],
|
||||
"description": "Symfony Debug Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-03T05:22:50+00:00"
|
||||
"time": "2018-05-16T14:03:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/dotenv",
|
||||
"version": "v3.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dotenv.git",
|
||||
"reference": "66265f80c0f585cd6aec3fbdfc4ffdf7a0d75992"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/dotenv/zipball/66265f80c0f585cd6aec3fbdfc4ffdf7a0d75992",
|
||||
"reference": "66265f80c0f585cd6aec3fbdfc4ffdf7a0d75992",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.5.9|>=7.0.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/process": "~3.2|~4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.4-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Component\\Dotenv\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Potencier",
|
||||
"email": "fabien@symfony.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Registers environment variables from a .env file",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"dotenv",
|
||||
"env",
|
||||
"environment"
|
||||
],
|
||||
"time": "2018-01-03T17:14:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v3.4.8",
|
||||
"version": "v3.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
@@ -2497,16 +2563,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
"version": "v3.4.8",
|
||||
"version": "v3.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/finder.git",
|
||||
"reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433"
|
||||
"reference": "472a92f3df8b247b49ae364275fb32943b9656c6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/bd14efe8b1fabc4de82bf50dce62f05f9a102433",
|
||||
"reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/472a92f3df8b247b49ae364275fb32943b9656c6",
|
||||
"reference": "472a92f3df8b247b49ae364275fb32943b9656c6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2542,20 +2608,20 @@
|
||||
],
|
||||
"description": "Symfony Finder Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-04T05:07:11+00:00"
|
||||
"time": "2018-05-16T08:49:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v3.4.8",
|
||||
"version": "v3.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e"
|
||||
"reference": "a7b5fc605d1c215cea1122359044b1e682eb70c0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e",
|
||||
"reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/a7b5fc605d1c215cea1122359044b1e682eb70c0",
|
||||
"reference": "a7b5fc605d1c215cea1122359044b1e682eb70c0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2596,20 +2662,20 @@
|
||||
],
|
||||
"description": "Symfony HttpFoundation Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-03T05:22:50+00:00"
|
||||
"time": "2018-05-25T11:07:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v3.4.8",
|
||||
"version": "v3.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "3cc2d4374aa9590c09277ad68657671cf49dbbf4"
|
||||
"reference": "3dac45df55ee0c5134c457a730cd68e2a2ce0445"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/3cc2d4374aa9590c09277ad68657671cf49dbbf4",
|
||||
"reference": "3cc2d4374aa9590c09277ad68657671cf49dbbf4",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/3dac45df55ee0c5134c457a730cd68e2a2ce0445",
|
||||
"reference": "3dac45df55ee0c5134c457a730cd68e2a2ce0445",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2617,7 +2683,8 @@
|
||||
"psr/log": "~1.0",
|
||||
"symfony/debug": "~2.8|~3.0|~4.0",
|
||||
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
|
||||
"symfony/http-foundation": "^3.4.4|^4.0.4"
|
||||
"symfony/http-foundation": "^3.4.4|^4.0.4",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/config": "<2.8",
|
||||
@@ -2684,20 +2751,75 @@
|
||||
],
|
||||
"description": "Symfony HttpKernel Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-06T15:19:48+00:00"
|
||||
"time": "2018-05-25T13:16:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-mbstring",
|
||||
"version": "v1.7.0",
|
||||
"name": "symfony/polyfill-ctype",
|
||||
"version": "v1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||||
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
|
||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||
"reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
|
||||
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
|
||||
"reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.8-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Polyfill\\Ctype\\": ""
|
||||
},
|
||||
"files": [
|
||||
"bootstrap.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
},
|
||||
{
|
||||
"name": "Gert de Pagter",
|
||||
"email": "BackEndTea@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Symfony polyfill for ctype functions",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"compatibility",
|
||||
"ctype",
|
||||
"polyfill",
|
||||
"portable"
|
||||
],
|
||||
"time": "2018-04-30T19:57:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-mbstring",
|
||||
"version": "v1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||||
"reference": "3296adf6a6454a050679cde90f95350ad604b171"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
|
||||
"reference": "3296adf6a6454a050679cde90f95350ad604b171",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2709,7 +2831,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.7-dev"
|
||||
"dev-master": "1.8-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@@ -2743,20 +2865,20 @@
|
||||
"portable",
|
||||
"shim"
|
||||
],
|
||||
"time": "2018-01-30T19:27:44+00:00"
|
||||
"time": "2018-04-26T10:06:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-php70",
|
||||
"version": "v1.7.0",
|
||||
"version": "v1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-php70.git",
|
||||
"reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
|
||||
"reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
|
||||
"reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
|
||||
"reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2766,7 +2888,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.7-dev"
|
||||
"dev-master": "1.8-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@@ -2802,20 +2924,20 @@
|
||||
"portable",
|
||||
"shim"
|
||||
],
|
||||
"time": "2018-01-30T19:27:44+00:00"
|
||||
"time": "2018-04-26T10:06:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/process",
|
||||
"version": "v3.4.8",
|
||||
"version": "v3.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/process.git",
|
||||
"reference": "4b7d64e852886319e93ddfdecff0d744ab87658b"
|
||||
"reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/4b7d64e852886319e93ddfdecff0d744ab87658b",
|
||||
"reference": "4b7d64e852886319e93ddfdecff0d744ab87658b",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/4cbf2db9abcb01486a21b7a059e03a62fae63187",
|
||||
"reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2851,7 +2973,7 @@
|
||||
],
|
||||
"description": "Symfony Process Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-03T05:22:50+00:00"
|
||||
"time": "2018-05-16T08:49:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
@@ -2994,16 +3116,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
"version": "v3.4.8",
|
||||
"version": "v3.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/var-dumper.git",
|
||||
"reference": "951643091b39a6fd40fce56cd16e21e12bef3feb"
|
||||
"reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/951643091b39a6fd40fce56cd16e21e12bef3feb",
|
||||
"reference": "951643091b39a6fd40fce56cd16e21e12bef3feb",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e6545672d8c9ce70dd472adc2f8b03155a46f73",
|
||||
"reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3059,24 +3181,25 @@
|
||||
"debug",
|
||||
"dump"
|
||||
],
|
||||
"time": "2018-04-03T20:34:11+00:00"
|
||||
"time": "2018-04-26T12:42:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v2.8.38",
|
||||
"version": "v2.8.41",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "be720fcfae4614df204190d57795351059946a77"
|
||||
"reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/be720fcfae4614df204190d57795351059946a77",
|
||||
"reference": "be720fcfae4614df204190d57795351059946a77",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff",
|
||||
"reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.9"
|
||||
"php": ">=5.3.9",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@@ -3108,7 +3231,7 @@
|
||||
],
|
||||
"description": "Symfony Yaml Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-01-03T07:36:31+00:00"
|
||||
"time": "2018-05-01T22:52:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "tecnickcom/tcpdf",
|
||||
@@ -3633,6 +3756,72 @@
|
||||
"homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
|
||||
"time": "2018-02-24T15:31:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "justinrainbow/json-schema",
|
||||
"version": "5.2.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/justinrainbow/json-schema.git",
|
||||
"reference": "8560d4314577199ba51bf2032f02cd1315587c23"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
|
||||
"reference": "8560d4314577199ba51bf2032f02cd1315587c23",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.1",
|
||||
"json-schema/json-schema-test-suite": "1.2.0",
|
||||
"phpunit/phpunit": "^4.8.35"
|
||||
},
|
||||
"bin": [
|
||||
"bin/validate-json"
|
||||
],
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "5.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"JsonSchema\\": "src/JsonSchema/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bruno Prieto Reis",
|
||||
"email": "bruno.p.reis@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Justin Rainbow",
|
||||
"email": "justin.rainbow@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Igor Wiedler",
|
||||
"email": "igor@wiedler.ch"
|
||||
},
|
||||
{
|
||||
"name": "Robert Schönthal",
|
||||
"email": "seroscho@googlemail.com"
|
||||
}
|
||||
],
|
||||
"description": "A library to validate a json schema.",
|
||||
"homepage": "https://github.com/justinrainbow/json-schema",
|
||||
"keywords": [
|
||||
"json",
|
||||
"schema"
|
||||
],
|
||||
"time": "2018-02-14T22:26:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "maximebf/debugbar",
|
||||
"version": "1.13.1",
|
||||
@@ -3741,23 +3930,23 @@
|
||||
},
|
||||
{
|
||||
"name": "phpspec/prophecy",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpspec/prophecy.git",
|
||||
"reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
|
||||
"reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
|
||||
"reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
|
||||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
|
||||
"reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/instantiator": "^1.0.2",
|
||||
"php": "^5.3|^7.0",
|
||||
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
|
||||
"sebastian/comparator": "^1.1|^2.0",
|
||||
"sebastian/comparator": "^1.1|^2.0|^3.0",
|
||||
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
@@ -3800,7 +3989,7 @@
|
||||
"spy",
|
||||
"stub"
|
||||
],
|
||||
"time": "2018-02-19T10:16:54+00:00"
|
||||
"time": "2018-04-18T13:57:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
@@ -4736,7 +4925,7 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/class-loader",
|
||||
"version": "v3.4.8",
|
||||
"version": "v3.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/class-loader.git",
|
||||
|
||||
@@ -68,17 +68,17 @@ mib_dir:
|
||||
|
||||
```yaml
|
||||
poller_modules:
|
||||
cisco-ace-serverfarms: 0
|
||||
cisco-ace-loadbalancer: 0
|
||||
cisco-ace-serverfarms: false
|
||||
cisco-ace-loadbalancer: false
|
||||
```
|
||||
|
||||
`discovery_modules`: This is the list of discovery modules to either enable (1) or disable (0). Check `includes/defaults.inc.php` to see which modules are enabled/disabled by default.
|
||||
|
||||
```yaml
|
||||
discovery_modules:
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 0
|
||||
cisco-cef: true
|
||||
cisco-sla: true
|
||||
cisco-mac-accounting: false
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -61,9 +61,9 @@ Usually, a poller module will not work if it's corresponding discovery module is
|
||||
|
||||
```yaml
|
||||
poller_modules:
|
||||
bgp-peers: 1
|
||||
bgp-peers: true
|
||||
discovery_modules:
|
||||
arp-table: 0
|
||||
arp-table: false
|
||||
```
|
||||
|
||||
### Storage Settings
|
||||
|
||||
@@ -77,7 +77,7 @@ Disabled by default.
|
||||
|
||||
Adds devices that are listed in another device's arp table. This module depends on the arp-table module being enabled and returning data.
|
||||
|
||||
To enable, switch on globally the `$config['discovery_modules']['discovery-arp'] = 1;` or per device within the Modules section.
|
||||
To enable, switch on globally the `$config['discovery_modules']['discovery-arp'] = true;` or per device within the Modules section.
|
||||
|
||||
### XDP
|
||||
Enabled by default.
|
||||
|
||||
@@ -23,7 +23,7 @@ using the script `contrib/convert-mib-graphs.sh`. Failure to do so will
|
||||
result in your data collection silently stopping.
|
||||
|
||||
MIB-based polling is disabled by default; you must set
|
||||
`$config['poller_modules']['mib'] = 1;`
|
||||
`$config['poller_modules']['mib'] = true;`
|
||||
in `config.php` to enable it.
|
||||
|
||||
## Preparation ##
|
||||
@@ -147,7 +147,7 @@ graph.
|
||||
|
||||
## Configuration
|
||||
### Main Configuration
|
||||
In `/opt/librenms/config.php` add `$config['poller_modules']['mib'] = 1;` to enable MIB polling globally.
|
||||
In `/opt/librenms/config.php` add `$config['poller_modules']['mib'] = true;` to enable MIB polling globally.
|
||||
Alternatively you can enable MIB polling per device by enabling it within the modules section for the specific device.
|
||||
|
||||
### Discovery
|
||||
|
||||
@@ -340,8 +340,8 @@ $config['allow_duplicate_sysName'] = false;
|
||||
Generally, it is a better to set these [per OS](../Developing/os/Settings.md#poller-and-discovery-modules) or device.
|
||||
|
||||
```php
|
||||
$config['discovery_modules]['arp-table'] = 1;
|
||||
$config['poller_modules']['bgp-peers'] = 0;
|
||||
$config['discovery_modules]['arp-table'] = true;
|
||||
$config['poller_modules']['bgp-peers'] = false;
|
||||
```
|
||||
|
||||
### SNMP Settings
|
||||
|
||||
@@ -53,45 +53,45 @@ These are the default discovery config items. You can globally disable a module
|
||||
disable it for one device then you can do this within the WebUI -> Device -> Settings -> Modules.
|
||||
|
||||
```php
|
||||
$config['discovery_modules']['os'] = 1;
|
||||
$config['discovery_modules']['ports'] = 1;
|
||||
$config['discovery_modules']['ports-stack'] = 1;
|
||||
$config['discovery_modules']['entity-physical'] = 1;
|
||||
$config['discovery_modules']['entity-state'] = 0;
|
||||
$config['discovery_modules']['processors'] = 1;
|
||||
$config['discovery_modules']['mempools'] = 1;
|
||||
$config['discovery_modules']['cisco-vrf-lite'] = 1;
|
||||
$config['discovery_modules']['cisco-mac-accounting'] = 0;
|
||||
$config['discovery_modules']['cisco-pw'] = 0;
|
||||
$config['discovery_modules']['vrf'] = 0;
|
||||
$config['discovery_modules']['cisco-cef'] = 0;
|
||||
$config['discovery_modules']['cisco-sla'] = 0;
|
||||
$config['discovery_modules']['cisco-cbqos'] = 0;
|
||||
$config['discovery_modules']['cisco-otv'] = 0;
|
||||
$config['discovery_modules']['ipv4-addresses'] = 1;
|
||||
$config['discovery_modules']['ipv6-addresses'] = 1;
|
||||
$config['discovery_modules']['route'] = 0;
|
||||
$config['discovery_modules']['sensors'] = 1;
|
||||
$config['discovery_modules']['storage'] = 1;
|
||||
$config['discovery_modules']['hr-device'] = 1;
|
||||
$config['discovery_modules']['discovery-protocols'] = 1;
|
||||
$config['discovery_modules']['arp-table'] = 1;
|
||||
$config['discovery_modules']['discovery-arp'] = 0;
|
||||
$config['discovery_modules']['junose-atm-vp'] = 0;
|
||||
$config['discovery_modules']['bgp-peers'] = 1;
|
||||
$config['discovery_modules']['vlans'] = 1;
|
||||
$config['discovery_modules']['vmware-vminfo'] = 0;
|
||||
$config['discovery_modules']['libvirt-vminfo'] = 0;
|
||||
$config['discovery_modules']['toner'] = 0;
|
||||
$config['discovery_modules']['ucd-diskio'] = 1;
|
||||
$config['discovery_modules']['applications'] = 0;
|
||||
$config['discovery_modules']['services'] = 1;
|
||||
$config['discovery_modules']['stp'] = 1;
|
||||
$config['discovery_modules']['ntp'] = 1;
|
||||
$config['discovery_modules']['loadbalancers'] = 0;
|
||||
$config['discovery_modules']['mef'] = 0;
|
||||
$config['discovery_modules']['wireless'] = 1;
|
||||
$config['discovery_modules']['fdb-table'] = 1;
|
||||
$config['discovery_modules']['os'] = true;
|
||||
$config['discovery_modules']['ports'] = true;
|
||||
$config['discovery_modules']['ports-stack'] = true;
|
||||
$config['discovery_modules']['entity-physical'] = true;
|
||||
$config['discovery_modules']['entity-state'] = false;
|
||||
$config['discovery_modules']['processors'] = true;
|
||||
$config['discovery_modules']['mempools'] = true;
|
||||
$config['discovery_modules']['cisco-vrf-lite'] = true;
|
||||
$config['discovery_modules']['cisco-mac-accounting'] = false;
|
||||
$config['discovery_modules']['cisco-pw'] = false;
|
||||
$config['discovery_modules']['vrf'] = false;
|
||||
$config['discovery_modules']['cisco-cef'] = false;
|
||||
$config['discovery_modules']['cisco-sla'] = false;
|
||||
$config['discovery_modules']['cisco-cbqos'] = false;
|
||||
$config['discovery_modules']['cisco-otv'] = false;
|
||||
$config['discovery_modules']['ipv4-addresses'] = true;
|
||||
$config['discovery_modules']['ipv6-addresses'] = true;
|
||||
$config['discovery_modules']['route'] = false;
|
||||
$config['discovery_modules']['sensors'] = true;
|
||||
$config['discovery_modules']['storage'] = true;
|
||||
$config['discovery_modules']['hr-device'] = true;
|
||||
$config['discovery_modules']['discovery-protocols'] = true;
|
||||
$config['discovery_modules']['arp-table'] = true;
|
||||
$config['discovery_modules']['discovery-arp'] = false;
|
||||
$config['discovery_modules']['junose-atm-vp'] = false;
|
||||
$config['discovery_modules']['bgp-peers'] = true;
|
||||
$config['discovery_modules']['vlans'] = true;
|
||||
$config['discovery_modules']['vmware-vminfo'] = false;
|
||||
$config['discovery_modules']['libvirt-vminfo'] = false;
|
||||
$config['discovery_modules']['toner'] = false;
|
||||
$config['discovery_modules']['ucd-diskio'] = true;
|
||||
$config['discovery_modules']['applications'] = false;
|
||||
$config['discovery_modules']['services'] = true;
|
||||
$config['discovery_modules']['stp'] = true;
|
||||
$config['discovery_modules']['ntp'] = true;
|
||||
$config['discovery_modules']['loadbalancers'] = false;
|
||||
$config['discovery_modules']['mef'] = false;
|
||||
$config['discovery_modules']['wireless'] = true;
|
||||
$config['discovery_modules']['fdb-table'] = true;
|
||||
```
|
||||
|
||||
#### OS based Discovery config
|
||||
@@ -104,8 +104,8 @@ Discover performance improvement can be achieved by deactivating all modules tha
|
||||
E.g. to deactivate spanning tree but activate discovery-arp module for linux OS
|
||||
|
||||
```php
|
||||
$config['os']['linux']['discovery_modules']['stp'] = 0;
|
||||
$config['os']['linux']['discovery_modules']['discovery-arp'] = 1;
|
||||
$config['os']['linux']['discovery_modules']['stp'] = false;
|
||||
$config['os']['linux']['discovery_modules']['discovery-arp'] = true;
|
||||
```
|
||||
|
||||
#### Discovery modules
|
||||
|
||||
@@ -31,7 +31,7 @@ Disable polling (and discovery) modules that you do not need. You can do this gl
|
||||
|
||||
Disable OSPF polling
|
||||
```php
|
||||
$config['poller_modules']['ospf'] = 0;
|
||||
$config['poller_modules']['ospf'] = false;
|
||||
```
|
||||
|
||||
You can disable modules globally then re-enable the module per device or the opposite way. For a list of modules please see
|
||||
|
||||
@@ -42,48 +42,48 @@ These are the default poller config items. You can globally disable a module by
|
||||
disable it for one device then you can do this within the WebUI -> Settings -> Modules.
|
||||
|
||||
```php
|
||||
$config['poller_modules']['unix-agent'] = 0;
|
||||
$config['poller_modules']['os'] = 1;
|
||||
$config['poller_modules']['ipmi'] = 1;
|
||||
$config['poller_modules']['sensors'] = 1;
|
||||
$config['poller_modules']['processors'] = 1;
|
||||
$config['poller_modules']['mempools'] = 1;
|
||||
$config['poller_modules']['storage'] = 1;
|
||||
$config['poller_modules']['netstats'] = 1;
|
||||
$config['poller_modules']['hr-mib'] = 1;
|
||||
$config['poller_modules']['ucd-mib'] = 1;
|
||||
$config['poller_modules']['ipSystemStats'] = 1;
|
||||
$config['poller_modules']['ports'] = 1;
|
||||
$config['poller_modules']['bgp-peers'] = 1;
|
||||
$config['poller_modules']['junose-atm-vp'] = 0;
|
||||
$config['poller_modules']['toner'] = 0;
|
||||
$config['poller_modules']['ucd-diskio'] = 1;
|
||||
$config['poller_modules']['wireless'] = 1;
|
||||
$config['poller_modules']['ospf'] = 1;
|
||||
$config['poller_modules']['cisco-ipsec-flow-monitor'] = 0;
|
||||
$config['poller_modules']['cisco-remote-access-monitor'] = 0;
|
||||
$config['poller_modules']['cisco-cef'] = 0;
|
||||
$config['poller_modules']['cisco-sla'] = 0;
|
||||
$config['poller_modules']['cisco-mac-accounting'] = 0;
|
||||
$config['poller_modules']['cipsec-tunnels'] = 0;
|
||||
$config['poller_modules']['cisco-ace-loadbalancer'] = 0;
|
||||
$config['poller_modules']['cisco-ace-serverfarms'] = 0;
|
||||
$config['poller_modules']['cisco-asa-firewall'] = 0;
|
||||
$config['poller_modules']['cisco-voice'] = 0;
|
||||
$config['poller_modules']['cisco-cbqos'] = 0;
|
||||
$config['poller_modules']['cisco-otv'] = 0;
|
||||
$config['poller_modules']['cisco-vpdn'] = 0;
|
||||
$config['poller_modules']['netscaler-vsvr'] = 0;
|
||||
$config['poller_modules']['aruba-controller'] = 0;
|
||||
$config['poller_modules']['entity-physical'] = 1;
|
||||
$config['poller_modules']['entity-state'] = 0;
|
||||
$config['poller_modules']['applications'] = 1;
|
||||
$config['poller_modules']['mib'] = 0;
|
||||
$config['poller_modules']['stp'] = 1;
|
||||
$config['poller_modules']['ntp'] = 1;
|
||||
$config['poller_modules']['services'] = 1;
|
||||
$config['poller_modules']['loadbalancers'] = 0;
|
||||
$config['poller_modules']['mef'] = 0;
|
||||
$config['poller_modules']['unix-agent'] = false;
|
||||
$config['poller_modules']['os'] = true;
|
||||
$config['poller_modules']['ipmi'] = true;
|
||||
$config['poller_modules']['sensors'] = true;
|
||||
$config['poller_modules']['processors'] = true;
|
||||
$config['poller_modules']['mempools'] = true;
|
||||
$config['poller_modules']['storage'] = true;
|
||||
$config['poller_modules']['netstats'] = true;
|
||||
$config['poller_modules']['hr-mib'] = true;
|
||||
$config['poller_modules']['ucd-mib'] = true;
|
||||
$config['poller_modules']['ipSystemStats'] = true;
|
||||
$config['poller_modules']['ports'] = true;
|
||||
$config['poller_modules']['bgp-peers'] = true;
|
||||
$config['poller_modules']['junose-atm-vp'] = false;
|
||||
$config['poller_modules']['toner'] = false;
|
||||
$config['poller_modules']['ucd-diskio'] = true;
|
||||
$config['poller_modules']['wireless'] = true;
|
||||
$config['poller_modules']['ospf'] = true;
|
||||
$config['poller_modules']['cisco-ipsec-flow-monitor'] = false;
|
||||
$config['poller_modules']['cisco-remote-access-monitor'] = false;
|
||||
$config['poller_modules']['cisco-cef'] = false;
|
||||
$config['poller_modules']['cisco-sla'] = false;
|
||||
$config['poller_modules']['cisco-mac-accounting'] = false;
|
||||
$config['poller_modules']['cipsec-tunnels'] = false;
|
||||
$config['poller_modules']['cisco-ace-loadbalancer'] = false;
|
||||
$config['poller_modules']['cisco-ace-serverfarms'] = false;
|
||||
$config['poller_modules']['cisco-asa-firewall'] = false;
|
||||
$config['poller_modules']['cisco-voice'] = false;
|
||||
$config['poller_modules']['cisco-cbqos'] = false;
|
||||
$config['poller_modules']['cisco-otv'] = false;
|
||||
$config['poller_modules']['cisco-vpdn'] = false;
|
||||
$config['poller_modules']['netscaler-vsvr'] = false;
|
||||
$config['poller_modules']['aruba-controller'] = false;
|
||||
$config['poller_modules']['entity-physical'] = true;
|
||||
$config['poller_modules']['entity-state'] = false;
|
||||
$config['poller_modules']['applications'] = true;
|
||||
$config['poller_modules']['mib'] = false;
|
||||
$config['poller_modules']['stp'] = true;
|
||||
$config['poller_modules']['ntp'] = true;
|
||||
$config['poller_modules']['services'] = true;
|
||||
$config['poller_modules']['loadbalancers'] = false;
|
||||
$config['poller_modules']['mef'] = false;
|
||||
```
|
||||
|
||||
#### OS based Poller config
|
||||
@@ -96,8 +96,8 @@ Poller performance improvement can be achieved by deactivating all modules that
|
||||
E.g. to deactivate spanning tree but activate unix-agent module for linux OS
|
||||
|
||||
```php
|
||||
$config['os']['linux']['poller_modules']['stp'] = 0;
|
||||
$config['os']['linux']['poller_modules']['unix-agent'] = 1;
|
||||
$config['os']['linux']['poller_modules']['stp'] = false;
|
||||
$config['os']['linux']['poller_modules']['unix-agent'] = true;
|
||||
```
|
||||
|
||||
#### Poller modules
|
||||
|
||||
@@ -729,91 +729,91 @@ $config['warn']['ifdown'] = true;
|
||||
// Show down interfaces
|
||||
// List of poller modules. Need to be in the array to be
|
||||
// considered for execution.
|
||||
$config['poller_modules']['unix-agent'] = 0;
|
||||
$config['poller_modules']['os'] = 1;
|
||||
$config['poller_modules']['ipmi'] = 1;
|
||||
$config['poller_modules']['sensors'] = 1;
|
||||
$config['poller_modules']['processors'] = 1;
|
||||
$config['poller_modules']['mempools'] = 1;
|
||||
$config['poller_modules']['storage'] = 1;
|
||||
$config['poller_modules']['netstats'] = 1;
|
||||
$config['poller_modules']['hr-mib'] = 1;
|
||||
$config['poller_modules']['ucd-mib'] = 1;
|
||||
$config['poller_modules']['ipSystemStats'] = 1;
|
||||
$config['poller_modules']['ports'] = 1;
|
||||
$config['poller_modules']['bgp-peers'] = 1;
|
||||
$config['poller_modules']['junose-atm-vp'] = 0;
|
||||
$config['poller_modules']['toner'] = 0;
|
||||
$config['poller_modules']['ucd-diskio'] = 1;
|
||||
$config['poller_modules']['wifi'] = 0;
|
||||
$config['poller_modules']['wireless'] = 1;
|
||||
$config['poller_modules']['ospf'] = 1;
|
||||
$config['poller_modules']['cisco-ipsec-flow-monitor'] = 0;
|
||||
$config['poller_modules']['cisco-remote-access-monitor'] = 0;
|
||||
$config['poller_modules']['cisco-cef'] = 0;
|
||||
$config['poller_modules']['cisco-sla'] = 0;
|
||||
$config['poller_modules']['cisco-mac-accounting'] = 0;
|
||||
$config['poller_modules']['cipsec-tunnels'] = 0;
|
||||
$config['poller_modules']['cisco-ace-loadbalancer'] = 0;
|
||||
$config['poller_modules']['cisco-ace-serverfarms'] = 0;
|
||||
$config['poller_modules']['cisco-asa-firewall'] = 0;
|
||||
$config['poller_modules']['cisco-voice'] = 0;
|
||||
$config['poller_modules']['cisco-cbqos'] = 0;
|
||||
$config['poller_modules']['cisco-otv'] = 0;
|
||||
$config['poller_modules']['cisco-vpdn'] = 0;
|
||||
$config['poller_modules']['netscaler-vsvr'] = 0;
|
||||
$config['poller_modules']['aruba-controller'] = 0;
|
||||
$config['poller_modules']['entity-physical'] = 1;
|
||||
$config['poller_modules']['entity-state'] = 0;
|
||||
$config['poller_modules']['applications'] = 1;
|
||||
$config['poller_modules']['mib'] = 0;
|
||||
$config['poller_modules']['stp'] = 1;
|
||||
$config['poller_modules']['ntp'] = 1;
|
||||
$config['poller_modules']['services'] = 1;
|
||||
$config['poller_modules']['loadbalancers'] = 0;
|
||||
$config['poller_modules']['mef'] = 0;
|
||||
$config['poller_modules']['unix-agent'] = false;
|
||||
$config['poller_modules']['os'] = true;
|
||||
$config['poller_modules']['ipmi'] = true;
|
||||
$config['poller_modules']['sensors'] = true;
|
||||
$config['poller_modules']['processors'] = true;
|
||||
$config['poller_modules']['mempools'] = true;
|
||||
$config['poller_modules']['storage'] = true;
|
||||
$config['poller_modules']['netstats'] = true;
|
||||
$config['poller_modules']['hr-mib'] = true;
|
||||
$config['poller_modules']['ucd-mib'] = true;
|
||||
$config['poller_modules']['ipSystemStats'] = true;
|
||||
$config['poller_modules']['ports'] = true;
|
||||
$config['poller_modules']['bgp-peers'] = true;
|
||||
$config['poller_modules']['junose-atm-vp'] = false;
|
||||
$config['poller_modules']['toner'] = false;
|
||||
$config['poller_modules']['ucd-diskio'] = true;
|
||||
$config['poller_modules']['wifi'] = false;
|
||||
$config['poller_modules']['wireless'] = true;
|
||||
$config['poller_modules']['ospf'] = true;
|
||||
$config['poller_modules']['cisco-ipsec-flow-monitor'] = false;
|
||||
$config['poller_modules']['cisco-remote-access-monitor'] = false;
|
||||
$config['poller_modules']['cisco-cef'] = false;
|
||||
$config['poller_modules']['cisco-sla'] = false;
|
||||
$config['poller_modules']['cisco-mac-accounting'] = false;
|
||||
$config['poller_modules']['cipsec-tunnels'] = false;
|
||||
$config['poller_modules']['cisco-ace-loadbalancer'] = false;
|
||||
$config['poller_modules']['cisco-ace-serverfarms'] = false;
|
||||
$config['poller_modules']['cisco-asa-firewall'] = false;
|
||||
$config['poller_modules']['cisco-voice'] = false;
|
||||
$config['poller_modules']['cisco-cbqos'] = false;
|
||||
$config['poller_modules']['cisco-otv'] = false;
|
||||
$config['poller_modules']['cisco-vpdn'] = false;
|
||||
$config['poller_modules']['netscaler-vsvr'] = false;
|
||||
$config['poller_modules']['aruba-controller'] = false;
|
||||
$config['poller_modules']['entity-physical'] = true;
|
||||
$config['poller_modules']['entity-state'] = false;
|
||||
$config['poller_modules']['applications'] = true;
|
||||
$config['poller_modules']['mib'] = false;
|
||||
$config['poller_modules']['stp'] = true;
|
||||
$config['poller_modules']['ntp'] = true;
|
||||
$config['poller_modules']['services'] = true;
|
||||
$config['poller_modules']['loadbalancers'] = false;
|
||||
$config['poller_modules']['mef'] = false;
|
||||
|
||||
// List of discovery modules. Need to be in this array to be
|
||||
// considered for execution.
|
||||
$config['discovery_modules']['os'] = 1;
|
||||
$config['discovery_modules']['ports'] = 1;
|
||||
$config['discovery_modules']['ports-stack'] = 1;
|
||||
$config['discovery_modules']['entity-physical'] = 1;
|
||||
$config['discovery_modules']['entity-state'] = 0;
|
||||
$config['discovery_modules']['processors'] = 1;
|
||||
$config['discovery_modules']['mempools'] = 1;
|
||||
$config['discovery_modules']['cisco-vrf-lite'] = 1;
|
||||
$config['discovery_modules']['cisco-mac-accounting'] = 0;
|
||||
$config['discovery_modules']['cisco-pw'] = 0;
|
||||
$config['discovery_modules']['vrf'] = 0;
|
||||
$config['discovery_modules']['cisco-cef'] = 0;
|
||||
$config['discovery_modules']['cisco-sla'] = 0;
|
||||
$config['discovery_modules']['cisco-cbqos'] = 0;
|
||||
$config['discovery_modules']['cisco-otv'] = 0;
|
||||
$config['discovery_modules']['ipv4-addresses'] = 1;
|
||||
$config['discovery_modules']['ipv6-addresses'] = 1;
|
||||
$config['discovery_modules']['route'] = 0;
|
||||
$config['discovery_modules']['sensors'] = 1;
|
||||
$config['discovery_modules']['storage'] = 1;
|
||||
$config['discovery_modules']['hr-device'] = 1;
|
||||
$config['discovery_modules']['discovery-protocols'] = 1;
|
||||
$config['discovery_modules']['arp-table'] = 1;
|
||||
$config['discovery_modules']['discovery-arp'] = 0;
|
||||
$config['discovery_modules']['junose-atm-vp'] = 0;
|
||||
$config['discovery_modules']['bgp-peers'] = 1;
|
||||
$config['discovery_modules']['vlans'] = 1;
|
||||
$config['discovery_modules']['vmware-vminfo'] = 0;
|
||||
$config['discovery_modules']['libvirt-vminfo'] = 0;
|
||||
$config['discovery_modules']['toner'] = 0;
|
||||
$config['discovery_modules']['ucd-diskio'] = 1;
|
||||
$config['discovery_modules']['applications'] = 0;
|
||||
$config['discovery_modules']['services'] = 1;
|
||||
$config['discovery_modules']['stp'] = 1;
|
||||
$config['discovery_modules']['ntp'] = 1;
|
||||
$config['discovery_modules']['loadbalancers'] = 0;
|
||||
$config['discovery_modules']['mef'] = 0;
|
||||
$config['discovery_modules']['wireless'] = 1;
|
||||
$config['discovery_modules']['fdb-table'] = 1;
|
||||
$config['discovery_modules']['os'] = true;
|
||||
$config['discovery_modules']['ports'] = true;
|
||||
$config['discovery_modules']['ports-stack'] = true;
|
||||
$config['discovery_modules']['entity-physical'] = true;
|
||||
$config['discovery_modules']['entity-state'] = false;
|
||||
$config['discovery_modules']['processors'] = true;
|
||||
$config['discovery_modules']['mempools'] = true;
|
||||
$config['discovery_modules']['cisco-vrf-lite'] = true;
|
||||
$config['discovery_modules']['cisco-mac-accounting'] = false;
|
||||
$config['discovery_modules']['cisco-pw'] = false;
|
||||
$config['discovery_modules']['vrf'] = false;
|
||||
$config['discovery_modules']['cisco-cef'] = false;
|
||||
$config['discovery_modules']['cisco-sla'] = false;
|
||||
$config['discovery_modules']['cisco-cbqos'] = false;
|
||||
$config['discovery_modules']['cisco-otv'] = false;
|
||||
$config['discovery_modules']['ipv4-addresses'] = true;
|
||||
$config['discovery_modules']['ipv6-addresses'] = true;
|
||||
$config['discovery_modules']['route'] = false;
|
||||
$config['discovery_modules']['sensors'] = true;
|
||||
$config['discovery_modules']['storage'] = true;
|
||||
$config['discovery_modules']['hr-device'] = true;
|
||||
$config['discovery_modules']['discovery-protocols'] = true;
|
||||
$config['discovery_modules']['arp-table'] = true;
|
||||
$config['discovery_modules']['discovery-arp'] = false;
|
||||
$config['discovery_modules']['junose-atm-vp'] = false;
|
||||
$config['discovery_modules']['bgp-peers'] = true;
|
||||
$config['discovery_modules']['vlans'] = true;
|
||||
$config['discovery_modules']['vmware-vminfo'] = false;
|
||||
$config['discovery_modules']['libvirt-vminfo'] = false;
|
||||
$config['discovery_modules']['toner'] = false;
|
||||
$config['discovery_modules']['ucd-diskio'] = true;
|
||||
$config['discovery_modules']['applications'] = false;
|
||||
$config['discovery_modules']['services'] = true;
|
||||
$config['discovery_modules']['stp'] = true;
|
||||
$config['discovery_modules']['ntp'] = true;
|
||||
$config['discovery_modules']['loadbalancers'] = false;
|
||||
$config['discovery_modules']['mef'] = false;
|
||||
$config['discovery_modules']['wireless'] = true;
|
||||
$config['discovery_modules']['fdb-table'] = true;
|
||||
// Enable daily updates
|
||||
$config['update'] = 1;
|
||||
|
||||
|
||||
@@ -3,26 +3,26 @@ group: cisco
|
||||
text: 'Acano OS'
|
||||
type: collaboration
|
||||
over:
|
||||
- { graph: device_bits }
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
icon: cisco
|
||||
discovery:
|
||||
- { sysObjectID: .1.3.6.1.4.1.8072.3.2.10, sysDescr: 'Acano' }
|
||||
- { sysObjectID: .1.3.6.1.4.1.8072.3.2.10, sysDescr: Acano }
|
||||
poller_modules:
|
||||
cisco-cbqos: 1
|
||||
cisco-cef: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-voice: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
cisco-sla: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cipsec-tunnels: 1
|
||||
cisco-otv: 1
|
||||
cisco-cbqos: true
|
||||
cisco-cef: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-voice: true
|
||||
cisco-remote-access-monitor: true
|
||||
cisco-sla: true
|
||||
cisco-ipsec-flow-monitor: true
|
||||
cipsec-tunnels: true
|
||||
cisco-otv: true
|
||||
discovery_modules:
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-otv: 1
|
||||
cisco-pw: 1
|
||||
vrf: 1
|
||||
cisco-vrf-lite: 1
|
||||
cisco-cef: true
|
||||
cisco-sla: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-otv: true
|
||||
cisco-pw: true
|
||||
vrf: true
|
||||
cisco-vrf-lite: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
os: acs
|
||||
group: cisco
|
||||
text: 'Cisco ACS'
|
||||
ifname: 1
|
||||
ifname: true
|
||||
type: server
|
||||
icon: cisco
|
||||
over:
|
||||
@@ -9,25 +9,25 @@ over:
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
poller_modules:
|
||||
cisco-ace-serverfarms: 1
|
||||
cisco-ace-loadbalancer: 1
|
||||
cisco-cbqos: 1
|
||||
cisco-cef: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-voice: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
cisco-sla: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cipsec-tunnels: 1
|
||||
cisco-otv: 1
|
||||
cisco-ace-serverfarms: true
|
||||
cisco-ace-loadbalancer: true
|
||||
cisco-cbqos: true
|
||||
cisco-cef: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-voice: true
|
||||
cisco-remote-access-monitor: true
|
||||
cisco-sla: true
|
||||
cisco-ipsec-flow-monitor: true
|
||||
cipsec-tunnels: true
|
||||
cisco-otv: true
|
||||
discovery_modules:
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-otv: 1
|
||||
cisco-pw: 1
|
||||
vrf: 1
|
||||
cisco-vrf-lite: 1
|
||||
cisco-cef: true
|
||||
cisco-sla: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-otv: true
|
||||
cisco-pw: true
|
||||
vrf: true
|
||||
cisco-vrf-lite: true
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.9.1.1117
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
os: acsw
|
||||
group: cisco
|
||||
text: 'Cisco ACE'
|
||||
ifname: 1
|
||||
ifname: true
|
||||
type: loadbalancer
|
||||
icon: cisco
|
||||
over:
|
||||
@@ -9,25 +9,25 @@ over:
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
poller_modules:
|
||||
cisco-ace-serverfarms: 1
|
||||
cisco-ace-loadbalancer: 1
|
||||
cisco-cbqos: 1
|
||||
cisco-cef: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-voice: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
cisco-sla: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cipsec-tunnels: 1
|
||||
cisco-otv: 1
|
||||
cisco-ace-serverfarms: true
|
||||
cisco-ace-loadbalancer: true
|
||||
cisco-cbqos: true
|
||||
cisco-cef: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-voice: true
|
||||
cisco-remote-access-monitor: true
|
||||
cisco-sla: true
|
||||
cisco-ipsec-flow-monitor: true
|
||||
cipsec-tunnels: true
|
||||
cisco-otv: true
|
||||
discovery_modules:
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-otv: 1
|
||||
cisco-pw: 1
|
||||
vrf: 1
|
||||
cisco-vrf-lite: 1
|
||||
cisco-cef: true
|
||||
cisco-sla: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-otv: true
|
||||
cisco-pw: true
|
||||
vrf: true
|
||||
cisco-vrf-lite: true
|
||||
discovery:
|
||||
- sysObjectID: .1.3.6.1.4.1.9.1.1291
|
||||
- sysDescr:
|
||||
|
||||
@@ -12,4 +12,4 @@ discovery:
|
||||
- sysObjectID: .1.3.6.1.4.1.664
|
||||
- sysDescr: 'NetVanta'
|
||||
good_if:
|
||||
- 'EtsecBasedVirtualEthernet1'
|
||||
- EtsecBasedVirtualEthernet1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: adva_fsp150
|
||||
text: ADVA FSP150CC
|
||||
text: 'ADVA FSP150CC'
|
||||
type: network
|
||||
icon: adva
|
||||
group: ADVA
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: adva_fsp3kr7
|
||||
text: ADVA FSP3000 R7
|
||||
text: 'ADVA FSP3000 R7'
|
||||
type: network
|
||||
icon: adva
|
||||
group: ADVA
|
||||
|
||||
@@ -2,11 +2,11 @@ os: airos-af-ltu
|
||||
text: 'Ubiquiti AirFiber LTU'
|
||||
type: wireless
|
||||
icon: ubiquiti
|
||||
nobulk: 1
|
||||
nobulk: true
|
||||
group: ubnt
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_wireless_rate, text: 'Wireless Rate' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
poller_modules:
|
||||
wifi: 1
|
||||
wifi: true
|
||||
|
||||
@@ -2,11 +2,11 @@ os: airos-af
|
||||
text: 'Ubiquiti AirFiber'
|
||||
type: wireless
|
||||
icon: ubiquiti
|
||||
nobulk: 1
|
||||
nobulk: true
|
||||
group: ubnt
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_wireless_rate, text: 'Wireless Rate' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
poller_modules:
|
||||
wifi: 1
|
||||
wifi: true
|
||||
|
||||
@@ -2,7 +2,7 @@ os: airos
|
||||
text: 'Ubiquiti AirOS'
|
||||
type: wireless
|
||||
icon: ubiquiti
|
||||
nobulk: 1
|
||||
nobulk: true
|
||||
group: ubnt
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: alcoma-almp
|
||||
text: 'Alcoma'
|
||||
text: Alcoma
|
||||
type: wireless
|
||||
icon: alcoma
|
||||
over:
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
os: allied
|
||||
text: 'Alliedware'
|
||||
text: Alliedware
|
||||
type: network
|
||||
icon: alliedtelesis
|
||||
group: allied
|
||||
ifname: 1
|
||||
ifname: true
|
||||
over:
|
||||
- { graph: device_bits, text: Traffic }
|
||||
discovery:
|
||||
-
|
||||
sysObjectID: .1.3.6.1.4.1.207.
|
||||
sysObjectID_except:
|
||||
sysObjectID_except:
|
||||
- .1.3.6.1.4.1.207.1.4.126 #exclude the following ATI 8000S/8000GS which identify as "radlan" OS.
|
||||
- .1.3.6.1.4.1.207.1.4.127
|
||||
- .1.3.6.1.4.1.207.1.4.144
|
||||
- .1.3.6.1.4.1.207.1.4.145
|
||||
sysDescr_except: 'AW+'
|
||||
mib_dir:
|
||||
- allied
|
||||
- allied
|
||||
|
||||
@@ -3,8 +3,8 @@ text: 'APC Environmental Monitoring Unit'
|
||||
type: environment
|
||||
icon: apc
|
||||
over:
|
||||
- {graph: device_temperature, text: Temperature}
|
||||
- {graph: device_humidity, text: Humidity}
|
||||
- { graph: device_temperature, text: Temperature }
|
||||
- { graph: device_humidity, text: Humidity }
|
||||
mib_dir:
|
||||
- apc
|
||||
discovery:
|
||||
@@ -12,40 +12,40 @@ discovery:
|
||||
- .1.3.6.1.4.1.318.1.3.8.2
|
||||
- .1.3.6.1.4.1.318.1.3.8.3
|
||||
discovery_modules:
|
||||
ports: 0
|
||||
ports-stack: 0
|
||||
entity-physical: 0
|
||||
processors: 0
|
||||
mempools: 0
|
||||
cisco-vrf-lite: 0
|
||||
storage: 0
|
||||
hr-device: 0
|
||||
discovery-protocols: 0
|
||||
bgp-peers: 0
|
||||
vlans: 0
|
||||
ucd-diskio: 0
|
||||
services: 0
|
||||
stp: 0
|
||||
ntp: 0
|
||||
wireless: 0
|
||||
fdb-table: 0
|
||||
ports: false
|
||||
ports-stack: false
|
||||
entity-physical: false
|
||||
processors: false
|
||||
mempools: false
|
||||
cisco-vrf-lite: false
|
||||
storage: false
|
||||
hr-device: false
|
||||
discovery-protocols: false
|
||||
bgp-peers: false
|
||||
vlans: false
|
||||
ucd-diskio: false
|
||||
services: false
|
||||
stp: false
|
||||
ntp: false
|
||||
wireless: false
|
||||
fdb-table: false
|
||||
poller_modules:
|
||||
ipmi: 0
|
||||
entity-physical: 0
|
||||
processors: 0
|
||||
mempools: 0
|
||||
storage: 0
|
||||
netstats: 0
|
||||
hr-mib: 0
|
||||
ucd-mib: 0
|
||||
ipSystemStats: 0
|
||||
ports: 0
|
||||
bgp-peers: 0
|
||||
ospf: 0
|
||||
ucd-diskio: 0
|
||||
services: 0
|
||||
stp: 0
|
||||
ntp: 0
|
||||
wireless: 0
|
||||
fdb-table: 0
|
||||
applications: 0
|
||||
ipmi: false
|
||||
entity-physical: false
|
||||
processors: false
|
||||
mempools: false
|
||||
storage: false
|
||||
netstats: false
|
||||
hr-mib: false
|
||||
ucd-mib: false
|
||||
ipSystemStats: false
|
||||
ports: false
|
||||
bgp-peers: false
|
||||
ospf: false
|
||||
ucd-diskio: false
|
||||
services: false
|
||||
stp: false
|
||||
ntp: false
|
||||
wireless: false
|
||||
fdb-table: false
|
||||
applications: false
|
||||
|
||||
@@ -2,8 +2,8 @@ os: aos
|
||||
group: nokia
|
||||
text: 'Alcatel-Lucent OS'
|
||||
type: network
|
||||
ifXmcbc: 1
|
||||
ifname: 1
|
||||
ifXmcbc: true
|
||||
ifname: true
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
icon: alcatellucent
|
||||
|
||||
@@ -3,7 +3,7 @@ text: 'APC MGE UPS'
|
||||
group: ups
|
||||
type: power
|
||||
icon: apc
|
||||
rfc1628_compat: 1
|
||||
rfc1628_compat: true
|
||||
mib_dir:
|
||||
- mge
|
||||
over:
|
||||
|
||||
@@ -6,25 +6,25 @@ icon: cisco
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_temperature, text: 'Temperature' }
|
||||
- { graph: device_temperature, text: Temperature }
|
||||
poller_modules:
|
||||
cisco-cbqos: 1
|
||||
cisco-cef: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-voice: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
cisco-sla: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cipsec-tunnels: 1
|
||||
cisco-otv: 1
|
||||
cisco-cbqos: true
|
||||
cisco-cef: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-voice: true
|
||||
cisco-remote-access-monitor: true
|
||||
cisco-sla: true
|
||||
cisco-ipsec-flow-monitor: true
|
||||
cipsec-tunnels: true
|
||||
cisco-otv: true
|
||||
discovery_modules:
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-otv: 1
|
||||
cisco-pw: 1
|
||||
vrf: 1
|
||||
cisco-vrf-lite: 1
|
||||
cisco-cef: true
|
||||
cisco-sla: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-otv: true
|
||||
cisco-pw: true
|
||||
vrf: true
|
||||
cisco-vrf-lite: true
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.9.1.2238
|
||||
|
||||
@@ -6,4 +6,4 @@ over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.449.2.1.
|
||||
- .1.3.6.1.4.1.449.2.1.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: apsoluteos
|
||||
text: 'ApsoluteOS'
|
||||
text: ApsoluteOS
|
||||
type: network
|
||||
icon: radware
|
||||
group: radware
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: arbos
|
||||
text: 'ArbOS'
|
||||
text: ArbOS
|
||||
type: network
|
||||
icon: arbor
|
||||
group: arbor
|
||||
|
||||
@@ -11,13 +11,13 @@ discovery:
|
||||
- sysDescr:
|
||||
- Arista Networks EOS
|
||||
poller_modules:
|
||||
wireless: 0
|
||||
ipmi: 0
|
||||
applications: 0
|
||||
services: 0
|
||||
ntp: 0
|
||||
wireless: false
|
||||
ipmi: false
|
||||
applications: false
|
||||
services: false
|
||||
ntp: false
|
||||
discovery_modules:
|
||||
cisco-vrf-lite: 0
|
||||
services: 0
|
||||
ntp: 0
|
||||
wireless: 0
|
||||
cisco-vrf-lite: false
|
||||
services: false
|
||||
ntp: false
|
||||
wireless: false
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
os: arrayos
|
||||
text: Array Networks
|
||||
text: 'Array Networks'
|
||||
type: loadbalancer
|
||||
icon: arraynetworks
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.7564
|
||||
mib_dir:
|
||||
- arraynetworks
|
||||
- arraynetworks
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: arris-cm
|
||||
text: ARRIS DOCSIS
|
||||
text: 'ARRIS DOCSIS'
|
||||
type: network
|
||||
icon: arris
|
||||
mib_dir:
|
||||
|
||||
@@ -6,7 +6,7 @@ over:
|
||||
- { graph: device_arubacontroller_numaps, text: 'Number of APs' }
|
||||
- { graph: device_arubacontroller_numclients, text: 'Number of Clients' }
|
||||
poller_modules:
|
||||
aruba-controller: 1
|
||||
aruba-controller: true
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.14823. #ArubaOS
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
os: asa
|
||||
group: cisco
|
||||
text: 'Cisco ASA'
|
||||
ifname: 1
|
||||
ifname: true
|
||||
type: firewall
|
||||
icon: cisco
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
poller_modules:
|
||||
applications: 0
|
||||
bgp-peers: 0
|
||||
cipsec-tunnels: 1
|
||||
cisco-asa-firewall: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
hr-mib: 0
|
||||
ipSystemStats: 0
|
||||
ipmi: 0
|
||||
ntp: 0
|
||||
ospf: 0
|
||||
stp: 0
|
||||
ucd-diskio: 0
|
||||
ucd-mib: 0
|
||||
applications: false
|
||||
bgp-peers: false
|
||||
cipsec-tunnels: true
|
||||
cisco-asa-firewall: true
|
||||
cisco-ipsec-flow-monitor: true
|
||||
cisco-remote-access-monitor: true
|
||||
hr-mib: false
|
||||
ipSystemStats: false
|
||||
ipmi: false
|
||||
ntp: false
|
||||
ospf: false
|
||||
stp: false
|
||||
ucd-diskio: false
|
||||
ucd-mib: false
|
||||
discovery_modules:
|
||||
arp-table: 0
|
||||
bgp-peers: 0
|
||||
cisco-vrf-lite: 0
|
||||
ntp: 0
|
||||
stp: 0
|
||||
ucd-diskio: 0
|
||||
vlans: 0
|
||||
arp-table: false
|
||||
bgp-peers: false
|
||||
cisco-vrf-lite: false
|
||||
ntp: false
|
||||
stp: false
|
||||
ucd-diskio: false
|
||||
vlans: false
|
||||
discovery:
|
||||
- sysDescr_regex:
|
||||
- '/^Cisco Adaptive Security Appliance/'
|
||||
|
||||
@@ -13,14 +13,14 @@ discovery:
|
||||
mib_dir:
|
||||
- cisco
|
||||
poller_modules:
|
||||
ipmi: 0
|
||||
bgp-peers: 0
|
||||
ospf: 0
|
||||
stp: 0
|
||||
ntp: 0
|
||||
ipmi: false
|
||||
bgp-peers: false
|
||||
ospf: false
|
||||
stp: false
|
||||
ntp: false
|
||||
discovery_modules:
|
||||
ports-stack: 0
|
||||
cisco-vrf-lite: 0
|
||||
bgp-peers: 0
|
||||
stp: 0
|
||||
ntp: 0
|
||||
ports-stack: false
|
||||
cisco-vrf-lite: false
|
||||
bgp-peers: false
|
||||
stp: false
|
||||
ntp: false
|
||||
|
||||
@@ -2,7 +2,7 @@ os: avocent
|
||||
text: Avocent
|
||||
type: network
|
||||
icon: avocent
|
||||
rfc1628_compat: 1
|
||||
rfc1628_compat: true
|
||||
discovery:
|
||||
- sysDescr_regex:
|
||||
- '/^Avocent/'
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
#OS info - https://www.alliedtelesis.com/products/software/AlliedWare-Plus
|
||||
#OS Datasheet - https://www.alliedtelesis.com/documents/datasheet-alliedware-plus
|
||||
|
||||
os: awplus
|
||||
text: 'Alliedware Plus'
|
||||
type: network
|
||||
icon: alliedtelesis
|
||||
group: alliedtelesis
|
||||
ifname: 1
|
||||
ifname: true
|
||||
over:
|
||||
- { graph: device_bits, text: Traffic }
|
||||
discovery:
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
os: axos
|
||||
text: Calix
|
||||
type: network
|
||||
ifname: 1
|
||||
empty_ifdescr: 1
|
||||
ifname: true
|
||||
empty_ifdescr: true
|
||||
icon: calix
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: benuos
|
||||
text: 'Benu'
|
||||
text: Benu
|
||||
type: network
|
||||
icon: benuos
|
||||
mib_dir:
|
||||
@@ -12,7 +12,7 @@ over:
|
||||
- { graph: device_processor, text: 'Processor Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
poller_modules:
|
||||
mib: 1
|
||||
mib: true
|
||||
register_mibs:
|
||||
bTWagNumGrePmip6Tunnels: BENU-TWAG-STATS-MIB
|
||||
bWagNumCurrentL2tpv3TunnelsIPv4: BENU-WAG-STATS-MIB
|
||||
|
||||
@@ -2,7 +2,7 @@ os: boss
|
||||
text: 'Extreme BOSS'
|
||||
type: network
|
||||
icon: extremeboss
|
||||
ifname: 1
|
||||
ifname: true
|
||||
mib_dir:
|
||||
- nortel
|
||||
over:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: breeze
|
||||
text: Alvarion Breeze
|
||||
text: 'Alvarion Breeze'
|
||||
type: wireless
|
||||
icon: alvarion
|
||||
over:
|
||||
@@ -8,4 +8,4 @@ mib_dir:
|
||||
- alvarion
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.12394.4.
|
||||
- .1.3.6.1.4.1.12394.4.
|
||||
|
||||
@@ -7,7 +7,6 @@ over:
|
||||
discovery:
|
||||
- sysDescr_regex: '/Brother NC-.*(h|w),/'
|
||||
discovery_modules:
|
||||
toner: 1
|
||||
toner: true
|
||||
poller_modules:
|
||||
toner: 1
|
||||
|
||||
toner: true
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
os: calix
|
||||
text: Calix
|
||||
type: network
|
||||
ifname: 1
|
||||
empty_ifdescr: 1
|
||||
ifname: true
|
||||
empty_ifdescr: true
|
||||
icon: calix
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
|
||||
@@ -13,6 +13,6 @@ discovery:
|
||||
- .1.3.6.1.4.1.1602.4.2
|
||||
- .1.3.6.1.4.1.1602.4.7
|
||||
discovery_modules:
|
||||
toner: 1
|
||||
toner: true
|
||||
poller_modules:
|
||||
toner: 1
|
||||
toner: true
|
||||
|
||||
@@ -8,29 +8,29 @@ over:
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
poller_modules:
|
||||
cisco-ace-serverfarms: 1
|
||||
cisco-ace-loadbalancer: 1
|
||||
cisco-cbqos: 1
|
||||
cisco-cef: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-voice: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
cisco-sla: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cipsec-tunnels: 1
|
||||
cisco-otv: 1
|
||||
ipmi: 0
|
||||
cisco-vpdn: 1
|
||||
cisco-ace-serverfarms: true
|
||||
cisco-ace-loadbalancer: true
|
||||
cisco-cbqos: true
|
||||
cisco-cef: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-voice: true
|
||||
cisco-remote-access-monitor: true
|
||||
cisco-sla: true
|
||||
cisco-ipsec-flow-monitor: true
|
||||
cipsec-tunnels: true
|
||||
cisco-otv: true
|
||||
ipmi: false
|
||||
cisco-vpdn: true
|
||||
discovery_modules:
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-otv: 1
|
||||
cisco-pw: 1
|
||||
vrf: 1
|
||||
cisco-vrf-lite: 1
|
||||
cisco-cef: true
|
||||
cisco-sla: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-otv: true
|
||||
cisco-pw: true
|
||||
vrf: true
|
||||
cisco-vrf-lite: true
|
||||
mib_dir:
|
||||
- cisco
|
||||
discovery:
|
||||
- sysDescr:
|
||||
- Cisco Systems Catalyst 1900
|
||||
- 'Cisco Systems Catalyst 1900'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
os: catos
|
||||
group: cisco
|
||||
text: 'Cisco CatOS'
|
||||
ifname: 1
|
||||
ifname: true
|
||||
type: network
|
||||
icon: cisco-old
|
||||
over:
|
||||
@@ -9,28 +9,28 @@ over:
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
poller_modules:
|
||||
cisco-ace-serverfarms: 1
|
||||
cisco-ace-loadbalancer: 1
|
||||
cisco-cbqos: 1
|
||||
cisco-cef: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-voice: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
cisco-sla: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cipsec-tunnels: 1
|
||||
cisco-otv: 1
|
||||
ipmi: 0
|
||||
cisco-ace-serverfarms: true
|
||||
cisco-ace-loadbalancer: true
|
||||
cisco-cbqos: true
|
||||
cisco-cef: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-voice: true
|
||||
cisco-remote-access-monitor: true
|
||||
cisco-sla: true
|
||||
cisco-ipsec-flow-monitor: true
|
||||
cipsec-tunnels: true
|
||||
cisco-otv: true
|
||||
ipmi: false
|
||||
discovery_modules:
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-otv: 1
|
||||
cisco-pw: 1
|
||||
vrf: 1
|
||||
cisco-vrf-lite: 1
|
||||
cisco-cef: true
|
||||
cisco-sla: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-otv: true
|
||||
cisco-pw: true
|
||||
vrf: true
|
||||
cisco-vrf-lite: true
|
||||
discovery:
|
||||
- sysDescr:
|
||||
- Cisco Catalyst Operating System Software
|
||||
- 'Cisco Catalyst Operating System Software'
|
||||
bad_if:
|
||||
- vlan
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: celvin
|
||||
text: Fujitsu NAS
|
||||
text: 'Fujitsu NAS'
|
||||
type: storage
|
||||
icon: fujitsu
|
||||
over:
|
||||
|
||||
@@ -10,35 +10,35 @@ discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.2281
|
||||
poller_modules:
|
||||
applications: 0
|
||||
bgp-peers: 0
|
||||
entity-physical: 0
|
||||
hr-mib: 0
|
||||
ipSystemStats: 0
|
||||
ipmi: 0
|
||||
mempools: 0
|
||||
netstats: 0
|
||||
ntp: 0
|
||||
ospf: 0
|
||||
processors: 0
|
||||
services: 0
|
||||
storage: 0
|
||||
ucd-diskio: 0
|
||||
ucd-mib: 0
|
||||
applications: false
|
||||
bgp-peers: false
|
||||
entity-physical: false
|
||||
hr-mib: false
|
||||
ipSystemStats: false
|
||||
ipmi: false
|
||||
mempools: false
|
||||
netstats: false
|
||||
ntp: false
|
||||
ospf: false
|
||||
processors: false
|
||||
services: false
|
||||
storage: false
|
||||
ucd-diskio: false
|
||||
ucd-mib: false
|
||||
discovery_modules:
|
||||
ports-stack: 0
|
||||
entity-physical: 0
|
||||
processors: 0
|
||||
mempools: 0
|
||||
cisco-vrf-lite: 0
|
||||
ipv4-addresses: 0
|
||||
ipv6-addresses: 0
|
||||
storage: 0
|
||||
hr-device: 0
|
||||
discovery-protocols: 0
|
||||
arp-table: 0
|
||||
bgp-peers: 0
|
||||
ucd-diskio: 0
|
||||
services: 0
|
||||
ntp: 0
|
||||
charge: 0
|
||||
ports-stack: false
|
||||
entity-physical: false
|
||||
processors: false
|
||||
mempools: false
|
||||
cisco-vrf-lite: false
|
||||
ipv4-addresses: false
|
||||
ipv6-addresses: false
|
||||
storage: false
|
||||
hr-device: false
|
||||
discovery-protocols: false
|
||||
arp-table: false
|
||||
bgp-peers: false
|
||||
ucd-diskio: false
|
||||
services: false
|
||||
ntp: false
|
||||
charge: false
|
||||
|
||||
@@ -2,7 +2,7 @@ os: chatsworth-pdu
|
||||
text: 'Chatsworth PDU'
|
||||
type: power
|
||||
icon: chatsworth
|
||||
nobulk: 1
|
||||
nobulk: true
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .0.10.43.6.1.4.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: ciena-sds
|
||||
text: Ciena Service Delivery Switch
|
||||
text: 'Ciena Service Delivery Switch'
|
||||
icon: ciena
|
||||
over:
|
||||
- { graph: device_bits, text: Traffic }
|
||||
|
||||
@@ -8,23 +8,23 @@ over:
|
||||
- { graph: device_voltage, text: 'Power Voltage' }
|
||||
- { graph: device_current, text: 'Power Current' }
|
||||
poller_modules:
|
||||
cisco-cbqos: 1
|
||||
cisco-cef: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-voice: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
cisco-sla: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cipsec-tunnels: 1
|
||||
cisco-otv: 1
|
||||
cisco-cbqos: true
|
||||
cisco-cef: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-voice: true
|
||||
cisco-remote-access-monitor: true
|
||||
cisco-sla: true
|
||||
cisco-ipsec-flow-monitor: true
|
||||
cipsec-tunnels: true
|
||||
cisco-otv: true
|
||||
discovery_modules:
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-otv: 1
|
||||
cisco-pw: 1
|
||||
vrf: 1
|
||||
cisco-vrf-lite: 1
|
||||
cisco-cef: true
|
||||
cisco-sla: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-otv: true
|
||||
cisco-pw: true
|
||||
vrf: true
|
||||
cisco-vrf-lite: true
|
||||
discovery:
|
||||
- sysDescr:
|
||||
- Cisco Integrated Management Controller
|
||||
- 'Cisco Integrated Management Controller'
|
||||
|
||||
@@ -7,23 +7,23 @@ over:
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
poller_modules:
|
||||
cisco-cbqos: 1
|
||||
cisco-cef: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-voice: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
cisco-sla: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cipsec-tunnels: 1
|
||||
cisco-otv: 1
|
||||
cisco-cbqos: true
|
||||
cisco-cef: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-voice: true
|
||||
cisco-remote-access-monitor: true
|
||||
cisco-sla: true
|
||||
cisco-ipsec-flow-monitor: true
|
||||
cipsec-tunnels: true
|
||||
cisco-otv: true
|
||||
discovery_modules:
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-otv: 1
|
||||
cisco-pw: 1
|
||||
vrf: 1
|
||||
cisco-vrf-lite: 1
|
||||
cisco-cef: true
|
||||
cisco-sla: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-otv: true
|
||||
cisco-pw: true
|
||||
vrf: true
|
||||
cisco-vrf-lite: true
|
||||
mib_dir:
|
||||
- cisco
|
||||
discovery:
|
||||
|
||||
@@ -7,17 +7,17 @@ over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_storage, text: 'Storage Usage' }
|
||||
poller_modules:
|
||||
bgp-peers: 0
|
||||
hr-mib: 0
|
||||
ntp: 0
|
||||
ospf: 0
|
||||
ucd-diskio: 0
|
||||
ucd-mib: 0
|
||||
bgp-peers: false
|
||||
hr-mib: false
|
||||
ntp: false
|
||||
ospf: false
|
||||
ucd-diskio: false
|
||||
ucd-mib: false
|
||||
discovery_modules:
|
||||
bgp-peers: 0
|
||||
cisco-vrf-lite: 0
|
||||
ntp: 0
|
||||
ucd-diskio: 0
|
||||
bgp-peers: false
|
||||
cisco-vrf-lite: false
|
||||
ntp: false
|
||||
ucd-diskio: false
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.1429.3940.
|
||||
- .1.3.6.1.4.1.1429.3940.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
os: ciscosb
|
||||
text: 'Cisco Small Business'
|
||||
ifname: 1
|
||||
ifname: true
|
||||
type: network
|
||||
icon: cisco
|
||||
mib_dir:
|
||||
@@ -20,17 +20,17 @@ bad_ifXEntry:
|
||||
- SG300-28MP
|
||||
- SG350-10
|
||||
poller_modules:
|
||||
bgp-peers: 0
|
||||
hr-mib: 0
|
||||
ntp: 0
|
||||
ospf: 0
|
||||
ucd-diskio: 0
|
||||
ucd-mib: 0
|
||||
bgp-peers: false
|
||||
hr-mib: false
|
||||
ntp: false
|
||||
ospf: false
|
||||
ucd-diskio: false
|
||||
ucd-mib: false
|
||||
discovery_modules:
|
||||
bgp-peers: 0
|
||||
cisco-vrf-lite: 0
|
||||
ntp: 0
|
||||
ucd-diskio: 0
|
||||
bgp-peers: false
|
||||
cisco-vrf-lite: false
|
||||
ntp: false
|
||||
ucd-diskio: false
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.9.6.1.23.3.13
|
||||
|
||||
@@ -2,35 +2,35 @@ os: ciscosce
|
||||
group: cisco
|
||||
text: 'Cisco SCE'
|
||||
type: network
|
||||
ifname: 1
|
||||
ifname: true
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
icon: cisco
|
||||
poller_modules:
|
||||
bgp-peers: 0
|
||||
cisco-cbqos: 0
|
||||
cisco-cef: 0
|
||||
cisco-mac-accounting: 0
|
||||
cisco-voice: 0
|
||||
cisco-remote-access-monitor: 0
|
||||
cisco-sla: 0
|
||||
cisco-ipsec-flow-monitor: 0
|
||||
cipsec-tunnels: 0
|
||||
cisco-otv: 0
|
||||
ospf: 0
|
||||
wireless: 0
|
||||
bgp-peers: false
|
||||
cisco-cbqos: false
|
||||
cisco-cef: false
|
||||
cisco-mac-accounting: false
|
||||
cisco-voice: false
|
||||
cisco-remote-access-monitor: false
|
||||
cisco-sla: false
|
||||
cisco-ipsec-flow-monitor: false
|
||||
cipsec-tunnels: false
|
||||
cisco-otv: false
|
||||
ospf: false
|
||||
wireless: false
|
||||
discovery_modules:
|
||||
cisco-cef: 0
|
||||
cisco-sla: 0
|
||||
cisco-mac-accounting: 0
|
||||
cisco-otv: 0
|
||||
cisco-pw: 0
|
||||
vrf: 0
|
||||
cisco-vrf-lite: 0
|
||||
cisco-cef: false
|
||||
cisco-sla: false
|
||||
cisco-mac-accounting: false
|
||||
cisco-otv: false
|
||||
cisco-pw: false
|
||||
vrf: false
|
||||
cisco-vrf-lite: false
|
||||
mib_dir:
|
||||
- cisco
|
||||
discovery:
|
||||
- sysDescr:
|
||||
- Cisco Service Control
|
||||
- 'Cisco Service Control'
|
||||
|
||||
@@ -13,23 +13,23 @@ discovery:
|
||||
- sysDescr:
|
||||
- 'Cisco Small Business WAP'
|
||||
poller_modules:
|
||||
cisco-cbqos: 1
|
||||
cisco-cef: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-voice: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
cisco-sla: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cipsec-tunnels: 1
|
||||
cisco-otv: 1
|
||||
cisco-cbqos: true
|
||||
cisco-cef: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-voice: true
|
||||
cisco-remote-access-monitor: true
|
||||
cisco-sla: true
|
||||
cisco-ipsec-flow-monitor: true
|
||||
cipsec-tunnels: true
|
||||
cisco-otv: true
|
||||
discovery_modules:
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-otv: 1
|
||||
cisco-pw: 1
|
||||
vrf: 1
|
||||
cisco-vrf-lite: 1
|
||||
cisco-cef: true
|
||||
cisco-sla: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-otv: true
|
||||
cisco-pw: true
|
||||
vrf: true
|
||||
cisco-vrf-lite: true
|
||||
mib_dir:
|
||||
- cisco
|
||||
processor_stacked: 1
|
||||
processor_stacked: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
os: ciscowlc
|
||||
text: 'Cisco WLC'
|
||||
type: network
|
||||
ifname: 1
|
||||
ifname: true
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
@@ -10,25 +10,25 @@ over:
|
||||
- { graph: device_wireless_clients, text: 'Number of Clients' }
|
||||
icon: cisco
|
||||
poller_modules:
|
||||
cisco-cbqos: 1
|
||||
cisco-cef: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-voice: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
cisco-sla: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cipsec-tunnels: 1
|
||||
cisco-otv: 1
|
||||
cisco-cbqos: true
|
||||
cisco-cef: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-voice: true
|
||||
cisco-remote-access-monitor: true
|
||||
cisco-sla: true
|
||||
cisco-ipsec-flow-monitor: true
|
||||
cipsec-tunnels: true
|
||||
cisco-otv: true
|
||||
discovery_modules:
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-otv: 1
|
||||
cisco-pw: 1
|
||||
vrf: 1
|
||||
cisco-vrf-lite: 1
|
||||
cisco-cef: true
|
||||
cisco-sla: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-otv: true
|
||||
cisco-pw: true
|
||||
vrf: true
|
||||
cisco-vrf-lite: true
|
||||
mib_dir:
|
||||
- cisco
|
||||
discovery:
|
||||
- sysDescr:
|
||||
- Cisco Controller
|
||||
- 'Cisco Controller'
|
||||
|
||||
@@ -4,10 +4,10 @@ type: appliance
|
||||
icon: aruba
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_storage, text: 'Storage' }
|
||||
- { graph: device_storage, text: Storage }
|
||||
discovery:
|
||||
-
|
||||
sysObjectID:
|
||||
- .1.3.6.1.4.1.8072.3.2.10
|
||||
sysDescr_regex:
|
||||
- '/^ClearPass Policy Manager/'
|
||||
- '/^ClearPass Policy Manager/'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: cmm
|
||||
text: Cambium CMM
|
||||
text: 'Cambium CMM'
|
||||
type: wireless
|
||||
icon: cambium
|
||||
group: cambium
|
||||
|
||||
@@ -5,7 +5,7 @@ icon: corero
|
||||
group: Corero
|
||||
over:
|
||||
- { graph: device_ping_perf, text: 'Ping Repsonse' }
|
||||
- { graph: device_uptime, text: 'Uptime' }
|
||||
- { graph: device_uptime, text: Uptime }
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.41036
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: cnpilote
|
||||
text: Cambium cnPilot
|
||||
text: 'Cambium cnPilot'
|
||||
type: wireless
|
||||
icon: cambium
|
||||
group: cambium
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: cnpilotr
|
||||
text: Cambium cnPilot Router
|
||||
text: 'Cambium cnPilot Router'
|
||||
type: network
|
||||
icon: cambium
|
||||
group: cambium
|
||||
@@ -8,6 +8,5 @@ mib_dir:
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
discovery:
|
||||
-
|
||||
sysDescr_regex:
|
||||
- '/(cnPilot R[0-9][0-9][0-9])/i'
|
||||
- sysDescr_regex:
|
||||
- '/(cnPilot R[0-9][0-9][0-9])/i'
|
||||
|
||||
@@ -7,4 +7,4 @@ over:
|
||||
mib_dir:
|
||||
- ccpower
|
||||
discovery:
|
||||
- sysObjectID: .1.3.6.1.4.1.18642.
|
||||
- sysObjectID: .1.3.6.1.4.1.18642.
|
||||
|
||||
@@ -3,36 +3,36 @@ text: 'Coriant TNMS'
|
||||
type: network
|
||||
icon: coriant
|
||||
discovery_modules:
|
||||
ntp: 0
|
||||
ospf: 0
|
||||
stp: 0
|
||||
ucd-diskio: 0
|
||||
ucd-mib: 0
|
||||
ipmi: 0
|
||||
bgp-peers: 0
|
||||
services: 0
|
||||
vlans: 0
|
||||
arp-table: 0
|
||||
mef: 1
|
||||
cisco-vrf-lite: 0
|
||||
storage: 0
|
||||
ntp: false
|
||||
ospf: false
|
||||
stp: false
|
||||
ucd-diskio: false
|
||||
ucd-mib: false
|
||||
ipmi: false
|
||||
bgp-peers: false
|
||||
services: false
|
||||
vlans: false
|
||||
arp-table: false
|
||||
mef: true
|
||||
cisco-vrf-lite: false
|
||||
storage: false
|
||||
poller_modules:
|
||||
ntp: 0
|
||||
ospf: 0
|
||||
stp: 0
|
||||
ucd-diskio: 0
|
||||
ucd-mib: 0
|
||||
ipmi: 0
|
||||
bgp-peers: 0
|
||||
services: 0
|
||||
libvirt-vminfo: 0
|
||||
vmware-vminfo: 0
|
||||
vlans: 0
|
||||
arp-table: 0
|
||||
mef: 1
|
||||
cisco-vrf-lite: 0
|
||||
storage: 0
|
||||
tnms-nbi: 1
|
||||
ntp: false
|
||||
ospf: false
|
||||
stp: false
|
||||
ucd-diskio: false
|
||||
ucd-mib: false
|
||||
ipmi: false
|
||||
bgp-peers: false
|
||||
services: false
|
||||
libvirt-vminfo: false
|
||||
vmware-vminfo: false
|
||||
vlans: false
|
||||
arp-table: false
|
||||
mef: true
|
||||
cisco-vrf-lite: false
|
||||
storage: false
|
||||
tnms-nbi: true
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.42229.6.22
|
||||
|
||||
@@ -2,10 +2,10 @@ os: ctm
|
||||
text: 'Last Mile Gear CTM'
|
||||
type: wireless
|
||||
over:
|
||||
- { graph: device_temperature, text: 'Temperature' }
|
||||
- { graph: device_voltage, text: 'Voltage' }
|
||||
- { graph: device_power, text: 'Power' }
|
||||
- { graph: device_wireless_clients, text: 'Satellites in View'}
|
||||
- { graph: device_temperature, text: Temperature }
|
||||
- { graph: device_voltage, text: Voltage }
|
||||
- { graph: device_power, text: Power }
|
||||
- { graph: device_wireless_clients, text: 'Satellites in View' }
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.25868.
|
||||
|
||||
@@ -7,7 +7,7 @@ over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'Processor Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
processor_stacked: 1
|
||||
processor_stacked: true
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.40310
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: cyan
|
||||
text: Ciena Z-Series
|
||||
text: 'Ciena Z-Series'
|
||||
icon: ciena
|
||||
over:
|
||||
- { graph: device_bits, text: Traffic }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: cyberoam-utm
|
||||
text: Cyberoam UTM
|
||||
text: 'Cyberoam UTM'
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
@@ -10,4 +10,4 @@ mib_dir:
|
||||
- cyberoam
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.21067.2
|
||||
- .1.3.6.1.4.1.21067.2
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: cyberpower
|
||||
text: 'Cyberpower'
|
||||
text: Cyberpower
|
||||
type: power
|
||||
icon: cyberpower
|
||||
over:
|
||||
@@ -11,6 +11,6 @@ discovery:
|
||||
- .1.3.6.1.4.1.3808.1.1.3
|
||||
- .1.3.6.1.4.1.3808.1.1.5
|
||||
poller_modules:
|
||||
ports: 0
|
||||
ports: false
|
||||
discovery_modules:
|
||||
ports: 0
|
||||
ports: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
os: dell-laser
|
||||
group: printer
|
||||
text: 'Dell Laser'
|
||||
ifname: 1
|
||||
ifname: true
|
||||
type: printer
|
||||
icon: dell
|
||||
over:
|
||||
@@ -14,7 +14,6 @@ discovery:
|
||||
- 'Dell Laser Printer'
|
||||
- sysDescr_regex: '/^Dell.*(MFP|Printer|Laser)/'
|
||||
discovery_modules:
|
||||
toner: 1
|
||||
toner: true
|
||||
poller_modules:
|
||||
toner: 1
|
||||
|
||||
toner: true
|
||||
|
||||
@@ -2,7 +2,7 @@ os: deltaups
|
||||
text: 'Delta UPS'
|
||||
type: power
|
||||
icon: delta
|
||||
rfc1628_compat: 1
|
||||
rfc1628_compat: true
|
||||
mib_dir:
|
||||
- delta
|
||||
discovery:
|
||||
|
||||
@@ -9,7 +9,6 @@ discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.18334.1.2.1.2.1.50.2.2
|
||||
discovery_modules:
|
||||
toner: 1
|
||||
toner: true
|
||||
poller_modules:
|
||||
toner: 1
|
||||
|
||||
toner: true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: digipower
|
||||
text: 'Digipower'
|
||||
text: Digipower
|
||||
type: power
|
||||
over:
|
||||
- { graph: device_current, text: Current }
|
||||
|
||||
@@ -2,8 +2,8 @@ os: dlink
|
||||
text: 'D-Link Switch'
|
||||
type: network
|
||||
icon: dlink
|
||||
ifname: 1
|
||||
empty_ifdescr: 1
|
||||
ifname: true
|
||||
empty_ifdescr: true
|
||||
discovery:
|
||||
-
|
||||
sysObjectID_except:
|
||||
|
||||
@@ -15,4 +15,4 @@ discovery:
|
||||
- .1.3.6.1.4.1.6027.1.
|
||||
sysDescr_except:
|
||||
- Force10 Operating System
|
||||
- Force10 Networks Real Time Operating System Software
|
||||
- Force10 Networks Real Time Operating System Software
|
||||
|
||||
@@ -5,30 +5,30 @@ icon: ibmos
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
poller_modules:
|
||||
hr-mib: 0
|
||||
ucd-mib: 0
|
||||
bgp-peers: 0
|
||||
ucd-diskio: 0
|
||||
wireless: 0
|
||||
ospf: 0
|
||||
entity-physical: 0
|
||||
applications: 0
|
||||
stp: 0
|
||||
ntp: 0
|
||||
hr-mib: false
|
||||
ucd-mib: false
|
||||
bgp-peers: false
|
||||
ucd-diskio: false
|
||||
wireless: false
|
||||
ospf: false
|
||||
entity-physical: false
|
||||
applications: false
|
||||
stp: false
|
||||
ntp: false
|
||||
discovery_modules:
|
||||
entity-physical: 0
|
||||
cisco-vrf-lite: 0
|
||||
ipv6-address: 0
|
||||
storage: 0
|
||||
hr-device: 0
|
||||
discovery-protocols: 0
|
||||
arp-table: 0
|
||||
bgp-peers: 0
|
||||
ucd-diskio: 0
|
||||
services: 0
|
||||
stp: 0
|
||||
ntp: 0
|
||||
wireless: 0
|
||||
entity-physical: false
|
||||
cisco-vrf-lite: false
|
||||
ipv6-address: false
|
||||
storage: false
|
||||
hr-device: false
|
||||
discovery-protocols: false
|
||||
arp-table: false
|
||||
bgp-peers: false
|
||||
ucd-diskio: false
|
||||
services: false
|
||||
stp: false
|
||||
ntp: false
|
||||
wireless: false
|
||||
discovery:
|
||||
-
|
||||
-
|
||||
sysDescr: IBM DPI
|
||||
|
||||
@@ -2,7 +2,7 @@ os: dragonfly
|
||||
type: server
|
||||
group: unix
|
||||
text: DragonflyBSD
|
||||
processor_stacked: 1
|
||||
processor_stacked: true
|
||||
over:
|
||||
- { graph: device_processor, text: 'Processor Usage' }
|
||||
- { graph: device_ucd_memory, text: 'Memory Usage' }
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
os: draytek
|
||||
text: 'DrayTek'
|
||||
text: DrayTek
|
||||
type: network
|
||||
icon: draytek
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.7367
|
||||
|
||||
@@ -9,7 +9,7 @@ over:
|
||||
- { graph: device_storage, text: 'Storage Usage' }
|
||||
mib_dir:
|
||||
- synology
|
||||
processor_stacked: 1
|
||||
processor_stacked: true
|
||||
discovery:
|
||||
-
|
||||
sysDescr_regex: '/^Linux /'
|
||||
|
||||
@@ -3,7 +3,7 @@ text: 'Eaton MGE UPS'
|
||||
group: ups
|
||||
type: power
|
||||
icon: eaton
|
||||
rfc1628_compat: 1
|
||||
rfc1628_compat: true
|
||||
mib_dir:
|
||||
- mge
|
||||
over:
|
||||
|
||||
@@ -2,7 +2,7 @@ os: edgecos
|
||||
text: Edgecore
|
||||
type: network
|
||||
icon: edge-core
|
||||
ifname: 1
|
||||
ifname: true
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
os: edgeos
|
||||
text: EdgeOS
|
||||
type: network
|
||||
ifname: 1
|
||||
ifname: true
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'Processor Usage' }
|
||||
|
||||
@@ -2,7 +2,7 @@ os: edgeswitch
|
||||
text: EdgeSwitch
|
||||
type: network
|
||||
icon: ubiquiti
|
||||
ifname: 1
|
||||
ifname: true
|
||||
bad_snmpEngineTime: true
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
os: ees
|
||||
text: Emerson Energy System
|
||||
text: 'Emerson Energy System'
|
||||
type: power
|
||||
icon: emerson
|
||||
over:
|
||||
- { graph: device_current, text: 'Current' }
|
||||
- { graph: device_voltage, text: 'Voltage' }
|
||||
- { graph: device_state, text: 'State' }
|
||||
- { graph: device_current, text: Current }
|
||||
- { graph: device_voltage, text: Voltage }
|
||||
- { graph: device_state, text: State }
|
||||
mib_dir:
|
||||
- emerson
|
||||
discovery:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: eltex-olt
|
||||
text: Eltex OLT
|
||||
text: 'Eltex OLT'
|
||||
type: network
|
||||
icon: eltex
|
||||
over:
|
||||
|
||||
@@ -2,11 +2,11 @@ os: endian
|
||||
text: Endian
|
||||
type: firewall
|
||||
group: unix
|
||||
ifname: 1
|
||||
ifname: true
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'Processor Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
processor_stacked: 1
|
||||
processor_stacked: true
|
||||
discovery:
|
||||
- sysDescr_regex: '/^Linux.*endian/'
|
||||
|
||||
@@ -2,7 +2,7 @@ os: enexus
|
||||
text: 'Eltek Valere eNexus'
|
||||
type: power
|
||||
icon: eltek
|
||||
nobulk: 1
|
||||
nobulk: true
|
||||
mib_dir:
|
||||
- eltek
|
||||
discovery:
|
||||
@@ -10,30 +10,29 @@ discovery:
|
||||
oid: .1.3.6.1.4.1.12148.10.2.6.0
|
||||
value: 'Micropack System'
|
||||
poller_modules:
|
||||
entity-physical: 0
|
||||
hr-mib: 0
|
||||
ipSystemStats: 0
|
||||
netstats: 0
|
||||
ospf: 0
|
||||
ucd-mib: 0
|
||||
ports: 0
|
||||
stp: 0
|
||||
entity-physical: false
|
||||
hr-mib: false
|
||||
ipSystemStats: false
|
||||
netstats: false
|
||||
ospf: false
|
||||
ucd-mib: false
|
||||
ports: false
|
||||
stp: false
|
||||
discovery_modules:
|
||||
ports-stack: 0
|
||||
entity-physical: 0
|
||||
processors: 0
|
||||
mempools: 0
|
||||
cisco-vrf-lite: 0
|
||||
ipv4-addresses: 0
|
||||
ipv6-addresses: 0
|
||||
storage: 0
|
||||
hr-device: 0
|
||||
discovery-protocols: 0
|
||||
arp-table: 0
|
||||
bgp-peers: 0
|
||||
ucd-diskio: 0
|
||||
fdb-table: 0
|
||||
stp: 0
|
||||
vlans: 0
|
||||
ports: 0
|
||||
|
||||
ports-stack: false
|
||||
entity-physical: false
|
||||
processors: false
|
||||
mempools: false
|
||||
cisco-vrf-lite: false
|
||||
ipv4-addresses: false
|
||||
ipv6-addresses: false
|
||||
storage: false
|
||||
hr-device: false
|
||||
discovery-protocols: false
|
||||
arp-table: false
|
||||
bgp-peers: false
|
||||
ucd-diskio: false
|
||||
fdb-table: false
|
||||
stp: false
|
||||
vlans: false
|
||||
ports: false
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
os: enlogic-pdu
|
||||
type: power
|
||||
text: enLogic PDU
|
||||
text: 'enLogic PDU'
|
||||
icon: enlogic
|
||||
over:
|
||||
- { graph: device_voltage, text: 'Voltage' }
|
||||
- { graph: device_current, text: 'Current' }
|
||||
- { graph: device_power, text: 'Power' }
|
||||
- { graph: device_state, text: 'State' }
|
||||
- { graph: device_voltage, text: Voltage }
|
||||
- { graph: device_current, text: Current }
|
||||
- { graph: device_power, text: Power }
|
||||
- { graph: device_state, text: State }
|
||||
mib_dir:
|
||||
- enlogic
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.38446.
|
||||
- .1.3.6.1.4.1.38446.
|
||||
|
||||
@@ -6,9 +6,9 @@ over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
ifname: 1
|
||||
ifname: true
|
||||
discovery:
|
||||
- sysObjectID: .1.3.6.1.4.1.5624.2.1
|
||||
- sysDescr: 'Enterasys Networks'
|
||||
good_if:
|
||||
- 'ras'
|
||||
- ras
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: epmp
|
||||
text: Cambium epmp
|
||||
text: 'Cambium epmp'
|
||||
type: wireless
|
||||
icon: cambium
|
||||
group: cambium
|
||||
|
||||
@@ -7,9 +7,8 @@ over:
|
||||
- { graph: device_toner, text: Toner }
|
||||
discovery:
|
||||
- sysDescr:
|
||||
- EPSON Built-in
|
||||
- 'EPSON Built-in'
|
||||
discovery_modules:
|
||||
toner: 1
|
||||
toner: true
|
||||
poller_modules:
|
||||
toner: 1
|
||||
|
||||
toner: true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
os: ethernetprobe2
|
||||
text: Atal Ethernetprobe2
|
||||
text: 'Atal Ethernetprobe2'
|
||||
type: environment
|
||||
icon: atal
|
||||
mib_dir:
|
||||
@@ -8,4 +8,4 @@ over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
discovery:
|
||||
- sysDescr:
|
||||
- EthernetProbe2
|
||||
- EthernetProbe2
|
||||
|
||||
@@ -7,7 +7,7 @@ mib_dir:
|
||||
- gude
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_state, text: 'States' }
|
||||
- { graph: device_state, text: States }
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.28507
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
os: extendair
|
||||
text: Exalt ExtendAir
|
||||
text: 'Exalt ExtendAir'
|
||||
type: wireless
|
||||
icon: exalt
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_temperature, text: 'Temperatures' }
|
||||
- { graph: device_state, text: 'States' }
|
||||
- { graph: device_temperature, text: Temperatures }
|
||||
- { graph: device_state, text: States }
|
||||
mib_dir:
|
||||
- exalt
|
||||
discovery:
|
||||
|
||||
@@ -7,7 +7,7 @@ over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'Processor Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
processor_stacked: 1
|
||||
processor_stacked: true
|
||||
discovery:
|
||||
-
|
||||
sysObjectID: .1.3.6.1.4.1.8072.3.2.10
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
os: extremeware
|
||||
text: Extremeware
|
||||
type: network
|
||||
ifname: 1
|
||||
ifname: true
|
||||
icon: extreme
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
|
||||
@@ -10,6 +10,6 @@ discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.3375.2.1
|
||||
poller_modules:
|
||||
loadbalancers: 1
|
||||
loadbalancers: true
|
||||
discovery_modules:
|
||||
loadbalancers: 1
|
||||
loadbalancers: true
|
||||
|
||||
@@ -5,29 +5,29 @@ icon: fiberhome
|
||||
discovery:
|
||||
- sysDescr_regex: '/^AN5516-0(1|6|4|4B)$/'
|
||||
discovery_modules:
|
||||
arp-table: 0
|
||||
bgp-peers: 0
|
||||
cisco-vrf-lite: 0
|
||||
entity-physical: 0
|
||||
ports: 0
|
||||
ports-stack: 0
|
||||
wireless: 0
|
||||
discovery-protocols: 0
|
||||
storage: 0
|
||||
ucd-diskio: 0
|
||||
arp-table: false
|
||||
bgp-peers: false
|
||||
cisco-vrf-lite: false
|
||||
entity-physical: false
|
||||
ports: false
|
||||
ports-stack: false
|
||||
wireless: false
|
||||
discovery-protocols: false
|
||||
storage: false
|
||||
ucd-diskio: false
|
||||
poller_modules:
|
||||
applications: 0
|
||||
bgp-peers: 0
|
||||
entity-physical: 0
|
||||
hr-mib: 0
|
||||
ipSystemStats: 0
|
||||
ipmi: 0
|
||||
ntp: 0
|
||||
ospf: 0
|
||||
ports: 0
|
||||
services: 0
|
||||
storage: 0
|
||||
stp: 0
|
||||
ucd-diskio: 0
|
||||
ucd-mib: 0
|
||||
wireless: 0
|
||||
applications: false
|
||||
bgp-peers: false
|
||||
entity-physical: false
|
||||
hr-mib: false
|
||||
ipSystemStats: false
|
||||
ipmi: false
|
||||
ntp: false
|
||||
ospf: false
|
||||
ports: false
|
||||
services: false
|
||||
storage: false
|
||||
stp: false
|
||||
ucd-diskio: false
|
||||
ucd-mib: false
|
||||
wireless: false
|
||||
|
||||
@@ -4,6 +4,7 @@ type: firewall
|
||||
icon: fortinet
|
||||
mib_dir:
|
||||
- fortinet
|
||||
empty_ifdescr: true
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_fortigate_cpu, text: 'CPU Usage' }
|
||||
@@ -12,5 +13,3 @@ discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.12356.15
|
||||
- .1.3.6.1.4.1.12356.101.1 #FortiGate
|
||||
|
||||
empty_ifdescr: true
|
||||
|
||||
@@ -2,11 +2,11 @@ os: freebsd
|
||||
type: server
|
||||
group: unix
|
||||
text: FreeBSD
|
||||
processor_stacked: 1
|
||||
processor_stacked: true
|
||||
over:
|
||||
- { graph: device_processor, text: 'Processor Usage' }
|
||||
- { graph: device_ucd_memory, text: 'Memory Usage' }
|
||||
discovery_modules:
|
||||
applications: 1
|
||||
applications: true
|
||||
discovery:
|
||||
- sysDescr: FreeBSD
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user