⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 Network Administration Visualized 网络管理可视化源码
💻
字号:
This directory contains a number of tools that we use regarding theuse of RRDTool and Cricket in NAV. cleanrrds.pl============This script finds all the rrd-files that we are using. The purpose ofthe script is to delete all the rrd-files that are no longer active,to save disk-space.It works after the following principle:- if a rrd-file is found and is in the database, leave it alone.- if a rrd-file is found that is not in the database, check the lastupdate-time. If the time for last update is less than 2 weeks ago,leave it alone.- otherwise delete the file.cricketoids.txt===============This file contains all the oid's with description that Cricket uses togather data. Every row contains up to 3 columns:1 - the oidname2 - the sequence of numbers that constitute the oid3 - (optional) a description of the oidfilloiddb.pl============This script takes the info from the cricketoids.txt file and puts itinto the database. This script will most probably only be used duringinstall to fill the database. There should be no other normal use,except for if the database for some reason has to be refilled.filltypesnmpoid.pl==================NB! This script is made obsolete by getDeviceData. Do NOT run thisscript if you don't know exactly what you are doing.  This scripttries to detect what oid's the units in the database answer to. Thisis done by grouping by typename, then selecting two random units ofthat type from the database, and then querying them with all thecricketoids located in the snmpoid-table. Using some logic it decideswhat oid's returned a sane answer and stores the connection type<->oidin the typesnmpoid-table.makecricketconfig.pl====================This complex script makes the config-tree that Cricket uses. For moredetailed information, check the documentation in the script.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -