From f5e94f965a379abdbf71ee87e33fe2216cfad2a7 Mon Sep 17 00:00:00 2001 From: Lasse Luttermann Poulsen Date: Mon, 21 Aug 2017 11:32:45 +0200 Subject: nginx vod-module stats: basic info + python module --- .gitmodules | 3 + nginx-vod-status-exporter/README.md | 8 ++ nginx-vod-status-exporter/client_python | 1 + nginx-vod-status-exporter/vod_status.xml | 147 +++++++++++++++++++++++++++++++ 4 files changed, 159 insertions(+) create mode 100644 .gitmodules create mode 100644 nginx-vod-status-exporter/README.md create mode 160000 nginx-vod-status-exporter/client_python create mode 100644 nginx-vod-status-exporter/vod_status.xml diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c087e70 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nginx-vod-status-exporter/client_python"] + path = nginx-vod-status-exporter/client_python + url = git@github.com:prometheus/client_python.git diff --git a/nginx-vod-status-exporter/README.md b/nginx-vod-status-exporter/README.md new file mode 100644 index 0000000..db7479a --- /dev/null +++ b/nginx-vod-status-exporter/README.md @@ -0,0 +1,8 @@ +# Nginx VOD module status exporter + +These scripts are for exposing status from the [nginx-vod-module](https://github.com/kaltura/nginx-vod-module), to Prometheus. + +`vod_status.xml` contains an example of the XML exposed by the vod-module status page. + + + diff --git a/nginx-vod-status-exporter/client_python b/nginx-vod-status-exporter/client_python new file mode 160000 index 0000000..7fb5058 --- /dev/null +++ b/nginx-vod-status-exporter/client_python @@ -0,0 +1 @@ +Subproject commit 7fb50581ec03fe9f320dcecfcba0952b683d279c diff --git a/nginx-vod-status-exporter/vod_status.xml b/nginx-vod-status-exporter/vod_status.xml new file mode 100644 index 0000000..7e309e5 --- /dev/null +++ b/nginx-vod-status-exporter/vod_status.xml @@ -0,0 +1,147 @@ + + + 1.11 + Dec 6 2016 07:46:25 + + 7733 + 6865797405 + 12 + 4 + 124784 + 307554697138 + 7749 + 7190 + 6331583153 + 0 + 877 + 536681664 + + + 3222 + 14119056 + 0 + 2 + 2647 + 8168280 + 3224 + 0 + 0 + 0 + 3222 + 14144640 + + + 4835 + 608538 + 0 + 3 + 127695 + 16073207 + 4838 + 0 + 0 + 0 + 4835 + 618880 + + + + 1160625 + 270937 + 624 + 1502478721 + 6554 + + + 4728333 + 15811 + 24347 + 1502474345 + 6553 + + + 174123874 + 4838 + 595314 + 1502282976 + 6551 + + + 0 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + + + 1003069961 + 132084 + 64910252 + 1502304904 + 6556 + + + 0 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + + + 1757549142 + 1139994 + 73554424 + 1502304912 + 6555 + + + 31733717 + 132533 + 275707 + 1502361911 + 6557 + + + 61604 + 3224 + 1344 + 1502453099 + 6552 + + + 4671706 + 129056 + 1648 + 1502462617 + 6555 + + + 225751101 + 1253556 + 134511 + 1503069418 + 6554 + + + 3219047113 + 134927 + 74786470 + 1502304914 + 6556 + + + -- cgit v1.1