- Cacti 0.8 Beginner's Guide
- Thomas Urban
- 186字
- 2021-04-09 21:42:08
Remember the "Have a go hero" challenge from Chapter 2? The graph showed a yellow area reaching a defined threshold and a red one once the threshold was breached. Now you're going to define the same type of graph template for a running processes graph template.
As a prerequisite you're first going to create your two CDEFs, one for the green area and one for the yellow area. The threshold is set at 50, but you can change this to fit your needs. Let's have a look at the two CDEFs you're going to create shortly:
CDEF:isGreen=intspeed,0,44,LIMIT CDEF:isYellow=intspeed,45,50,LIMIT
Cacti does not use named variables like intspeed
but defines them according to the alphabet from a to z, so your definition from a Cacti view actually looks like:
CDEF:cdefa=a,0,44,LIMIT CDEF:cdefb=a,45,50,LIMIT
isGreen
and isYellow
have also been changed. Don't worry, Cacti takes care of this automatically. Just remember that your green area will go from 0 to 44, the yellow area will show up once the number of process are between 45 and 50 and the red area will show above 50.
- Excel函數、公式、圖表、數據處理從新手到高手
- 常用工具軟件案例教程
- Procreate繪畫創作從入門到精通
- Alice 3 Cookbook
- Photoshop CC 服裝設計經典實例教程
- Photoshop CS6實戰基礎培訓教程(全視頻微課版)
- ASP.NET 3.5 Application Architecture and Design
- Adobe創意大學Photoshop CS5 產品專家認證標準教材
- Photoshop CS6標準教程(全視頻微課版)
- Adobe創意大學Photoshop產品專家認證標準教材(CS6修訂版)
- UG NX 8.0模具設計教程
- Plone 3 for Education
- PKPM 2010結構分析從入門到精通
- Apache CXF Web Service Development
- Photoshop CC圖形圖像處理實戰教程(微課版)