在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → cacti源代码功能非常强大的网络流量监控与分析系统.rar

cacti源代码功能非常强大的网络流量监控与分析系统.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.37M
  • 下载次数:2
  • 浏览次数:45
  • 发布时间:2021-12-01
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
cacti源代码,功能非常强大的网络流量监控与分析系统,便于网络管理
【实例截图】
【核心代码】
16359647480985399355.rar
└── codefans.net
└── cacti-0.8.7g
├── about.php
├── auth_changepassword.php
├── auth_login.php
├── cacti.sql
├── cdef.php
├── cli
│   ├── add_data_query.php
│   ├── add_device.php
│   ├── add_graphs.php
│   ├── add_graph_template.php
│   ├── add_perms.php
│   ├── add_tree.php
│   ├── convert_innodb.php
│   ├── copy_user.php
│   ├── host_update_template.php
│   ├── import_template.php
│   ├── poller_data_sources_reapply_names.php
│   ├── poller_graphs_reapply_names.php
│   ├── poller_output_empty.php
│   ├── poller_reindex_hosts.php
│   ├── rebuild_poller_cache.php
│   ├── repair_database.php
│   ├── repair_templates.php
│   ├── structure_rra_paths.php
│   └── upgrade_database.php
├── cmd.php
├── color.php
├── data_input.php
├── data_queries.php
├── data_sources.php
├── data_templates.php
├── docs
│   ├── CHANGELOG
│   ├── CONTRIB
│   ├── html
│   │   ├── advanced_topics.html
│   │   ├── basics.html
│   │   ├── batch_copy_users.html
│   │   ├── bsd_ports.html
│   │   ├── cacti_help.html
│   │   ├── cdefs.html
│   │   ├── check_cacti_poller.html
│   │   ├── check_data_gathering.html
│   │   ├── check_mysql_updating.html
│   │   ├── check_rrd_graph.html
│   │   ├── check_rrd_numbers.html
│   │   ├── check_rrd_owner.html
│   │   ├── check_rrd_updating.html
│   │   ├── check_zero_values.html
│   │   ├── cli_add_data_query.html
│   │   ├── cli_add_device.html
│   │   ├── cli_add_graphs.html
│   │   ├── cli_add_graph_template.html
│   │   ├── cli_add_perms.html
│   │   ├── cli_add_tree.html
│   │   ├── cli_copy_user.html
│   │   ├── cli_poller_graphs_reapply_names.html
│   │   ├── cli_poller_output_empty.html
│   │   ├── cli_poller_reindex_hosts.html
│   │   ├── copying_user.html
│   │   ├── create_new_user.html
│   │   ├── data_input_methods.html
│   │   ├── data_presentation.html
│   │   ├── data_queries.html
│   │   ├── data_storage.html
│   │   ├── debugging.html
│   │   ├── debug_miscellaneous.html
│   │   ├── debug_rpm_installation.html
│   │   ├── delete_users.html
│   │   ├── enable_disable_users.html
│   │   ├── faq.html
│   │   ├── graph_howto.html
│   │   ├── graph_overview.html
│   │   ├── graph_snmp_oid.html
│   │   ├── graph_templates.html
│   │   ├── graph_viewing.html
│   │   ├── guest_access.html
│   │   ├── host_templates.html
│   │   ├── host_variables.html
│   │   ├── how_to.html
│   │   ├── images
│   │   │   ├── data_source_title_example1.png
│   │   │   ├── data_source_title_example2.png
│   │   │   ├── data_source_title_template.png
│   │   │   ├── data_template.png
│   │   │   ├── export_template.png
│   │   │   ├── graph_template.png
│   │   │   ├── graph_tree.png
│   │   │   ├── host_template.png
│   │   │   ├── import_template.png
│   │   │   ├── new_device.png
│   │   │   ├── new_graphs.png
│   │   │   ├── principles_of_operation.png
│   │   │   ├── user_management_batch_copy_1.png
│   │   │   ├── user_management_batch_copy_2.png
│   │   │   ├── user_management_copy_1.png
│   │   │   ├── user_management_copy_2.png
│   │   │   ├── user_management_delete_1.png
│   │   │   ├── user_management_delete_2.png
│   │   │   ├── user_management_edit.png
│   │   │   ├── user_management_enable_disable_1.png
│   │   │   ├── user_management_enable_disable_2.png
│   │   │   ├── user_management_list.png
│   │   │   └── user_management_new.png
│   │   ├── index.html
│   │   ├── installation.html
│   │   ├── install_unix.html
│   │   ├── install_windows.html
│   │   ├── LICENSE.html
│   │   ├── making_scripts_work_with_cacti.html
│   │   ├── migration_php_scripts_to_script_server.html
│   │   ├── new_graphs.html
│   │   ├── operating_principles.html
│   │   ├── php_script_server.html
│   │   ├── reference.html
│   │   ├── requirements.html
│   │   ├── rrdtool_features.html
│   │   ├── script_query_xml.html
│   │   ├── scripts.html
│   │   ├── snmp_query_xml.html
│   │   ├── template_export.html
│   │   ├── template_import.html
│   │   ├── templates.html
│   │   ├── testing_script_in_script_server.html
│   │   ├── unix_apply_patches.html
│   │   ├── unix_configure_cacti.html
│   │   ├── unix_configure_httpd.html
│   │   ├── unix_configure_mysql.html
│   │   ├── unix_configure_php.html
│   │   ├── unix_configure_spine.html
│   │   ├── upgrade.html
│   │   ├── upgrade_using_hostmib_data_queries.html
│   │   ├── user_management.html
│   │   ├── using_spine.html
│   │   └── variables.html
│   ├── pdf
│   │   └── README
│   ├── README
│   └── txt
│   └── manual.txt
├── gprint_presets.php
├── graph_image.php
├── graph.php
├── graph_settings.php
├── graphs_items.php
├── graphs_new.php
├── graphs.php
├── graph_templates_inputs.php
├── graph_templates_items.php
├── graph_templates.php
├── graph_view.php
├── graph_xport.php
├── host.php
├── host_templates.php
├── images
│   ├── arrow.gif
│   ├── auth_deny.gif
│   ├── auth_login.gif
│   ├── auth_logout.gif
│   ├── button_add.gif
│   ├── button_cancel2.gif
│   ├── button_cancel.gif
│   ├── button_clear.gif
│   ├── button_colapse_all.gif
│   ├── button_create.gif
│   ├── button_default.gif
│   ├── button_delete.gif
│   ├── button_expand_all.gif
│   ├── button_export.gif
│   ├── button_go.gif
│   ├── button_help.gif
│   ├── button_import.gif
│   ├── button_no.gif
│   ├── button_purge.gif
│   ├── button_refresh.gif
│   ├── button_save.gif
│   ├── button_view.gif
│   ├── button_yes.gif
│   ├── cacti_about_logo.gif
│   ├── cacti_backdrop2.gif
│   ├── cacti_backdrop.gif
│   ├── cacti_logo.gif
│   ├── calendar.gif
│   ├── delete_icon.gif
│   ├── delete_icon_large.gif
│   ├── favicon.ico
│   ├── graph_page_top.gif
│   ├── graph_properties.gif
│   ├── graph_query.png
│   ├── graph_zoom.gif
│   ├── hide.gif
│   ├── left_border.gif
│   ├── menuarrow.gif
│   ├── menu_line.gif
│   ├── move_down.gif
│   ├── move_left.gif
│   ├── move_right.gif
│   ├── move_up.gif
│   ├── reload_icon_small.gif
│   ├── shadow.gif
│   ├── shadow_gray.gif
│   ├── show.gif
│   ├── tab_cacti.gif
│   ├── tab_console_down.gif
│   ├── tab_console.gif
│   ├── tab_graphs_down.gif
│   ├── tab_graphs.gif
│   ├── tab_mode_list_down.gif
│   ├── tab_mode_list.gif
│   ├── tab_mode_preview_down.gif
│   ├── tab_mode_preview.gif
│   ├── tab_mode_tree_down.gif
│   ├── tab_mode_tree.gif
│   ├── tab_settings_down.gif
│   ├── tab_settings.gif
│   └── transparent_line.gif
├── include
│   ├── auth.php
│   ├── bottom_footer.php
│   ├── config.php
│   ├── global_arrays.php
│   ├── global_constants.php
│   ├── global_form.php
│   ├── global.php
│   ├── global_settings.php
│   ├── jscalendar
│   │   ├── calendar.js
│   │   ├── calendar-setup.js
│   │   └── lang
│   │   ├── calendar-af.js
│   │   ├── calendar-al.js
│   │   ├── calendar-bg.js
│   │   ├── calendar-big5.js
│   │   ├── calendar-big5-utf8.js
│   │   ├── calendar-br.js
│   │   ├── calendar-ca.js
│   │   ├── calendar-cs-utf8.js
│   │   ├── calendar-cs-win.js
│   │   ├── calendar-da.js
│   │   ├── calendar-de.js
│   │   ├── calendar-du.js
│   │   ├── calendar-el.js
│   │   ├── calendar-en.js
│   │   ├── calendar-es.js
│   │   ├── calendar-fi.js
│   │   ├── calendar-fr.js
│   │   ├── calendar-he-utf8.js
│   │   ├── calendar-hr.js
│   │   ├── calendar-hr-utf8.js
│   │   ├── calendar-hu.js
│   │   ├── calendar-it.js
│   │   ├── calendar-jp.js
│   │   ├── calendar-ko.js
│   │   ├── calendar-ko-utf8.js
│   │   ├── calendar-lt.js
│   │   ├── calendar-lt-utf8.js
│   │   ├── calendar-lv.js
│   │   ├── calendar-nl.js
│   │   ├── calendar-no.js
│   │   ├── calendar-pl.js
│   │   ├── calendar-pl-utf8.js
│   │   ├── calendar-pt.js
│   │   ├── calendar-ro.js
│   │   ├── calendar-ru.js
│   │   ├── calendar-ru_win_.js
│   │   ├── calendar-si.js
│   │   ├── calendar-sk.js
│   │   ├── calendar-sp.js
│   │   ├── calendar-sv.js
│   │   ├── calendar-tr.js
│   │   ├── calendar-zh.js
│   │   └── cn_utf8.js
│   ├── layout.js
│   ├── main.css
│   ├── top_graph_header.php
│   ├── top_header.php
│   ├── treeview
│   │   ├── ftiens4_export.js
│   │   ├── ftiens4.js
│   │   ├── ftv2blank.gif
│   │   ├── ftv2lastnode.gif
│   │   ├── ftv2mlastnode.gif
│   │   ├── ftv2mnode.gif
│   │   ├── ftv2node.gif
│   │   ├── ftv2plastnode.gif
│   │   ├── ftv2pnode.gif
│   │   ├── ftv2vertline.gif
│   │   └── ua.js
│   └── zoom.js
├── index.php
├── install
│   ├── 0_8_1_to_0_8_2.php
│   ├── 0_8_2a_to_0_8_3.php
│   ├── 0_8_2_to_0_8_2a.php
│   ├── 0_8_3_to_0_8_4.php
│   ├── 0_8_4_to_0_8_5.php
│   ├── 0_8_5a_to_0_8_6.php
│   ├── 0_8_6c_to_0_8_6d.php
│   ├── 0_8_6d_to_0_8_6e.php
│   ├── 0_8_6f_to_0_8_6g.php
│   ├── 0_8_6g_to_0_8_6h.php
│   ├── 0_8_6h_to_0_8_6i.php
│   ├── 0_8_6j_to_0_8_7.php
│   ├── 0_8_6_to_0_8_6a.php
│   ├── 0_8_7a_to_0_8_7b.php
│   ├── 0_8_7b_to_0_8_7c.php
│   ├── 0_8_7c_to_0_8_7d.php
│   ├── 0_8_7d_to_0_8_7e.php
│   ├── 0_8_7e_to_0_8_7f.php
│   ├── 0_8_7f_to_0_8_7g.php
│   ├── 0_8_7_to_0_8_7a.php
│   ├── 0_8_to_0_8_1.php
│   ├── index.php
│   ├── install_finish.gif
│   └── install_next.gif
├── lib
│   ├── adodb
│   │   ├── adodb-csvlib.inc.php
│   │   ├── adodb-datadict.inc.php
│   │   ├── adodb-errorhandler.inc.php
│   │   ├── adodb-error.inc.php
│   │   ├── adodb-errorpear.inc.php
│   │   ├── adodb-exceptions.inc.php
│   │   ├── adodb.inc.php
│   │   ├── adodb-iterator.inc.php
│   │   ├── adodb-lib.inc.php
│   │   ├── adodb-pear.inc.php
│   │   ├── adodb-perf.inc.php
│   │   ├── adodb-php4.inc.php
│   │   ├── adodb-time.inc.php
│   │   ├── adodb-xmlschema.inc.php
│   │   ├── datadict
│   │   │   ├── datadict-access.inc.php
│   │   │   ├── datadict-db2.inc.php
│   │   │   ├── datadict-firebird.inc.php
│   │   │   ├── datadict-generic.inc.php
│   │   │   ├── datadict-ibase.inc.php
│   │   │   ├── datadict-informix.inc.php
│   │   │   ├── datadict-mssql.inc.php
│   │   │   ├── datadict-mysql.inc.php
│   │   │   ├── datadict-oci8.inc.php
│   │   │   ├── datadict-postgres.inc.php
│   │   │   ├── datadict-sapdb.inc.php
│   │   │   └── datadict-sybase.inc.php
│   │   ├── drivers
│   │   │   ├── adodb-access.inc.php
│   │   │   ├── adodb-ado5.inc.php
│   │   │   ├── adodb-ado_access.inc.php
│   │   │   ├── adodb-ado.inc.php
│   │   │   ├── adodb-ado_mssql.inc.php
│   │   │   ├── adodb-borland_ibase.inc.php
│   │   │   ├── adodb-csv.inc.php
│   │   │   ├── adodb-db2.inc.php
│   │   │   ├── adodb-fbsql.inc.php
│   │   │   ├── adodb-firebird.inc.php
│   │   │   ├── adodb-ibase.inc.php
│   │   │   ├── adodb-informix72.inc.php
│   │   │   ├── adodb-informix.inc.php
│   │   │   ├── adodb-ldap.inc.php
│   │   │   ├── adodb-mssql.inc.php
│   │   │   ├── adodb-mssqlpo.inc.php
│   │   │   ├── adodb-mysqli.inc.php
│   │   │   ├── adodb-mysql.inc.php
│   │   │   ├── adodb-mysqlt.inc.php
│   │   │   ├── adodb-netezza.inc.php
│   │   │   ├── adodb-oci805.inc.php
│   │   │   ├── adodb-oci8.inc.php
│   │   │   ├── adodb-oci8po.inc.php
│   │   │   ├── adodb-odbc.inc.php
│   │   │   ├── adodb-odbc_mssql.inc.php
│   │   │   ├── adodb-odbc_oracle.inc.php
│   │   │   ├── adodb-odbtp.inc.php
│   │   │   ├── adodb-odbtp_unicode.inc.php
│   │   │   ├── adodb-oracle.inc.php
│   │   │   ├── adodb-pdo.inc.php
│   │   │   ├── adodb-postgres64.inc.php
│   │   │   ├── adodb-postgres7.inc.php
│   │   │   ├── adodb-postgres.inc.php
│   │   │   ├── adodb-proxy.inc.php
│   │   │   ├── adodb-sapdb.inc.php
│   │   │   ├── adodb-sqlanywhere.inc.php
│   │   │   ├── adodb-sqlite.inc.php
│   │   │   ├── adodb-sqlitepo.inc.php
│   │   │   ├── adodb-sybase.inc.php
│   │   │   └── adodb-vfp.inc.php
│   │   ├── lang
│   │   │   ├── adodb-ar.inc.php
│   │   │   ├── adodb-bg.inc.php
│   │   │   ├── adodb-bgutf8.inc.php
│   │   │   ├── adodb-ca.inc.php
│   │   │   ├── adodb-cn.inc.php
│   │   │   ├── adodb-cz.inc.php
│   │   │   ├── adodb-de.inc.php
│   │   │   ├── adodb-en.inc.php
│   │   │   ├── adodb-es.inc.php
│   │   │   ├── adodb-fr.inc.php
│   │   │   ├── adodb-hu.inc.php
│   │   │   ├── adodb-it.inc.php
│   │   │   ├── adodb-nl.inc.php
│   │   │   ├── adodb-pl.inc.php
│   │   │   ├── adodb-pt-br.inc.php
│   │   │   ├── adodb-ro.inc.php
│   │   │   ├── adodb-ru1251.inc.php
│   │   │   └── adodb-sv.inc.php
│   │   ├── license.txt
│   │   ├── toexport.inc.php
│   │   └── tohtml.inc.php
│   ├── api_automation_tools.php
│   ├── api_data_source.php
│   ├── api_device.php
│   ├── api_graph.php
│   ├── api_poller.php
│   ├── api_tree.php
│   ├── auth.php
│   ├── cdef.php
│   ├── database.php
│   ├── data_query.php
│   ├── export.php
│   ├── functions.php
│   ├── graph_export.php
│   ├── graph_variables.php
│   ├── html_form.php
│   ├── html_form_template.php
│   ├── html.php
│   ├── html_tree.php
│   ├── html_utility.php
│   ├── html_validate.php
│   ├── import.php
│   ├── ldap.php
│   ├── ping.php
│   ├── poller.php
│   ├── rrd.php
│   ├── snmp.php
│   ├── sort.php
│   ├── template.php
│   ├── time.php
│   ├── timespan_settings.php
│   ├── tree.php
│   ├── utility.php
│   ├── variables.php
│   └── xml.php
├── LICENSE
├── log
│   └── cacti.log
├── logout.php
├── poller_commands.php
├── poller_export.php
├── poller.php
├── README
├── resource
│   ├── script_queries
│   │   ├── host_cpu.xml
│   │   ├── host_disk.xml
│   │   └── unix_disk.xml
│   ├── script_server
│   │   ├── host_cpu.xml
│   │   └── host_disk.xml
│   └── snmp_queries
│   ├── host_disk.xml
│   ├── interface.xml
│   ├── kbridge.xml
│   ├── net-snmp_disk.xml
│   ├── netware_cpu.xml
│   └── netware_disk.xml
├── rra
├── rra.php
├── scripts
│   ├── 3com_cable_modem.pl
│   ├── diskfree.pl
│   ├── diskfree.sh
│   ├── linux_memory.pl
│   ├── loadavg_multi.pl
│   ├── loadavg.pl
│   ├── ping.pl
│   ├── query_host_cpu.php
│   ├── query_host_partitions.php
│   ├── query_unix_partitions.pl
│   ├── sql.php
│   ├── ss_fping.php
│   ├── ss_host_cpu.php
│   ├── ss_host_disk.php
│   ├── ss_sql.php
│   ├── unix_processes.pl
│   ├── unix_tcp_connections.pl
│   ├── unix_users.pl
│   ├── weatherbug.pl
│   └── webhits.pl
├── script_server.php
├── script_server.pl
├── settings.php
├── templates_export.php
├── templates_import.php
├── tree.php
├── user_admin.php
└── utilities.php

26 directories, 471 files

标签:

实例下载地址

cacti源代码功能非常强大的网络流量监控与分析系统.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警