├── .classpath ├── .gitignore ├── .project ├── .settings ├── .jsdtscope ├── org.eclipse.jdt.core.prefs ├── org.eclipse.wst.common.component ├── org.eclipse.wst.common.project.facet.core.xml ├── org.eclipse.wst.jsdt.ui.superType.container └── org.eclipse.wst.jsdt.ui.superType.name ├── AnotherKafkaMonitor-v1.1.0.war ├── AnotherKafkaMonitor-v1.2.0.war ├── AnotherKafkaMonitor-v1.2.1.war ├── AnotherKafkaMonitor.iml ├── README.md ├── WebContent ├── META-INF │ └── MANIFEST.MF ├── WEB-INF │ ├── lib │ │ ├── activation-1.1.jar │ │ ├── amqp-client-3.1.3.jar │ │ ├── aopalliance-1.0.jar │ │ ├── api_client.jar │ │ ├── base64-2.3.8.jar │ │ ├── commons-beanutils-1.7.0.jar │ │ ├── commons-beanutils-core-1.8.0.jar │ │ ├── commons-codec-1.10.jar │ │ ├── commons-collections-3.2.1.jar │ │ ├── commons-configuration-1.6.jar │ │ ├── commons-digester-1.8.jar │ │ ├── commons-fileupload-1.2.1.jar │ │ ├── commons-httpclient-3.0.jar │ │ ├── commons-io-2.4.jar │ │ ├── commons-lang-2.6.jar │ │ ├── commons-logging-1.1.2.jar │ │ ├── commons-logging-1.1.3.jar │ │ ├── fastjson-1.2.29.jar │ │ ├── gson-2.2.4.jar │ │ ├── guava-19.0.jar │ │ ├── javax.servlet-api-3.0.1.jar │ │ ├── jline-0.9.94.jar │ │ ├── jopt-simple-3.2.jar │ │ ├── jstl-1.2.jar │ │ ├── junit-3.8.1.jar │ │ ├── kafka_2.11-0.8.2.1.jar │ │ ├── log4j-1.2.17.jar │ │ ├── lz4-1.2.0.jar │ │ ├── mail-1.4.7.jar │ │ ├── metrics-core-2.2.0.jar │ │ ├── netty-3.7.0.Final.jar │ │ ├── protobuf-java-2.5.0.jar │ │ ├── quartz-1.8.6.jar │ │ ├── scala-library-2.11.5.jar │ │ ├── scala-parser-combinators_2.11-1.0.2.jar │ │ ├── scala-xml_2.11-1.0.2.jar │ │ ├── slf4j-api-1.7.10.jar │ │ ├── slf4j-api-1.7.5.jar │ │ ├── slf4j-log4j12-1.7.10.jar │ │ ├── slf4j-log4j12-1.7.5.jar │ │ ├── snappy-java-1.1.1.6.jar │ │ ├── spring-amqp-1.2.0.RELEASE.jar │ │ ├── spring-aop-3.1.2.RELEASE.jar │ │ ├── spring-asm-3.1.2.RELEASE.jar │ │ ├── spring-beans-3.1.2.RELEASE.jar │ │ ├── spring-context-3.1.2.RELEASE.jar │ │ ├── spring-context-support-3.1.2.RELEASE.jar │ │ ├── spring-core-3.1.2.RELEASE.jar │ │ ├── spring-expression-3.1.2.RELEASE.jar │ │ ├── spring-rabbit-1.2.0.RELEASE.jar │ │ ├── spring-test-3.1.2.RELEASE.jar │ │ ├── spring-tx-3.1.2.RELEASE.jar │ │ ├── spring-web-3.1.2.RELEASE.jar │ │ ├── spring-webmvc-3.1.2.RELEASE.jar │ │ ├── zkclient-0.9.jar │ │ └── zookeeper-3.4.8.jar │ ├── offsets_quartz.xml │ ├── springmvc-servlet.xml │ ├── views │ │ ├── alarm │ │ │ ├── add_failed.jsp │ │ │ ├── add_success.jsp │ │ │ ├── email_add.jsp │ │ │ ├── email_list.jsp │ │ │ ├── sms_add.jsp │ │ │ └── sms_list.jsp │ │ ├── cluster │ │ │ ├── cluster.jsp │ │ │ └── zkcli.jsp │ │ ├── consumers │ │ │ ├── consumers.jsp │ │ │ ├── offset_consumers.jsp │ │ │ └── offset_realtime.jsp │ │ ├── error │ │ │ ├── 404.jsp │ │ │ ├── 405.jsp │ │ │ ├── 500.jsp │ │ │ └── 503.jsp │ │ ├── main │ │ │ └── index.jsp │ │ ├── public │ │ │ ├── css.jsp │ │ │ ├── kindeditor.jsp │ │ │ ├── navbar.jsp │ │ │ ├── script.jsp │ │ │ ├── tagcss.jsp │ │ │ ├── tcss.jsp │ │ │ └── tscript.jsp │ │ └── topic │ │ │ ├── add_failed.jsp │ │ │ ├── add_success.jsp │ │ │ ├── create.jsp │ │ │ ├── list.jsp │ │ │ └── topic_meta.jsp │ └── web.xml └── media │ ├── css │ ├── fonts │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── img │ │ └── glyphicons-halflings.png │ └── public │ │ ├── bootstrap-tokenfield.css │ │ ├── bootstrap.min.css │ │ ├── dataTables.bootstrap.min.css │ │ ├── font-awesome.min.css │ │ ├── images │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ ├── ui-bg_glass_75_ffffff_1x400.png │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_454545_256x240.png │ │ └── ui-icons_888888_256x240.png │ │ ├── jquery.terminal.min.css │ │ ├── magicsuggest.css │ │ ├── morris.css │ │ ├── sb-admin.css │ │ └── tokenfield-typeahead.css │ ├── img │ └── favicon.ico │ ├── js │ ├── main │ │ ├── 404.js │ │ ├── alarm │ │ │ ├── add.js │ │ │ └── modify.js │ │ ├── cluster.js │ │ ├── consumers.js │ │ ├── index.js │ │ ├── offset.consumer.js │ │ ├── offset.realtime.js │ │ ├── topic │ │ │ ├── create.js │ │ │ ├── list.js │ │ │ └── topic.meta.js │ │ └── zkcli.js │ ├── plugins │ │ ├── d3 │ │ │ ├── d3.js │ │ │ └── d3.layout.js │ │ ├── datatables │ │ │ ├── dataTables.bootstrap.min.js │ │ │ └── jquery.dataTables.min.js │ │ ├── magicsuggest │ │ │ └── magicsuggest.js │ │ ├── terminal │ │ │ └── jquery.terminal.min.js │ │ └── tokenfield │ │ │ └── bootstrap-tokenfield.js │ └── public │ │ ├── bootstrap.min.js │ │ ├── jquery.js │ │ ├── morris.min.js │ │ ├── navbar.js │ │ └── raphael.min.js │ └── readmepic │ ├── akm-alarmadd.png │ ├── akm-clusterinfo.png │ ├── akm-consumers.png │ ├── akm-dashboard.png │ ├── akm-realtime.png │ ├── akm-topiclist.png │ ├── akm-topicsdetail.png │ ├── akm-zkshell.png │ ├── anotherkafkamonitor-v1.2.0.png │ ├── build-passing.png │ ├── buildpassing.svg │ └── kafka_in_zookeeper.png └── src ├── cc └── triffic │ └── wc │ └── kafkamonitor │ ├── controller │ ├── AlarmController.java │ ├── ClusterController.java │ ├── ConsumersController.java │ ├── DashboardController.java │ ├── ErrorPageController.java │ ├── OffsetController.java │ └── TopicController.java │ ├── domain │ ├── AlarmDomain.java │ ├── BrokersDomain.java │ ├── ConsumerDetailDomain.java │ ├── ConsumerDomain.java │ ├── DashboardDomain.java │ ├── KafkaBrokerDomain.java │ ├── KafkaMetaDomain.java │ ├── MailSenderDomain.java │ ├── OffsetDomain.java │ ├── OffsetZkDomain.java │ ├── OffsetsSQLiteDomain.java │ ├── PartitionsDomain.java │ ├── SaAuthenticatorDomain.java │ └── TupleDomain.java │ ├── quartz │ └── OffsetsQuartz.java │ ├── service │ ├── AlarmService.java │ ├── ClusterService.java │ ├── ConsumerService.java │ ├── DashboardService.java │ ├── MailSenderService.java │ ├── OffsetService.java │ └── TopicService.java │ └── utils │ ├── CalendarUtils.java │ ├── DBZKDataUtils.java │ ├── GzipUtils.java │ ├── KafkaClusterUtils.java │ ├── KafkaCommandUtils.java │ ├── KafkaMetaUtils.java │ ├── LRUCacheUtils.java │ ├── SendMessageUtils.java │ ├── SystemConfigUtils.java │ ├── TestZookeeperClient.java │ ├── ZKCliUtils.java │ ├── ZKPoolUtils.java │ └── ZookeeperUtils.java ├── log4j.properties └── system-config.properties /.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/.classpath -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /build/ 2 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/.project -------------------------------------------------------------------------------- /.settings/.jsdtscope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/.settings/.jsdtscope -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/.settings/org.eclipse.jdt.core.prefs -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.common.component: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/.settings/org.eclipse.wst.common.component -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/.settings/org.eclipse.wst.common.project.facet.core.xml -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.jsdt.ui.superType.container: -------------------------------------------------------------------------------- 1 | org.eclipse.wst.jsdt.launching.baseBrowserLibrary -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.jsdt.ui.superType.name: -------------------------------------------------------------------------------- 1 | Window -------------------------------------------------------------------------------- /AnotherKafkaMonitor-v1.1.0.war: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/AnotherKafkaMonitor-v1.1.0.war -------------------------------------------------------------------------------- /AnotherKafkaMonitor-v1.2.0.war: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/AnotherKafkaMonitor-v1.2.0.war -------------------------------------------------------------------------------- /AnotherKafkaMonitor-v1.2.1.war: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/AnotherKafkaMonitor-v1.2.1.war -------------------------------------------------------------------------------- /AnotherKafkaMonitor.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/AnotherKafkaMonitor.iml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/README.md -------------------------------------------------------------------------------- /WebContent/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/activation-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/activation-1.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/amqp-client-3.1.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/amqp-client-3.1.3.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/aopalliance-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/aopalliance-1.0.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/api_client.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/api_client.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/base64-2.3.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/base64-2.3.8.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-beanutils-1.7.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/commons-beanutils-1.7.0.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-beanutils-core-1.8.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/commons-beanutils-core-1.8.0.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-codec-1.10.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/commons-codec-1.10.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-collections-3.2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/commons-collections-3.2.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-configuration-1.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/commons-configuration-1.6.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-digester-1.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/commons-digester-1.8.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-fileupload-1.2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/commons-fileupload-1.2.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-httpclient-3.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/commons-httpclient-3.0.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-io-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/commons-io-2.4.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-lang-2.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/commons-lang-2.6.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-logging-1.1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/commons-logging-1.1.2.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-logging-1.1.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/commons-logging-1.1.3.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/fastjson-1.2.29.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/fastjson-1.2.29.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/gson-2.2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/gson-2.2.4.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/guava-19.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/guava-19.0.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/javax.servlet-api-3.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/javax.servlet-api-3.0.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/jline-0.9.94.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/jline-0.9.94.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/jopt-simple-3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/jopt-simple-3.2.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/jstl-1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/jstl-1.2.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/junit-3.8.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/junit-3.8.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/kafka_2.11-0.8.2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/kafka_2.11-0.8.2.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/log4j-1.2.17.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/log4j-1.2.17.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/lz4-1.2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/lz4-1.2.0.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/mail-1.4.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/mail-1.4.7.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/metrics-core-2.2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/metrics-core-2.2.0.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/netty-3.7.0.Final.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/netty-3.7.0.Final.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/protobuf-java-2.5.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/protobuf-java-2.5.0.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/quartz-1.8.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/quartz-1.8.6.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/scala-library-2.11.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/scala-library-2.11.5.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/scala-parser-combinators_2.11-1.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/scala-parser-combinators_2.11-1.0.2.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/scala-xml_2.11-1.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/scala-xml_2.11-1.0.2.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/slf4j-api-1.7.10.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/slf4j-api-1.7.10.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/slf4j-api-1.7.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/slf4j-api-1.7.5.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/slf4j-log4j12-1.7.10.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/slf4j-log4j12-1.7.10.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/slf4j-log4j12-1.7.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/slf4j-log4j12-1.7.5.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/snappy-java-1.1.1.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/snappy-java-1.1.1.6.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-amqp-1.2.0.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-amqp-1.2.0.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-aop-3.1.2.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-aop-3.1.2.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-asm-3.1.2.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-asm-3.1.2.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-beans-3.1.2.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-beans-3.1.2.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-context-3.1.2.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-context-3.1.2.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-context-support-3.1.2.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-context-support-3.1.2.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-core-3.1.2.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-core-3.1.2.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-expression-3.1.2.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-expression-3.1.2.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-rabbit-1.2.0.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-rabbit-1.2.0.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-test-3.1.2.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-test-3.1.2.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-tx-3.1.2.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-tx-3.1.2.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-web-3.1.2.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-web-3.1.2.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-webmvc-3.1.2.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/spring-webmvc-3.1.2.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/zkclient-0.9.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/zkclient-0.9.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/zookeeper-3.4.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/lib/zookeeper-3.4.8.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/offsets_quartz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/offsets_quartz.xml -------------------------------------------------------------------------------- /WebContent/WEB-INF/springmvc-servlet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/springmvc-servlet.xml -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/alarm/add_failed.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/alarm/add_failed.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/alarm/add_success.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/alarm/add_success.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/alarm/email_add.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/alarm/email_add.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/alarm/email_list.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/alarm/email_list.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/alarm/sms_add.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/alarm/sms_add.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/alarm/sms_list.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/alarm/sms_list.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/cluster/cluster.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/cluster/cluster.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/cluster/zkcli.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/cluster/zkcli.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/consumers/consumers.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/consumers/consumers.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/consumers/offset_consumers.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/consumers/offset_consumers.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/consumers/offset_realtime.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/consumers/offset_realtime.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/error/404.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/error/404.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/error/405.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/error/405.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/error/500.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/error/500.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/error/503.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/error/503.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/main/index.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/main/index.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/public/css.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/public/css.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/public/kindeditor.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/public/kindeditor.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/public/navbar.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/public/navbar.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/public/script.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/public/script.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/public/tagcss.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/public/tagcss.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/public/tcss.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/public/tcss.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/public/tscript.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/public/tscript.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/topic/add_failed.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/topic/add_failed.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/topic/add_success.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/topic/add_success.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/topic/create.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/topic/create.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/topic/list.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/topic/list.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/views/topic/topic_meta.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/views/topic/topic_meta.jsp -------------------------------------------------------------------------------- /WebContent/WEB-INF/web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/WEB-INF/web.xml -------------------------------------------------------------------------------- /WebContent/media/css/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /WebContent/media/css/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /WebContent/media/css/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /WebContent/media/css/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /WebContent/media/css/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /WebContent/media/css/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /WebContent/media/css/public/bootstrap-tokenfield.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/bootstrap-tokenfield.css -------------------------------------------------------------------------------- /WebContent/media/css/public/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/bootstrap.min.css -------------------------------------------------------------------------------- /WebContent/media/css/public/dataTables.bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/dataTables.bootstrap.min.css -------------------------------------------------------------------------------- /WebContent/media/css/public/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/font-awesome.min.css -------------------------------------------------------------------------------- /WebContent/media/css/public/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /WebContent/media/css/public/images/ui-bg_glass_75_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/images/ui-bg_glass_75_ffffff_1x400.png -------------------------------------------------------------------------------- /WebContent/media/css/public/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /WebContent/media/css/public/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /WebContent/media/css/public/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /WebContent/media/css/public/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /WebContent/media/css/public/jquery.terminal.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/jquery.terminal.min.css -------------------------------------------------------------------------------- /WebContent/media/css/public/magicsuggest.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/magicsuggest.css -------------------------------------------------------------------------------- /WebContent/media/css/public/morris.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/morris.css -------------------------------------------------------------------------------- /WebContent/media/css/public/sb-admin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/sb-admin.css -------------------------------------------------------------------------------- /WebContent/media/css/public/tokenfield-typeahead.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/css/public/tokenfield-typeahead.css -------------------------------------------------------------------------------- /WebContent/media/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/img/favicon.ico -------------------------------------------------------------------------------- /WebContent/media/js/main/404.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | */ -------------------------------------------------------------------------------- /WebContent/media/js/main/alarm/add.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/main/alarm/add.js -------------------------------------------------------------------------------- /WebContent/media/js/main/alarm/modify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/main/alarm/modify.js -------------------------------------------------------------------------------- /WebContent/media/js/main/cluster.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/main/cluster.js -------------------------------------------------------------------------------- /WebContent/media/js/main/consumers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/main/consumers.js -------------------------------------------------------------------------------- /WebContent/media/js/main/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/main/index.js -------------------------------------------------------------------------------- /WebContent/media/js/main/offset.consumer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/main/offset.consumer.js -------------------------------------------------------------------------------- /WebContent/media/js/main/offset.realtime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/main/offset.realtime.js -------------------------------------------------------------------------------- /WebContent/media/js/main/topic/create.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | */ -------------------------------------------------------------------------------- /WebContent/media/js/main/topic/list.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/main/topic/list.js -------------------------------------------------------------------------------- /WebContent/media/js/main/topic/topic.meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/main/topic/topic.meta.js -------------------------------------------------------------------------------- /WebContent/media/js/main/zkcli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/main/zkcli.js -------------------------------------------------------------------------------- /WebContent/media/js/plugins/d3/d3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/plugins/d3/d3.js -------------------------------------------------------------------------------- /WebContent/media/js/plugins/d3/d3.layout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/plugins/d3/d3.layout.js -------------------------------------------------------------------------------- /WebContent/media/js/plugins/datatables/dataTables.bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/plugins/datatables/dataTables.bootstrap.min.js -------------------------------------------------------------------------------- /WebContent/media/js/plugins/datatables/jquery.dataTables.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/plugins/datatables/jquery.dataTables.min.js -------------------------------------------------------------------------------- /WebContent/media/js/plugins/magicsuggest/magicsuggest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/plugins/magicsuggest/magicsuggest.js -------------------------------------------------------------------------------- /WebContent/media/js/plugins/terminal/jquery.terminal.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/plugins/terminal/jquery.terminal.min.js -------------------------------------------------------------------------------- /WebContent/media/js/plugins/tokenfield/bootstrap-tokenfield.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/plugins/tokenfield/bootstrap-tokenfield.js -------------------------------------------------------------------------------- /WebContent/media/js/public/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/public/bootstrap.min.js -------------------------------------------------------------------------------- /WebContent/media/js/public/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/public/jquery.js -------------------------------------------------------------------------------- /WebContent/media/js/public/morris.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/public/morris.min.js -------------------------------------------------------------------------------- /WebContent/media/js/public/navbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/public/navbar.js -------------------------------------------------------------------------------- /WebContent/media/js/public/raphael.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/js/public/raphael.min.js -------------------------------------------------------------------------------- /WebContent/media/readmepic/akm-alarmadd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/readmepic/akm-alarmadd.png -------------------------------------------------------------------------------- /WebContent/media/readmepic/akm-clusterinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/readmepic/akm-clusterinfo.png -------------------------------------------------------------------------------- /WebContent/media/readmepic/akm-consumers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/readmepic/akm-consumers.png -------------------------------------------------------------------------------- /WebContent/media/readmepic/akm-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/readmepic/akm-dashboard.png -------------------------------------------------------------------------------- /WebContent/media/readmepic/akm-realtime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/readmepic/akm-realtime.png -------------------------------------------------------------------------------- /WebContent/media/readmepic/akm-topiclist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/readmepic/akm-topiclist.png -------------------------------------------------------------------------------- /WebContent/media/readmepic/akm-topicsdetail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/readmepic/akm-topicsdetail.png -------------------------------------------------------------------------------- /WebContent/media/readmepic/akm-zkshell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/readmepic/akm-zkshell.png -------------------------------------------------------------------------------- /WebContent/media/readmepic/anotherkafkamonitor-v1.2.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/readmepic/anotherkafkamonitor-v1.2.0.png -------------------------------------------------------------------------------- /WebContent/media/readmepic/build-passing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/readmepic/build-passing.png -------------------------------------------------------------------------------- /WebContent/media/readmepic/buildpassing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/readmepic/buildpassing.svg -------------------------------------------------------------------------------- /WebContent/media/readmepic/kafka_in_zookeeper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/WebContent/media/readmepic/kafka_in_zookeeper.png -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/controller/AlarmController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/controller/AlarmController.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/controller/ClusterController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/controller/ClusterController.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/controller/ConsumersController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/controller/ConsumersController.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/controller/DashboardController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/controller/DashboardController.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/controller/ErrorPageController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/controller/ErrorPageController.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/controller/OffsetController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/controller/OffsetController.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/controller/TopicController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/controller/TopicController.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/AlarmDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/AlarmDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/BrokersDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/BrokersDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/ConsumerDetailDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/ConsumerDetailDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/ConsumerDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/ConsumerDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/DashboardDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/DashboardDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/KafkaBrokerDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/KafkaBrokerDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/KafkaMetaDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/KafkaMetaDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/MailSenderDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/MailSenderDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/OffsetDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/OffsetDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/OffsetZkDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/OffsetZkDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/OffsetsSQLiteDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/OffsetsSQLiteDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/PartitionsDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/PartitionsDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/SaAuthenticatorDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/SaAuthenticatorDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/domain/TupleDomain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/domain/TupleDomain.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/quartz/OffsetsQuartz.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/quartz/OffsetsQuartz.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/service/AlarmService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/service/AlarmService.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/service/ClusterService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/service/ClusterService.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/service/ConsumerService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/service/ConsumerService.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/service/DashboardService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/service/DashboardService.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/service/MailSenderService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/service/MailSenderService.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/service/OffsetService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/service/OffsetService.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/service/TopicService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/service/TopicService.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/CalendarUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/CalendarUtils.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/DBZKDataUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/DBZKDataUtils.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/GzipUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/GzipUtils.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/KafkaClusterUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/KafkaClusterUtils.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/KafkaCommandUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/KafkaCommandUtils.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/KafkaMetaUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/KafkaMetaUtils.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/LRUCacheUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/LRUCacheUtils.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/SendMessageUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/SendMessageUtils.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/SystemConfigUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/SystemConfigUtils.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/TestZookeeperClient.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/TestZookeeperClient.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/ZKCliUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/ZKCliUtils.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/ZKPoolUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/ZKPoolUtils.java -------------------------------------------------------------------------------- /src/cc/triffic/wc/kafkamonitor/utils/ZookeeperUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/cc/triffic/wc/kafkamonitor/utils/ZookeeperUtils.java -------------------------------------------------------------------------------- /src/log4j.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/log4j.properties -------------------------------------------------------------------------------- /src/system-config.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/triffic-tang/AnotherKafkaMonitor-AKM-/HEAD/src/system-config.properties --------------------------------------------------------------------------------