Search found 5 matches
- Wed Dec 29, 2021 9:56 pm
- Forum: Scripts and Templates
- Topic: Synology Diskstation Template
- Replies: 11
- Views: 14203
Re: Synology Diskstation Template
Hope this helps anyone looking for a way to graph their Synology unit's Flash cache utilisation over time. cache.png This basic SNMP query will graph your SSD Cache's read hit rate %. This is obtained by trawling through Synology's public SNMP MIB guide: https://global.download.synology.com/download...
- Mon Jul 31, 2017 2:47 am
- Forum: Help: General
- Topic: [INFO] Custom line on Interface Graph
- Replies: 3
- Views: 2123
[INFO] Custom line on Interface Graph
Hello, I have begun to create hundreds of graphs for our various WAN links. My challenge is to have a line on these graphs when they approach their 'maximum speed' so that the headroom and or capacity of the link is visible. These links could be capped as low as 2Mbps on a full 1000Mbps physical cab...
- Fri Jan 25, 2013 10:50 am
- Forum: Scripts and Templates
- Topic: Graphing Keepalived & IPVS in Cacti
- Replies: 1
- Views: 1378
Re: Graphing Keepalived & IPVS in Cacti
<continued snmp data> + Index found at OID: '.1.3.6.1.4.1.9586.100.5.3.4.1.4.1.1' value: '0A 01 07 0D' + Index found at OID: '.1.3.6.1.4.1.9586.100.5.3.4.1.4.1.2' value: '0A 01 07 0E' + Index found at OID: '.1.3.6.1.4.1.9586.100.5.3.4.1.4.2.1' value: '20:01:04:70:00:01:03:3B:00:00:00:00:00:00:00:13'...
- Fri Jan 25, 2013 10:49 am
- Forum: Scripts and Templates
- Topic: Graphing Keepalived & IPVS in Cacti
- Replies: 1
- Views: 1378
Graphing Keepalived & IPVS in Cacti
I've been digging and working on trying to get active graphs of our Keepalived/IPVS load balancing array for about a week now and have found the following: - Trying to get the snmp-lvs module compiled on a modern net-snmp version or kernel is near impossible. - The easiest way to get stats of IPVS/K...
- Wed Aug 24, 2011 5:48 am
- Forum: Scripts and Templates
- Topic: PHP-FPM Status template
- Replies: 15
- Views: 18897
Re: PHP-FPM Status template
Please note that upgrading to PHP 5.3.8 will break this template. Output of php-fpm status changes from: pool: www process manager: dynamic accepted conn: 9078552 listen queue len: 0 max listen queue len: 128 idle processes: 299 active processes: 1 total processes: 300 max children reached: 1 to: po...