- 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.
- AI繪畫教程:Midjourney使用方法與技巧從入門到精通
- 軟件定義數據中心:技術與實踐
- JasperReports for Java Developers
- Photoshop CC 2018實用教程
- 邊做邊學:Photoshop CS6 圖像制作案例教程
- Flash CC從入門到精通
- 中文版CorelDRAW X6基礎培訓教程
- SPSS進階分析與實務
- 畫筆圣經 Photoshop專業繪畫技法
- Excel數據管理:不加班的秘密
- 深入理解OpenCV:實用計算機視覺項目解析(原書第3版)
- PHP and MongoDB Web Development Beginner's Guide
- 中文版3ds Max 2014-VRay效果圖制作完全自學教程
- 科技繪圖/科研論文圖/論文配圖設計與創作自學手冊:科研動畫篇
- Magento: Beginner's Guide