Cactiスイートテンプレートgraphの個別修正

2325 ワード

cactiのホストテンプレートは便利さをもたらすと同時に、いくつかの個別の修正項目を閉じました.例えば、私たちがよく使うInterface-Traffic(bits/sec)テンプレートです.普段は簡単なチェックボックスで流量図を描くことができます.実際にモニタリングを使用すると、このインタフェース番号しか分からず、より詳細な情報は表示できません.特にスイッチには10~20以上のインタフェースが監視されることが多く、各インタフェースに対応する上下接続も図に表示できればさらに良い.しかし、私たちがテンプレートを修正すれば、すべてのセットのgraphsをすべて修正します.ここでは簡単な方法を提供しますが、cactiは、テンプレートを適用したgraphs自体にdata sourcesのnameなどのフィールド修正のみを提供し、graphの修正項目を提供していません.したがって、個別のgraphのnameまたは他のパラメータを変更するには、自分でデータベースに変更するしかありません.cactiの次のバージョンでこの部分を更新してほしいです.
#  cacti     mysql>use cactidb; # cacti url          graph id ;  url  graphs.php?action=graph_edit&id=xxxx mysql>select * from graph_templates_graph where local_graph_id="xxxx"\G; *************************** 1. row ***************************                            id: 1111 local_graph_template_graph_id: 2                local_graph_id: xxxx             graph_template_id: 2             t_image_format_id: 0               image_format_id: 1                       t_title: 0                         title: |host_description| - Traffic - Gi0/25                   title_cache: xx-xxx - Traffic - Gi0/25                      t_height: 0                        height: 120                       t_width: 0                         width: 500                 t_upper_limit: 0                   upper_limit: 100                 t_lower_limit: 0                   lower_limit: 0              t_vertical_label: 0                vertical_label: bits per second                  t_slope_mode: 0                    slope_mode: on                  t_auto_scale: 0                    auto_scale: on             t_auto_scale_opts: 0               auto_scale_opts: 2              t_auto_scale_log: 0                auto_scale_log:             t_scale_log_units: 0               scale_log_units:            t_auto_scale_rigid: 0              auto_scale_rigid: on                t_auto_padding: 0                  auto_padding: on                  t_base_value: 0                    base_value: 1000                    t_grouping: 0                      grouping:                      t_export: 0                        export: on                  t_unit_value: 0                    unit_value:         t_unit_exponent_value: 0           unit_exponent_value: #            ,      title_cache title        graph tilte      。