librenms/includes/discovery/mempools/netscaler.inc.php
Steve Johnson ac3fa28f7e Added Citrix Netscaler HA sensors and alerts (#8800)
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.

- [ ] 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`
2018-07-25 22:51:06 +01:00

8 lines
207 B
PHP

<?php
// NS-ROOT-MIB::resMemUsage.0 = Gauge32: 29
// NS-ROOT-MIB::memSizeMB.0 = INTEGER: 815
if ($device['os'] == 'netscaler') {
discover_mempool($valid_mempool, $device, '0', 'netscaler', 'Memory');
}