Fran Rodriguez
b1f8b9f03e
Remove old params
2015-12-15 14:55:30 +01:00
Johann Schmitz
0c7bdc92c4
Added instance name for gunicorn_status plugin if linked as gunicorn_status_INSTANCE or gunicorn_INSTANCE_status
2015-12-02 06:35:24 +01:00
Johann Schmitz
7d58abe5c5
Added instance name for gunicorn_memory_status plugin if linked as gunicorn_memory_status_INSTANCE or gunicorn_INSTANCE_memory_status
2015-12-02 06:31:52 +01:00
Steve Schnepp
c301832032
Merge pull request #625 from steveschnepp/1sec
...
Adding 1sec system plugins C for linux
2015-11-19 13:42:50 +01:00
Rhonda D'Vine
66fd4a05ef
munin plugin for BalanceNG
...
The script fetches the data from bng's SNMP interface and thus dynamicly
adapts to bng's configuration. This means that no further configuration
is needed after enabling the plugin.
2015-11-17 14:16:02 +01:00
Raphaël Droz
0c18fb5046
memory_by_process: try to be smarted about labels and cleanup field names more deeply
2015-11-09 21:54:18 -03:00
Lars Kruse
6243541d65
streaming: add configurable icecast2 plugin
...
This icecast plugin captures a set of data similar to the "icecast2_"
and "icecast2_all" plugin. Sadly both are not configurable (manual
changes are required for target host and access credentials).
Additionally they use the rather old-fashioned (and password restricted)
xml status output.
This new plugin "icecast2_stats" (written from scratch) contains the
following notable differences:
* runs with Python 3
* supports a real "autoconf" and "suggest" interface
* is configurable (target host and port) via environment settings
* uses the json status output instead of the xml data
* contains no hard-coded values, names or patterns
2015-11-10 00:31:54 +01:00
Valur Hrafn Einarsson
0f53bf5f0d
varnish4_: Remove extra linebreaks
2015-11-09 10:27:59 +00:00
Valur Hrafn Einarsson
0cb53cdbd3
varnish4_: Varnish 4.1 compatibiltiy
2015-11-09 10:24:04 +00:00
Stig Sandbeck Mathisen
0c20909aba
Merge pull request #658 from scanterog/master
...
Add Docker plugins
2015-11-07 11:16:45 +01:00
Lars Kruse
612ebf5ae9
safely hide the python code part from shell parsers
...
This works around a syntax warning emitted by the continuous integration
tool.
This commit encloses the python part of the hybrid shell / python script
within a "here" document.
2015-10-30 05:57:24 +01:00
Lars Kruse
14ff36a31c
hide the python code part from shell parsers
...
This works around a syntax warning of the continuous integration system.
The cause of this warning could have never triggered anyway.
This commit encloses the whole python code safely in a "here" document.
2015-10-30 05:23:46 +01:00
Lars Kruse
3509d2a6ed
remove python 2 compatibility due to widespread use of "yield from"
2015-10-30 05:23:16 +01:00
Lars Kruse
ec55d6cce2
new network plugin added: ath9k
...
Collect information related to ath9k wireless events and states.
* rate control statistics ("rc_stats")
* events (dropped, transmitted, beacon loss, ...)
* traffic (packets, bytes)
All data is collected for each separate station (in case of multiple
connected peers). Combined graphs are provided as a summary.
2015-10-30 05:21:10 +01:00
Lars Kruse
1c281c61d9
new network plugin added: olsrd
...
Collect basic information about the neighbours of an OLSR node:
* link quality
* neighbour link quality
* number of nodes reachable behind each neighbour
* ping times of direct neighbours
OLSR is a routing protocol (layer 3).
2015-10-29 04:04:59 +01:00
Lars Kruse
4de0ceb073
new network plugin added: wireless_channel_occupation
...
This plugin tracks the occupation of the shared medium (wifi channel).
It uses the "iw" tool for extracting the time slices spent by
the wireless driver receiving, transmitting or ignoring (noise) on the
current channel. This ratio is a good indication for the remaining
capacity of the shared communication medium.
2015-10-29 04:03:52 +01:00
Babak Farrokhi
1724ae2504
- Fix matching table names that include "-" charachter
...
- Fix drawing graph for inout graphs
2015-10-28 14:42:10 +03:30
Lutz Reinhardt
90c4727a61
Update zfs-filesystem-graph: using env
...
with env the script is running with linux and bsd
2015-10-27 19:28:42 +01:00
Kenyon Ralph
09f85f64a1
Merge pull request #650 from lduchosal/master
...
pf_tables : Munin plugin to monitor pf tables.
2015-10-27 11:09:59 -07:00
Kenyon Ralph
4c6dc3b0f1
Merge pull request #649 from stimpy23/master
...
Updated to v0.2
2015-10-27 11:07:55 -07:00
Kenyon Ralph
03aa3e1f37
Merge pull request #655 from drzraf/patch-1
...
Ability to configure Apache access_log field number
2015-10-27 11:05:54 -07:00
Samuel Cantero
ae03bc6fb8
Docker plugin
...
Fix autoconf support
2015-10-25 18:04:02 -03:00
Samuel Cantero
6de1145610
Add Docker plugins
...
Docker plugins for:
- Monitor container CPU usage
- Monitor memory CPU usage
2015-10-22 15:37:24 -03:00
Raphaël Droz
2a776fa560
Update apache_average_time_last_n_requests
2015-10-16 00:24:20 -03:00
Raphaël Droz
22292022bc
Ability to configure Apache access_log field number
2015-10-16 00:19:07 -03:00
obma
f07be516b7
p: openweather_: Add OpenWeather API Key
...
OpenWeather needs you to use an API key since Oct 9 2015. Therefore I added env.apikey.
To get a key just register at OpenWeather.
2015-10-13 17:48:04 +02:00
Takuya Matsuyama
68d23cce86
Fix bug where can't read lock ratio
2015-10-09 22:10:39 +09:00
lduchosal
51b962245a
Wildcard-plugin to monitor arp on interfaces on BSD
2015-09-24 08:35:44 +02:00
lduchosal
d153fc8a4f
pf_tables : Munin plugin to monitor pf tables.
...
Inout: bandwidth usage for table
Addresses: number of entries in table
2015-09-24 08:07:18 +02:00
stimpy23
12ee36319e
Updated to v0.2
...
Updated to match the outputs of current ice- and shoutcast versions...
2015-09-22 12:33:13 +02:00
András Korn
c9e77c391a
* Switch to zsh (used to be bash)
...
* Fix to remove dots from vserver names (replace them with underscores;
dots confuse munin)
* Drop support for old (pre 2.6.19) kernels
* Replace cat | grep | cut pipelines with a single sed each
* Add env.stripdomain (a domain name to strip from the end of vserver names
when generating labels; be sure to include the leading dot)
2015-09-20 20:15:53 +02:00
Dominic Hargreaves
3e70ec3803
jenkins_: Accumulate build result counts correctly
...
The previous behaviour ignored initial statuses other than blue, yellow,
red, disabled
2015-09-10 16:48:05 +01:00
Dominic Hargreaves
8ad8e1b9e2
jenkins_: Add a missing mapping for notbuilt
2015-09-10 16:48:00 +01:00
Dominic Hargreaves
b2080e1178
jenkins_: Fix uninitialized values warning with unmapped states
2015-09-10 16:47:57 +01:00
Dominic Hargreaves
cf88bc6c41
jenkins_: Reformat status mapping for better readability
2015-09-10 16:47:50 +01:00
Stig Sandbeck Mathisen
b78552673e
Merge pull request #644 from lynix/master
...
add postfix-policyd-spf-python plugin
2015-09-06 12:46:25 +02:00
Alexander Koch
ecad9659fc
postfix-policyd-spf-python: add license statement
2015-09-04 20:38:55 +02:00
Steve Schnepp
0ab4b3a083
battery_: make a wildcard plugin
2015-09-03 17:14:15 +02:00
Steve Schnepp
5ecffc3558
battery_: first version
2015-09-03 17:13:06 +02:00
jmdevince
4fac7e61b8
Plugin monitoring CPU on Cisco SB Devices
2015-09-02 16:00:24 -05:00
Alexander Koch
0e2cac351c
add postfix-policyd-spf-python plugin
2015-09-01 20:45:43 +02:00
Benoît SÉRIE
70b61f1621
Support for Debian Jessie.
2015-08-31 18:15:40 +02:00
Stig Sandbeck Mathisen
08479bda7c
fix wrong label
2015-08-29 17:08:42 +02:00
Stig Sandbeck Mathisen
100dc35e98
Add category "time" to ntpdate_ plugin
...
This closes #633
2015-08-29 15:15:24 +02:00
Stig Sandbeck Mathisen
297adeab31
Merge pull request #626 from szepeviktor/patch-1
...
[monit] Not using memory is a warning condition
2015-08-29 15:06:10 +02:00
Stig Sandbeck Mathisen
839fcf3b3f
Merge pull request #636 from vkh78/master
...
Add openntp_offset plugin.
2015-08-29 15:05:47 +02:00
Stig Sandbeck Mathisen
5a939acdd0
Merge pull request #635 from ak4t0sh/master
...
file_size graph : useless graph_scale removal
2015-08-29 15:04:48 +02:00
Stig Sandbeck Mathisen
b751e8eaeb
Add apt/acng for graphing Apt-Cacher NG
2015-08-29 14:49:58 +02:00
rkarlsba
19ca132a46
ALL keyword
...
Add ALL keyword to count cpu use of all users. May be a dirty hack, but not sure how to do this otherwise...
2015-08-28 12:07:04 +02:00
Tomas Zvala
5d77895555
Readd Anonymoust Hugepages (aka. Transparent Hugepages) to system/hugepage plugin.
2015-08-25 13:46:34 +02:00
Paul Saunders
b17436fe80
Rework to tail_open log files
2015-08-06 12:08:55 +01:00
Niklas Yann Wettengel
9cc4259f6e
Added handling of multiple lxc.network.veth.pair-lines
2015-08-03 15:37:42 +02:00
vkh78
5df0724eec
Add openntp_offset plugin.
...
Add a plugin that, like ntp_offset plugin, measures offset, delay and jitter
for the active OpenNTPd peer.
2015-08-01 11:34:05 +02:00
Paul Saunders
5c671ba157
zenus_: Let's try fixing that compilation error again
2015-07-20 11:03:25 +01:00
Paul Saunders
73c0ad7797
zenus_: Correct compilation errors when Logger not available
2015-07-20 10:46:58 +01:00
Paul Saunders
fe2707654f
zenus_: Handle "unlimited" accounts
2015-07-20 10:35:43 +01:00
ak4t0sh
338001fb6a
file_size graph : useless graph_scale removal
2015-07-19 21:19:29 +02:00
Andrey (suse24)
fb4914f77d
rewrite memcached family plugins: bytes_, connections_, hits_, items_, requests_, traffic_
...
for unix socket usage
2015-07-13 01:38:54 +03:00
Andrey (suse24)
13b6ca382e
redis plugin: add unixsocket feature
2015-07-12 23:23:16 +03:00
Stig Sandbeck Mathisen
7f9afa0160
Merge pull request #629 from k3nnyfr/patch-2
...
Update proftpd_count
2015-07-11 23:25:02 +02:00
Alexandre
3adc1590e6
Update proftpd_count
...
Fixed wrong/old path for xferlog
2015-07-10 15:38:38 +02:00
Alexandre
89e9cdf1ed
Update proftpd_bytes
...
Fixed wrong/old path for xferlog
2015-07-10 15:37:19 +02:00
Stig Sandbeck Mathisen
fcc8e1fe80
Merge pull request #621 from exhuma/stacked-postfix-queue
...
Stack postfix mailqueues instead of overlapping.
2015-06-23 16:47:36 +03:00
Stig Sandbeck Mathisen
9518ffa109
Merge pull request #555 from TobleMiner/master
...
[apc_status] Added multigraph capabilities and fixed regex
2015-06-23 16:37:08 +03:00
Thomas A
c40eabee7e
Add snmp__synology_* plugins
...
Synology specific snmp plugins for:
- System temperature
- HDD temperature
- UPS Charge & Load
2015-06-18 19:37:42 +02:00
Viktor Szépe
25a1a06a4a
Missing condition
2015-06-08 17:10:04 +02:00
Viktor Szépe
7220fda4ad
print statements need variables
2015-06-08 17:05:20 +02:00
Viktor Szépe
c72251a7f9
Not using memory is a warning condition
...
When a daemon fails `-nan` is its memory usage.
2015-06-08 14:38:11 +02:00
Steve Schnepp
54becf68ca
p/if1sec: initial add
2015-06-01 20:12:47 +00:00
Steve Schnepp
c5238dbc5f
p/multicpu1sec-c: always exit(0) when successful
2015-05-30 08:43:22 +00:00
Steve Schnepp
066bec8d0b
Merge pull request #622 from steveschnepp/multicpu1sec-c
...
Multicpu1sec c optimsations
2015-05-30 10:40:05 +02:00
Steve Schnepp
9901e00140
p/multicpu1sec-c: keep the files open
2015-05-26 20:56:57 +00:00
Steve Schnepp
2db160e268
p/multicpu1sec-c: use posix IO instead of stdlib
2015-05-26 20:50:26 +00:00
Michel Albert
d6465721f3
Stack postfix mailqueues instead of overlapping.
...
It is very hard to see the real values in the postfix queue when they
are overlapping. Having a stacked graph eleviates this whil still
retaining all the necessary data.
2015-05-26 16:01:48 +02:00
Michel Albert
a8e524449d
Plugin runs, even if no access to list DBs.
...
If the user as whom "munin" connects has no rights to list existing DBs,
the plugin crashes. Even though the rest of the code is OK. Listing DBs
is only necessary in the case of auto-configuring the plugin. Not for
running it.
This removes the line which causes the bug. The variable which is set in
this line is anyway not used.
2015-05-26 15:52:44 +02:00
Stig Sandbeck Mathisen
a52f8e49c9
Merge pull request #619 from smith153/master
...
Add modem-nvg510
2015-05-26 11:01:03 +02:00
Samuel Smith
ab215a5436
Add autoconf support
2015-05-25 16:08:34 -05:00
Stig Sandbeck Mathisen
4f6929be39
Merge pull request #617 from HeisSpiter/master
...
cyrus-imapd:
2015-05-23 21:12:42 +02:00
Samuel Smith
98afc91e34
Add modem-nvg510
...
Tracks most stats reported from NVG510 DSL modems
2015-05-23 12:19:47 -05:00
Stanislav Kopp
5715bb2408
fixed regex for "vm_name" resolv, so VMs with dash in the name will be
...
displayed correctly
2015-05-21 15:40:11 +02:00
Pierre Schweitzer
888d91f4e6
cyrus-imapd:
...
First, try to look for proc_path: config parameter.
If it doesn't exist, fallback to old method, and extrapolate the configdirectory: config parameter
2015-05-20 15:24:30 +02:00
amichel
c147534385
Change interpreter to bash, [[ is just better
2015-05-16 01:59:27 -07:00
Adam Michel
26cac8f856
Forgot to use abstracted variables for stat files
2015-05-15 17:36:57 -07:00
Adam Michel
940fe45145
Refactor of variable assignment method
2015-05-15 17:28:14 -07:00
amichel
7f928fb5fb
Re-submit zfsonlinux_stats_
2015-05-15 10:16:14 -07:00
Stig Sandbeck Mathisen
1a3bfee654
Merge pull request #595 from Zumata/master
...
Fixed typo in rabbitmq_queue_memory
2015-05-05 13:49:12 +02:00
Stig Sandbeck Mathisen
2fa45511c6
Merge pull request #563 from elfurbe/zfs_list
...
Zfs list
2015-05-05 13:48:36 +02:00
Stig Sandbeck Mathisen
c39ff9fe6d
Merge pull request #562 from elfurbe/zfsonlinux_stats_
...
Added zfsonlinux_stats plugin
2015-05-05 13:48:16 +02:00
Stig Sandbeck Mathisen
4df8dcdba8
Merge pull request #549 from roobre/master
...
Fixed sent/received count and replaced wc -l with -c
2015-05-05 13:47:54 +02:00
Stig Sandbeck Mathisen
387652afa5
Merge pull request #597 from sugamasao/sugamasao-patch-1
...
unicorn_ "unicorn_rails" process not working
2015-05-05 13:43:36 +02:00
Stig Sandbeck Mathisen
f5e4c2d36c
Merge pull request #606 from leeclemens/fix_php_apc_grammar
...
Make capitalization and grammar consistent
2015-05-05 13:42:59 +02:00
Stig Sandbeck Mathisen
d32dbf230a
Merge pull request #612 from googley/master
...
fix old wrong variable
2015-05-05 13:41:41 +02:00
Stig Sandbeck Mathisen
b6bec53396
Merge pull request #613 from mittyorz/disk/raid/refactor
...
refactoring, bugfix and enhancement for disk/raid plugin
2015-05-05 13:38:08 +02:00
Ken-ichi Mito
48d0a2e2b0
fix - remove error message, fetch correct count source
...
* redirect error message of `ls` to /dev/null
* fetch mismatch_cnt to get correct count
* https://www.kernel.org/doc/Documentation/md.txt
* sync_completed: the number of sectors that have been completed
* mismatch_cnt: the number of errors that are found
2015-05-05 01:02:49 +09:00
Ken-ichi Mito
6284302ae1
enhancement - fetch remaining time of array rebuilding and show them on config
...
* add info about remaining time, read-only status
* change label to follow b39d26e
2015-05-04 18:47:10 +09:00
Ken-ichi Mito
760b14f554
enhancement - use only /proc/mdstat, stop using /sbin/mdadm
...
* mdadm needs super-user privileges, but /proc/mdstat is readable for nobody
* fetch an array state from mdstat 'reshape|check|resync|recovery'
* reshape, recovery: rebuilding array -> set percent to _rebuild.value
* check, resync: data scrubbing or mirror rebuilding => set percent to _check.value
* resync=DELAYED|PENDING => set both to zero, because details are unknown even if using mdadm
* more info about /proc/mdstat => kernel src:/drivers/md/md.c, md_seq_show()
2015-05-04 18:45:46 +09:00
Ken-ichi Mito
9845279a30
fix - mdadm has '--readonly' option to make the array 'active (read-only)'
2015-05-04 18:11:13 +09:00
Ken-ichi Mito
2670e4dc26
refactoring - split a single regex matching to three matchings
...
* one line regular expression matching to multiline text is a bit hard to picture
* apply regular expressions to each line
* first line should like "active raid1 sda1[0] sdc1[2] sdb1[1]"
* second line should like "123456 blocks super 1.2 [2/2] [UU]"
* third line will appear when the array is in action
2015-05-04 18:09:13 +09:00
Ken-ichi Mito
2e0acaca2b
refactoring - replace TAB with 8 spaces, use lexical variable for file handle
...
* reduce indentation of local($/)
2015-05-04 14:56:30 +09:00
Élie
2848fee19d
fix old wrong variable
2015-04-29 11:28:38 +02:00
Foxlik
22621b6a8b
mongo_collection_ to track per-database statistics
...
Modified version of plugins from https://github.com/pcdummy/mongomon that composes all the plugins into one script.
It works fine, but still leaves a room for future improvement if anyone is interested.
2015-04-17 12:50:25 +02:00
Wouter Verhelst
9fd750dfc4
zfs-filesystem-graph: remove --upper-limit
...
Providing a --upper-limit parameter is only useful if the size of the
filesystem never changes. On ZFS, this assumption is only true for the
zpool; for all other filesystems, the available space is shared, and the
totalled values will vary. When this is the case, the --upper-limit
parameter will obscure peaks in the graph.
2015-04-15 23:53:38 +02:00
Lee Clemens
311e2aa082
Add graph_scale no to php_acp_ for Percents graph
2015-04-15 12:29:09 -04:00
Lee Clemens
edff2bdc5c
Make capitalization and grammar consistent
2015-04-15 12:14:52 -04:00
Steve Schnepp
7d88587fb6
multicpu1sec-c: use plain POSIX instead of stdlib
...
As it will be used every second, we should limit the overhead
2015-03-31 22:17:16 +00:00
Steve Schnepp
6ed404cbc9
multicpu1sec-c: ignoring generated files
2015-03-31 20:33:54 +00:00
Stig Sandbeck Mathisen
4a6b17b7bd
Merge pull request #594 from rrzefox/new_allnet_plugin
...
new plugin for monitoring allnet ip sensoric devices (e.g. ALL4500)
2015-03-26 21:01:51 +01:00
Mikel Olasagasti Uranga
ec4951b732
Add wasted memory to the graph, now the sum is always the total assigned memory
2015-03-26 19:03:11 +01:00
Mikel Olasagasti Uranga
2ad552cb04
Normalize php's plugin categories
2015-03-25 15:13:27 +01:00
Jason Woods
8fef176a3e
Add TITLE_PREFIX to redis_
2015-03-16 12:54:21 +00:00
Steve Schnepp
c10abbef57
Merge pull request #602 from AronNovak/backup
...
General purpose backup monitoring plugin
2015-03-15 10:05:50 +01:00
Stig Sandbeck Mathisen
f05e3897d5
Merge pull request #601 from sugamasao/feature-unicorn-change-pid-name
...
unicorn_memory_status/unicorn_status change pid name
2015-03-14 21:03:45 +01:00
Stig Sandbeck Mathisen
3aec3d5d3d
Merge pull request #600 from driskell/feature/vsftpd_improvements
...
Improve vsftpd plugin
2015-03-14 19:46:36 +01:00
Steve Schnepp
1c9ed0d94b
Merge pull request #598 from dotdoom/upstream
...
Update jabber/network plugins
2015-03-12 22:11:29 +01:00
Jason Woods
b315a1c8c2
Improve vsftpd plugin
...
- Allow log file path to be configured via plugin-conf.d env.logfile
- Add counters for successful and failed renames
- Switch to use DERIVE and min 0 to fix problems during rotation and show request counts per period
- Improve performance for large log files by using awk
2015-03-12 16:16:04 +00:00
Aron Novak
6e714d7286
General purpose backup monitoring plugin
...
If you have a directory where daily, weekly, monthly you generate
backups of files, SQL databases, etc, you might want to be informed
if the backup generation process is gone or the behavior changes
greatly. This monitoring plugin watches the number of young files
in a certain directory. Relies on find command to do the job.
2015-03-11 16:34:59 -04:00
Mike O'Driscoll
78bb6f750b
Removing erroneous line from mtr output.
...
Newer versions of mtr outputs a "Start: <date here>" line which would be
picked up and incorrectly graphed in munin. Adding an additional inverse grep
field to remove this extra line if it is present. Also added case insensitive
flag to the grep.
2015-03-11 11:10:01 -04:00
Artem Sheremet
01ae710b24
Fix logic of ping plugin default behavior (-w 2)
2015-03-11 12:25:20 +01:00
Artem Sheremet
b518af0f69
ejabberd_resources: add mnesia table info support
2015-03-11 12:25:20 +01:00
Artem Sheremet
85072bf99d
Update ejabberd_resources_* to use erl_call
2015-03-11 12:25:20 +01:00
Ingo Oppermann
50cb217cfe
Set order for objects and expunge
2015-03-10 16:30:33 +00:00
Ingo Oppermann
7041db3964
Fix hit rate calculation
...
In varnish4, purges are counted as client_req but not as hit or miss anymore.
This fix recalculates client_req based on cache_(hit|miss|hitpass).
2015-03-10 16:30:33 +00:00
Ingo Oppermann
de86866b02
Fix typos in installation instruction
2015-03-10 16:30:33 +00:00
Léo POIROUX
47a99e02ee
Quotes error
...
syntax error at /etc/munin/plugins/varnish_bans line 925, near """ defined"
2015-03-10 16:27:39 +00:00
Léo POIROUX
cc15e33453
Bugfix warning messages
...
Odd number of elements in hash assignment at /etc/munin/plugins/varnish_bans line 884.
Use of uninitialized value $ident in hash element at /etc/munin/plugins/varnish_bans line 927.
2015-03-10 16:27:39 +00:00
Léo POIROUX
d658c583e8
Quotes error
...
syntax error at /etc/munin/plugins/varnish_bans line 925, near """ defined"
2015-03-10 16:22:54 +00:00
Léo POIROUX
ed8a615e55
Bugfix warning messages
...
Odd number of elements in hash assignment at /etc/munin/plugins/varnish_bans line 884.
Use of uninitialized value $ident in hash element at /etc/munin/plugins/varnish_bans line 927.
2015-03-10 16:22:54 +00:00
sugamasao
d2529b0cb4
unicorn_memory_status/unicorn_status change pid name
...
User to be able to change the pid name
fixed at “unicorn.pid, but can be changed
use `env.pid_name my_unicorn.pid`
2015-03-10 09:52:45 +09:00
sugamasao
9b36f418fa
unicorn_ "unicorn_rails" process not working
...
`grep "unicorn worker` is unicorn_rails process not match.
I want to match the `unicorn` or 'unicorn_rails'
2015-03-09 17:21:32 +09:00
Steve Schnepp
acad90146d
Merge pull request #596 from steveschnepp/multicpu1sec-c
...
Multicpu1sec c
2015-03-08 20:35:47 +01:00
Steve Schnepp
308ba4757e
multicpu1sec-c: use the env vars for tmp file paths
2015-03-08 18:58:49 +00:00
Stig Sandbeck Mathisen
cb9544f409
Merge pull request #566 from laserb/master
...
modified data_url for firmware >= 6.20
2015-03-06 11:16:04 +01:00
Vladimir Ryazanov
d60ad39762
fixed default values for rabbitmq_queue_memory
2015-03-05 18:42:20 +08:00
Vladimir Ryazanov
c18c1863cf
relatively more reasonable default values for rabbitmq_queue_memory
2015-03-05 18:27:34 +08:00
Vladimir Ryazanov
c4220bde5f
Fixed typo in rabbitmq_queue_memory
2015-03-05 17:22:09 +08:00
Michael 'PoempelFox' Meier
23f3138c8e
new plugin for monitoring allnet ip sensoric devices (e.g. ALL4500)
2015-03-04 15:58:48 +01:00
Michael 'PoempelFox' Meier
b3ac512550
fix naming of lustre plugins.
...
- in one case there was a typo in the filename (inDodes instead of inodes)
- in the other two cases, make the naming consistent.
2015-03-04 11:02:22 +01:00
Steve Schnepp
99d3a42627
multicpu1sec-c: fix the /proc/stat parsing
2015-03-04 00:00:05 +00:00
Steve Schnepp
79f72b87fb
multicpu1sec-c: fix value (remove idle)
2015-03-03 23:17:23 +00:00
Steve Schnepp
16b017fcd7
multicpu1sec-c: handle fork
2015-03-03 23:16:41 +00:00
Steve Schnepp
b0e8dcea39
multicpu1sec-c: using DERIVE
...
We just delegate the whole CPU % computing to RRD
2015-03-03 22:48:20 +00:00
Steve Schnepp
4a9b0e4796
multicpu1sec-c: remove debugging statements
2015-03-03 22:43:39 +00:00
Steve Schnepp
339bfec68f
multicpu1sec-c: adding locking to avoid races
2015-03-03 22:40:37 +00:00
Steve Schnepp
6dec8c3357
multicpu1sec-c: opening the file r/w to truncate it
2015-03-03 22:35:46 +00:00
Steve Schnepp
c86e4ab2fd
multicpu1sec-c: implement the "fetch" cmd
2015-03-03 22:29:41 +00:00
Steve Schnepp
9ac74f8d9b
multicpu1sec-c: implement the "acquire" cmd
2015-03-03 22:28:37 +00:00
Steve Schnepp
81e9ffca94
plugins: adding C version of multicpu1sec
2015-03-03 18:24:14 +00:00
Stig Sandbeck Mathisen
a70f7e48b2
Merge pull request #553 from vlajos/typofixes-vlajos-20141204
...
typofixes - https://github.com/vlajos/misspell_fixer
2015-03-02 23:11:18 +01:00
Veres Lajos
fba800ae52
typofixes - https://github.com/vlajos/misspell_fixer
...
Suspicious sections:
plugins/mail/postfix_mail_stats recieved.label
plugins/nginx/nginx_vhost_traffic
2015-03-02 11:51:38 +00:00
Stig Sandbeck Mathisen
6be526dba5
Merge pull request #577 from ercpe/fix-firebird-gstat-path
...
Fixed firebird plugin:
2015-03-02 12:49:41 +01:00
Stig Sandbeck Mathisen
6cfc863d4a
Move to plugins/other
2015-03-01 23:27:53 +01:00
Arran Cudbard-Bell
31ad4788f4
Add freeradius packet queue plugin
2015-03-01 23:25:12 +01:00
Stig Sandbeck Mathisen
6e867cad87
Move to plugins/security
2015-03-01 23:14:50 +01:00
Stig Sandbeck Mathisen
0e73a06465
Use #!/usr/bin/env python
2015-03-01 23:10:16 +01:00
Lee Clemens
7028ede47f
Add example-graphs for fail2ban_
2015-03-01 23:07:48 +01:00
Lee Clemens
c91df8ccc9
Include graph_total as current fail2ban plugin does
2015-03-01 23:07:48 +01:00
Lee Clemens
a11e32ff40
Add fail2ban_ wildcard plugin for extended status
2015-03-01 23:07:48 +01:00
Steve Schnepp
eeaf47c6b2
Merge pull request #584 from rrzefox/updatesnmpupsplugin
...
overhaul of snmp__ups_ plugin.
2015-02-27 17:49:50 +01:00
Steve Schnepp
983d37a2a1
Merge pull request #585 from rrzefox/newsnmprms2
...
new plugin for monitoring Knuerr RMS Compact II rack monitoring units
2015-02-27 17:48:53 +01:00
Kenyon Ralph
578652fc1c
Merge pull request #583 from caseycs/mysql_slave_alerts
...
add mysql slave alerts
2015-02-24 12:17:10 -08:00
sokai
c4e1760c5a
small update of README.md
...
* reflects changes of @ssm (commit c4c0a9872c
, 5 Oct 2014)
* added path and command examples for installation
2015-02-22 14:40:21 +01:00
Gabriel Filion
78a229dd0d
mysql_connections_per_user: skip internal user "system user"
...
This is the user name used internally by mysql for binlog handling (even
though it's not present in the mysql.user table).
The space in the name makes the plugin freak out about an unknown
"system" value.
Number of connections for this interal user is irrelevant.
2015-02-17 17:18:00 -05:00
Michael 'PoempelFox' Meier
94438298d1
new plugin for monitoring Knuerr RMS Compact II rack monitoring units
2015-02-13 17:18:36 +01:00
Michael 'PoempelFox' Meier
7a306e6223
overhaul of snmp__ups_ plugin.
...
Changes:
- More queries supported (inputpower, batterycurrent, batteryruntime (how long
have we been running on battery), batterypercent (percent remaining),
inputlinebads (how often was input bad))
- fix a few wrong units (e.g. current is measured in amp, not in watt)
- some UPSes violate RFC 1628 by not returning the number of input-/
output-lines they have. In this case assume 3 lines instead of 0
(and just printing nothing at all).
- Make mode parameters all lowercase instead of camelcase - camelcase
just looks retarded in the plugin-symlink-names.
- some more smaller fixes
2015-02-13 16:58:26 +01:00
Ilia Kondrashov
11971e9f39
add mysql slave alerts
2015-02-11 16:06:28 +01:00
Steve Schnepp
323b4a7937
Merge pull request #582 from bashgeek/master
...
Enhance nginx_error plugin
2015-02-05 11:13:04 +01:00
Daniel Schmitz
2338b83eb3
Changed log split counter back to default value
2015-02-05 13:54:24 +08:00
Daniel Schmitz
37a7317c1d
Read file one time and sort counts into array instead of reading log file for each status code again
2015-02-05 13:44:53 +08:00
Christian Beer
c098ee86fa
update the ossec plugin
...
- harmonize the coding style of the three scripts
- harmonize the label names and file names with other popular plugins
- fix active_response script to use correct date format
2015-02-04 17:24:37 +01:00
Steve Schnepp
375621b4ba
Merge pull request #569 from leeclemens/revert-534-master
...
Revert "Avoid bashism"
2015-02-03 13:16:01 +01:00
Steve Schnepp
0115be09d0
Merge pull request #575 from HeisSpiter/master
...
Fix a typo in IPv6 handling which was actually leading to totally ignore...
2015-02-03 13:15:29 +01:00
Steve Schnepp
4466215669
Merge pull request #578 from letompouce/master
...
mpdstats_: fix example documentation.
2015-02-03 13:15:06 +01:00
Thor77
0ec85268c4
add readme
2015-02-02 13:48:46 +01:00
Thor77
2aa348462c
add example graph
2015-02-02 13:25:52 +01:00
Thor77
9bc39fb2cf
fix issue on logrotate
2015-02-02 13:01:57 +01:00
Thor77
8fe960de7b
add znc_logs plugin
2015-01-31 15:42:15 +01:00
ToM
e5780b2c9f
mpdstats_: fix example documentation.
2015-01-31 14:56:49 +01:00
Johann Schmitz
c1abcd6bc5
Reverted to awk to extract database name
2015-01-30 13:40:26 +01:00
Johann Schmitz
66c38543c7
Fixed firebird plugin:
...
* Use gstat from path if available; fall back to /opt/firebird/bin/gstat if gstat could not be found
* Use bash to strip of firebird_ prefix from name
* Fixed description
2015-01-30 13:29:41 +01:00
Pierre Schweitzer
14d5c7ef72
Fix percent graph generation for weekly & monthly views
2015-01-26 17:23:36 +01:00
Pierre Schweitzer
ee35f9be36
Fix a typo in IPv6 handling which was actually leading to totally ignore IPv4 traffic.
2015-01-26 10:17:12 +01:00
Pierre Schweitzer
acb1dfb0a4
Use MUNIN_STATEFILE env variable to support multiple masters instead of own made.
...
Suggested by Steve Schnepp
2015-01-22 10:46:21 +01:00
Steve Schnepp
3c9b0b9360
Merge pull request #571 from sepastian/feature_unicorn_show_name_of_application
...
unicorn: display name of application.
2015-01-21 23:53:36 +01:00
Pierre Schweitzer
be7d3f8249
Fix regexp in case iptables returns huge numbers. It may not have spaces at the begin of the line.
...
Make use of state file so that the plugin doesn't show an increasing jauge, but a current network usage
2015-01-21 18:16:27 +01:00
Sebastian Gassner
5be2452250
unicorn: display name of application.
2015-01-15 13:23:45 +01:00
Oliver Ladner
397100426e
Added nscd plugin
2015-01-14 11:23:54 +01:00
Lee Clemens
3a4b7fcb35
Revert "Avoid bashism"
2015-01-13 21:16:57 -05:00
Raphael Freudiger
d0b57b8f9f
modified data_url for firmware >= 6.20
2015-01-02 16:26:49 +01:00
Steve Schnepp
3d7046d519
Merge pull request #565 from steveschnepp/openweather
...
Openweather plugin
2015-01-01 15:44:51 +01:00
Steve Schnepp
2c5943e469
p: updating openweather_ to be multigraph
...
Now it graph all the values coming from the API
2015-01-01 14:09:08 +00:00
Steve Schnepp
c8f30b0956
p: adding openweather_
2015-01-01 09:04:34 +00:00
amichel
7c3490ba2b
Trying to make this into a one file commit. :|
2014-12-25 13:30:21 -07:00
amichel
cb6c9595eb
Added zfs_list plugin
2014-12-25 13:23:05 -07:00
amichel
189fffebb4
Added zfsonlinux_stats plugin
2014-12-24 17:19:23 -07:00
Johann Schmitz
40532b6824
Use a zero-based percentage graph for nginx cache status
2014-12-17 13:07:48 +01:00
Pierre Schweitzer
772882eb57
Don't hardcode plugin state file location in auth plugin, use env variable defined by Munin instead
2014-12-11 13:27:03 +01:00
Tobias
bda87a3756
Added multigraph capabilities and fixed regex
2014-12-07 18:41:13 +01:00
Steve Schnepp
8e18199f16
Merge pull request #550 from bhourigan/master
...
Apache response time was incorrectly divided by 1000 twice, fixed that b...
2014-11-28 21:00:03 +00:00
ak4t0sh
a116a2591e
fix graph_total
2014-11-27 16:24:31 +01:00
ak4t0sh
eb2979cb23
add support note
2014-11-27 16:23:53 +01:00
ak4t0sh
cd1345e5a8
enable graph scale
2014-11-27 16:23:11 +01:00
Am1GO
69e8811972
Fixed type in dm-cache
...
s/voulme/volume
2014-11-23 21:08:33 +03:00
Am1GO
550a4f33dd
Added plugin to monitor dm-cache
2014-11-23 21:06:05 +03:00
Brian Hourigan
1b60ea870d
Apache response time was incorrectly divided by 1000 twice, fixed that bug and moved division to save function to get higher precision
2014-11-22 19:53:50 -05:00
Roberto "Roobre" Santalla
72c5b59d48
Now category "postfix" is correctly reported.
2014-11-19 05:40:27 +01:00
Roberto "Roobre" Santalla
892be6fa13
Fixed sent/received count and replaced wc -l with -c
2014-11-19 05:30:31 +01:00
Steve Schnepp
c55d5e5e85
p/cisco-epc3010_: fix tmpfile handling
2014-11-02 04:56:02 +01:00
Steve Schnepp
1c5962f240
Merge pull request #544 from xiphias256/epc3010
...
Made Munin plugin to graph signal levels from a Cisco EPC3010 cable mode...
2014-11-02 04:47:11 +01:00
Finn Andersen
678fb563f1
Changed how tempory filename is created and handled. Now follows example in mktemp documentation.
2014-11-01 22:06:51 +01:00
Finn Andersen
b25acb9a2d
Simplified parsing of the html table. Everything is done with awk. Got rid of cat and grep
2014-10-30 13:33:49 +01:00
Philipp Riegger
2d4549f32a
Moved all Raspberry Pi plugins to a common raspberry-pi directory. Removed absolute path in raspi_temp to make the plugin work on Pidora.
2014-10-30 11:03:17 +01:00
Finn Andersen
771fb2dd72
Changed to a more secure way of handling tempfiles
2014-10-30 09:56:25 +01:00
Finn Andersen
31f5cc79db
Fixed some typo in text
2014-10-30 09:42:28 +01:00
Finn Andersen
fb7d068c49
Made Munin plugin to graph signal levels from a Cisco EPC3010 cable modem
2014-10-29 22:23:03 +01:00
Colin Mollenhour
868937c848
Report properly when value is undefined (slave error).
2014-10-16 14:34:50 -04:00
Colin Mollenhour
e9bda2bab6
Fix issue when seconds is greater than two digits.
...
Also only use one query rather than a loop.
2014-10-15 17:11:35 -04:00
Stig Sandbeck Mathisen
da06d5f459
Merge pull request #542 from j0nes2k/plugin_memcached_servers
...
Added plugin to monitor multiple memcached servers
2014-10-15 20:04:32 +02:00
Stig Sandbeck Mathisen
120d1521b9
Merge pull request #505 from OOPmaster/patch-1
...
exit 0 and some notices ...
2014-10-15 15:28:15 +02:00
Stig Sandbeck Mathisen
b43669d1b4
Merge pull request #537 from ak4t0sh/master
...
Moodle : new plugins
2014-10-15 15:27:24 +02:00
j0nes2k
e10ae8e99d
Added plugin to monitor multiple memcached servers
...
This plugins allows to monitor multiple memcached servers. The server names can be given in the environment. Graphs include memcached bytes usage, get and set hits, number of stored items, number of requests and traffic. These graphs contain values for each server.
2014-10-10 17:34:41 +02:00
ak4t0sh
9c9c8ee085
change configuration file recommendation
2014-10-06 21:32:08 +02:00
Stig Sandbeck Mathisen
b098ec465f
Merge pull request #529 from funkypenguin/master
...
Added memory graphing and swapwait cpu graph
2014-10-06 00:26:24 +02:00
Stig Sandbeck Mathisen
911adebe22
Merge pull request #534 from asgh/master
...
Avoid bashism
2014-10-06 00:20:49 +02:00
Stig Sandbeck Mathisen
a5d18f4554
Add documentation in POD format, for munindoc
2014-10-05 23:34:20 +02:00
Stig Sandbeck Mathisen
4be7859977
Merge branch 'patch-1' of github.com:JoomlaStats/contrib into JoomlaStats-patch-1
2014-10-05 23:23:42 +02:00
Stig Sandbeck Mathisen
f4d81e1926
Retire plugin for old puppet master installations
...
- "puppetd" and "puppetmasterd" is no longer in use
- The use of "/etc/sysconfig" made this plugin specific for RedHat-ish
systems
- any plugin to replace this should use the "puppet" command to get
configuration, and be implemented as a multigraph plugin.
This closes issue #424
2014-10-05 23:16:26 +02:00
Stig Sandbeck Mathisen
79fdbf6203
Merge pull request #515 from KonstantinKuklin/handlersocket
...
added plugins to monitoring Mysql HandlerSocket connections
2014-10-05 22:38:04 +02:00
Konstantin Kuklin
527cb89fd0
changed interpreter to bash
2014-10-06 00:29:29 +04:00
Stig Sandbeck Mathisen
ff4c91acb8
Place "use threads" within "eval" to make it pass syntax checks on travis-ci
2014-10-05 20:38:16 +02:00
Stig Sandbeck Mathisen
632c24d0a9
Save with UNIX line breaks
2014-10-05 20:30:52 +02:00
Stig Sandbeck Mathisen
8dda09085a
Handle missing rabbitmqctl
2014-10-05 20:14:14 +02:00
Stig Sandbeck Mathisen
bb206faee6
Fix mis-spelled variable names
2014-10-05 20:13:20 +02:00
Stig Sandbeck Mathisen
679a3ce7be
Check if we are running as a user required by rabbitmqctl
2014-10-05 20:12:44 +02:00
Stig Sandbeck Mathisen
2583b9fb70
Update documentation
2014-10-05 20:12:15 +02:00
Stig Sandbeck Mathisen
8974c45c96
Remove unimplemented but advertised "autoconf"
2014-10-05 20:11:42 +02:00
Stig Sandbeck Mathisen
fefcad986e
Work around false positive in checkbashisms
...
- Nothing wrong with the plugin, but checkbashisms triggers on the
presence of a variable called $HOSTNAME
- Changing the variable name in the plugin is the "easy way out".
2014-10-05 15:49:54 +02:00
Stig Sandbeck Mathisen
149c09ddc8
Fix syntax error in regular expression string
2014-10-05 15:47:22 +02:00
Stig Sandbeck Mathisen
cd6dafa842
Rewrite hard-to-read shell oneliner
2014-10-05 14:41:16 +02:00
Stig Sandbeck Mathisen
6281364b67
use "trap" to remove temporary file
2014-10-05 14:40:19 +02:00
Stig Sandbeck Mathisen
e586cd5cb4
remove "-rauto_gem" from hashbang
2014-10-05 12:56:45 +02:00
Stig Sandbeck Mathisen
ac8db54cb1
Use eval EXPR to load Munin::Plugin, for automated tests
2014-10-05 01:49:23 +02:00
Stig Sandbeck Mathisen
67470547f0
Use eval around hard-to-find perl modules
2014-10-05 01:28:29 +02:00
JoomlaStats
2cd434860c
Update joomla-sessions
...
Just a small typo that may be confusing
2014-10-05 01:19:22 +02:00
Stig Sandbeck Mathisen
fa0c04bb4a
Use /usr/bin/perl, not @@PERL@@, as interpreter
2014-10-05 00:28:05 +02:00
Stig Sandbeck Mathisen
31361e95a5
Use /bin/bash as interpreter
...
- uses "echo -en"
2014-10-05 00:27:25 +02:00
Stig Sandbeck Mathisen
c4c0a9872c
Use /usr/bin/perl, not @@PERL@@ as interpreter
2014-10-05 00:18:43 +02:00
Stig Sandbeck Mathisen
b407ae17ca
Save with UNIX line breaks
2014-10-04 22:29:27 +02:00
Stig Sandbeck Mathisen
96f2bc003a
Use single bracket for test, keeping /bin/sh as interpreter
2014-10-04 22:27:32 +02:00
Stig Sandbeck Mathisen
5fe31e0c38
Fix comparison to be /bin/sh compliant
2014-10-04 22:23:52 +02:00
Stig Sandbeck Mathisen
81fd4c97c3
Save with UNIX line breaks
2014-10-04 22:21:35 +02:00
Stig Sandbeck Mathisen
73e23cb7ba
use /bin/bash as interpreter for bash script
2014-10-04 22:21:02 +02:00
Stig Sandbeck Mathisen
6c9ad881ae
fix unterminated string
2014-10-04 22:20:32 +02:00
Stig Sandbeck Mathisen
1c67e3d648
Save with UNIX line breaks
2014-10-04 22:19:38 +02:00
Stig Sandbeck Mathisen
ea4a0c6244
Change "&>" bashism to "> ... 2>&1", keeping the script as /bin/sh
2014-10-04 22:15:24 +02:00
Stig Sandbeck Mathisen
a55f4e4a4d
remove dead code block using an unknown variable
...
- same "if" test in the block above, so this would never be reached
2014-10-04 22:14:17 +02:00
Stig Sandbeck Mathisen
e7125ea079
Tell ruby that this script contains UTF-8 characters
2014-10-04 22:09:30 +02:00
Stig Sandbeck Mathisen
78e3f78071
Use UNIX line breaks
2014-10-04 22:05:54 +02:00
Stig Sandbeck Mathisen
010011efe8
Use "=" for comparison with /bin/sh
2014-10-04 22:03:52 +02:00
Stig Sandbeck Mathisen
da59e03cf2
Save with UNIX line endings
2014-10-04 21:55:16 +02:00
Stig Sandbeck Mathisen
5d0b617cd2
Use /bin/bash as interpreter for bash script
2014-10-04 21:46:21 +02:00
Stig Sandbeck Mathisen
abe9f3b6ee
Use UNIX line breaks
2014-10-04 21:45:45 +02:00
Stig Sandbeck Mathisen
977d987f35
Use /bin/bash as interpreter, and store with UNIX line breaks
2014-10-04 21:44:29 +02:00
Stig Sandbeck Mathisen
016752f36d
Use /usr/bin/php for php plugin (was "/bin/bash" !)
2014-10-04 21:38:21 +02:00
Stig Sandbeck Mathisen
fc37652294
Save with UNIX line breaks
2014-10-04 21:25:03 +02:00
Stig Sandbeck Mathisen
aaeaa2e64a
USe /bin/bash as interpreter for bash script
2014-10-04 21:21:32 +02:00
Stig Sandbeck Mathisen
7684702713
Use /bin/bash as interpreter for bash script
2014-10-04 21:19:32 +02:00
Stig Sandbeck Mathisen
6a28f5a215
Save with UNIX line breaks
...
- also remove lots of trailing whitespace on last line
2014-10-04 21:18:57 +02:00
Stig Sandbeck Mathisen
73239efaef
Set /bin/bash as interpreter for bash script
2014-10-04 21:13:45 +02:00
Stig Sandbeck Mathisen
8348cd2805
Use /bin/bash as interpreter for bash script
...
- uses "echo -en" several places
2014-10-04 21:04:24 +02:00
Stig Sandbeck Mathisen
bebd78f74b
Use /bin/bash as interpreter, and switch to UNIX line breaks
2014-10-04 21:03:22 +02:00
Stig Sandbeck Mathisen
2eef2d55b5
Use /bin/sh "=" comparison, instead of "=="
2014-10-04 21:01:55 +02:00
Stig Sandbeck Mathisen
2ebcc8dcdc
Fix tiny bashism, keeping the plugin as /bin/sh
2014-10-04 20:33:52 +02:00
Stig Sandbeck Mathisen
a2bedd79e7
Fix syntax error in string concatenation
2014-10-04 20:31:07 +02:00
Stig Sandbeck Mathisen
0463ac1060
Set /bin/bash as interpreter for bash script
2014-10-04 20:03:03 +02:00
Stig Sandbeck Mathisen
047358a0bc
Use sh "=" comparison, instead of bash "=="
2014-10-04 20:02:19 +02:00
Stig Sandbeck Mathisen
ae84b39f3b
Use /bin/bash for bash script
...
("echo -en" is a bash feature)
2014-10-04 20:01:25 +02:00
Stig Sandbeck Mathisen
41fedbb267
Use /bin/bash for bash script, and save with UNIX line breaks
2014-10-04 19:59:02 +02:00
Stig Sandbeck Mathisen
685a58d863
Use /bin/bash on bash script
2014-10-04 19:57:39 +02:00
Stig Sandbeck Mathisen
b8d75e80e8
Use UNIX line breaks
2014-10-04 19:56:19 +02:00
Stig Sandbeck Mathisen
614b043a32
Set /bin/bash as interpreter on bash script
2014-10-04 19:54:23 +02:00
Stig Sandbeck Mathisen
b531bd5797
Convert to UNIX line breaks
2014-10-04 19:53:20 +02:00
Stig Sandbeck Mathisen
c04671c43a
Set /bin/bash as interpreter for bash script
2014-10-04 19:52:22 +02:00
Stig Sandbeck Mathisen
23c3f26abf
Set interpreter "/bin/bash" for bash scripts
2014-10-04 19:51:32 +02:00
Stig Sandbeck Mathisen
7afe6bfbf3
Fix syntax error
2014-10-04 19:48:14 +02:00
Stig Sandbeck Mathisen
de4ba4b5ac
Fix syntax error
2014-10-04 19:45:24 +02:00
Stig Sandbeck Mathisen
a0cb4d4344
Use "/bin/sh" instead of "/sbin/sh" as interpreter
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
f477c6748e
Change interpreter to /bin/bash, since it uses bash features
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
4658dd392c
Use UNIX line breaks
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
db1228b35d
Use UNIX line breaks
...
- using DOS line breaks introduced syntax errors
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
ac2e2fda07
Use UNIX line breaks
...
- Using DOS line breaks introduced syntax errors
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
098e1dde1c
Set interpreter for to /bin/bash
...
- Plugin uses several bash features, like arrays, and bare '(('
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
4ca5278414
Set interpreter to "/usr/bin/perl"
...
- No need for @@PERL@@ as interpreter in contrib
2014-10-04 19:43:57 +02:00
Konstantin Kuklin
c69a5761dc
fixed graph category, graph types
2014-10-04 14:34:51 +04:00
Kenyon Ralph
613ba240a5
Merge pull request #536 from smith153/master
...
add standard squid env config vars
2014-10-02 09:41:42 -07:00
Samuel Smith
176b551285
add standard squid env config vars
2014-09-29 08:48:05 -05:00
ak4t0sh
019b9b407a
add plugin for chat module
...
display users connected and users active in chat sessions
2014-09-29 13:42:29 +02:00
asgh
8af081433c
Clean field name
...
Spaces are illegal in munin field names, so clean the name of the encoder before using it.
2014-09-29 03:15:07 -04:00
asgh
2b3c17b977
Avoid bashism
2014-09-28 21:03:15 -04:00
ak4t0sh
05ed40a674
add plugin to display files data
...
1 graph display file's number and their repartitions
1 graph display file's size
2014-09-26 16:06:48 +02:00
Kenyon Ralph
33ac3beeb3
Merge pull request #532 from smith153/master
...
postgres_queries3_: ignore internal pg_* tables, missing stuff in config
2014-09-25 12:33:42 -07:00
Samuel Smith
a04150340f
postgres_queries3_: ignore internal pg_* tables, missing stuff in config
2014-09-24 16:05:40 -05:00
Kenyon Ralph
450925ad07
Merge pull request #523 from someuser89/master
...
network – arp_
2014-09-24 14:01:22 -07:00
Kenyon Ralph
cb3b953b2b
Merge pull request #530 from ak4t0sh/master
...
Moodle : fix and new plugin
2014-09-24 13:59:45 -07:00
Martin Ness
3f0845af2b
arp_ well-sorted
2014-09-24 05:03:30 +02:00
ak4t0sh
4a8a998519
remove forum_discussions
2014-09-23 00:04:06 +02:00
ak4t0sh
79e9b2b9da
change drawing type to AREA
2014-09-22 23:56:30 +02:00
ak4t0sh
b9f9e90ab0
add graph for new log entries
2014-09-22 23:44:51 +02:00
David Young
06437f6fa7
Added memory graphing and swapwait cpu graph
2014-09-22 20:06:29 +12:00
ak4t0sh
85d1b93c23
add plugin for module quiz
2014-09-18 13:49:22 +02:00
ak4t0sh
d39f06473f
fix column naming error in query to count new posts
2014-09-18 13:48:38 +02:00
ak4t0sh
22bbbd5c23
change forum_discussion to forum_discussions in graph config
2014-09-18 13:29:27 +02:00
Steve Schnepp
4ebcba78a2
Merge pull request #506 from McKay1717/master
...
Add Bandwidth Test whith a file on a reference server in OVH network
2014-09-17 09:46:33 +02:00
Steve Schnepp
904f3b7fb3
Merge pull request #503 from ioppermann/varnish4
...
Varnish 4 plugin
2014-09-17 09:29:03 +02:00
Steve Schnepp
728bc0501b
Merge pull request #502 from smith153/master
...
Added postgres_queries3_ to get stats on a per table basis
2014-09-17 09:26:33 +02:00
Steve Schnepp
9720e93db0
Merge pull request #501 from tdumitrescu/proc-netstat
...
proc/net/netstat plugin
2014-09-17 09:26:14 +02:00
Steve Schnepp
3868b54696
Merge pull request #500 from tdumitrescu/ethtool
...
ethtool_ plugin
2014-09-17 09:25:54 +02:00
ak4t0sh
c31b957bdd
add new line
2014-09-17 09:25:04 +02:00
Steve Schnepp
4fa1dd3837
Merge pull request #490 from tntu/patch-1
...
Make it usable
2014-09-17 09:24:59 +02:00
Steve Schnepp
1be0544753
Merge pull request #489 from pvalkone/raspberry-pi-temperature-plugin
...
Add plugin for measuring the core temperature of the BCM2835 SoC on a Raspberry Pi
2014-09-17 09:23:15 +02:00
Steve Schnepp
7aa4e358b4
Merge pull request #526 from ak4t0sh/master
...
Moodle plugin
2014-09-17 09:22:15 +02:00
Steve Schnepp
1512a03fe4
Merge pull request #488 from jesusch/master
...
added lxc plugins from https://github.com/vajtsz/munin-plugins
2014-09-17 09:20:34 +02:00
Steve Schnepp
aad8d7fb8b
Merge pull request #525 from leeclemens/patch-3
...
Use case insensitive grep for Temp lines
2014-09-17 09:19:13 +02:00
ak4t0sh
dd685310ab
initial commit
2014-09-16 14:02:00 +02:00
ak4t0sh
10ffec61bf
remove useless naming in query
2014-09-16 13:53:26 +02:00
ak4t0sh
e0ed244962
replace some draw area by draw stack
2014-09-16 13:34:46 +02:00
Lee Clemens
73bf78e765
backwards compatible grep for memory
...
Potentially will work for 5.5 and earlier, as well as 6 and 6.5 (tested with 6.5)
2014-09-15 19:14:57 -04:00
leeclemens
493121924a
Use case insensitive grep for Temp lines
...
xorg-x11-drv-nvidia-340.29-1.el6.x86_64 (CUDA 6.5?) seems to have changed the Temperature lines from "Gpu" to "GPU" prefixes. Case insensitive grep preserves backwards comatability.
2014-09-15 17:35:15 -04:00
ak4t0sh
afc0bcab08
remove useless variable
2014-09-15 23:26:34 +02:00
ak4t0sh
24e415fec0
change graph draw to area mode
2014-09-15 23:17:03 +02:00
ak4t0sh
ac1f67b28e
remove computed total to let munin do the work
2014-09-15 23:10:00 +02:00
ak4t0sh
5ac6279f44
add module plugin
2014-09-15 22:46:08 +02:00
ak4t0sh
43c4646592
add draw area
2014-09-15 18:42:57 +02:00
ak4t0sh
31412baabd
implement online_users graph
2014-09-15 16:02:43 +02:00
ak4t0sh
ef4bcb874d
set graph_period to 5 minutes + text changes in graph config
2014-09-15 15:56:48 +02:00
ak4t0sh
f3d7d0195c
add suspended and deleted accounts
2014-09-15 10:23:51 +02:00
Martin Ness
0d718aadc3
arp_ less processes
2014-09-13 22:26:10 +02:00
Martin Ness
2d0c82de81
arp_ wspace fix
2014-09-13 22:10:22 +02:00
Martin Ness
36dbfa1b28
arp_ sh lint
2014-09-13 22:03:45 +02:00
ak4t0sh
711726ab8f
initial commit
2014-09-12 18:29:18 +02:00
Steve Schnepp
24e77a2624
Merge pull request #522 from zarnovican/linux_if
...
Initial commit of linux_if plugin
2014-09-09 15:06:28 +02:00
Gabriele Pohl
81db94e2d3
Reduce number of categories
2014-09-07 14:20:12 +02:00
Gabriele Pohl
81ad9f2bc7
Delete outdated duplicate files (postfix plugins)
2014-09-07 10:24:37 +02:00
Gabriele Pohl
6ffd50195c
Reduce number of categories, use more generic terms
2014-09-07 02:03:45 +02:00
Gabriele Pohl
e00bd6b8a0
Move plugins to subdirectory
2014-09-06 23:37:15 +02:00
Gabriele Pohl
be24db7e0b
Merge branch 'master' of https://github.com/munin-monitoring/contrib
2014-09-06 22:36:03 +02:00
Gabriele Pohl
e3899a30d8
Reduce number of categories, use more generic terms
2014-09-06 22:28:53 +02:00
Brano Zarnovican
acf3a43e23
Initial commit of linux_if plugin
...
Supports bonding and vlans.
2014-09-06 21:42:05 +02:00
Jonas Friedmann
92abf3e3eb
Fix frdmn's minecraft plugins
...
- Get rid of duplicate plugins in "jsonapi/" folder
- Rename
- Reference to original GitHub repo
2014-09-06 15:11:07 +02:00
Gabriele Pohl
0743e6e5fb
Move Example Graphs to Subdirectory
2014-09-03 22:01:33 +02:00
Steve Schnepp
e109323f0f
Merge pull request #514 from jasperla/puppet_runtime
...
Add plugin to retrieve the time puppet agent took to apply the catalog
2014-08-26 14:18:48 +02:00
Steve Schnepp
c64ba9efc9
Merge pull request #519 from dannyman/master
...
Initial commit of snmp__sentry.
2014-08-26 14:18:20 +02:00
Steve Schnepp
ecbe89bd7a
Merge pull request #517 from lwindolf/master
...
Fixes #470 : emits warning: "bad ps syntax, perhaps a bogus
2014-08-26 14:18:03 +02:00
Daniel Howard
cde66ba499
Fix whitespace.
2014-08-25 13:25:39 -07:00
Daniel Howard
0e634e4813
Initial commit of snmp__sentry.
2014-08-25 11:13:40 -07:00
asgh
d8dad71362
Fix memory usage check
...
Change "FB Memory Usage" to just "Memory Usage" - this will also work on an old version that still uses the "FB" terminology.
2014-08-19 22:21:11 -04:00
Lars Windolf
2741a6efc0
Fixes #470 : emits warning: "bad ps syntax, perhaps a bogus
2014-08-18 22:56:41 +02:00
Steve Schnepp
56573f4600
Merge pull request #513 from jasperla/puppet_openbsd
...
Allow for a custom puppet directory
2014-08-14 08:53:34 +02:00
Jasper Lievisse Adriaanse
f6d7cf5965
Add plugin to retrieve the time puppet agent took to apply the catalog
2014-08-13 11:05:59 +02:00
Konstantin Kuklin
75d48c9630
added plugins to monitoring Mysql HandlerSocket connections
2014-08-13 07:05:38 +04:00
Jasper Lievisse Adriaanse
5182fee7a3
Allow for a custom puppet facts directory
...
For example on OpenBSD, /var/lib/puppet doesn't exist and /var/puppet is used
2014-08-12 19:33:51 +02:00
Steve Schnepp
c32b9ebc9f
Merge pull request #512 from lwindolf/master
...
Fixing multiple typos and indentation
2014-08-12 16:53:30 +02:00
Lars Windolf
96223fc7a5
Fixing multiple typos and indentation
2014-08-10 23:40:39 +02:00
Henrik Welk
28c4487772
Fixing Regexp for kvm plugins to be aware of underscores in vm names (otherwise munin will not generate graphs bc. of too long filenames)
2014-08-06 15:19:55 +02:00
Steve Schnepp
d40562033b
proftpd: converting to /bin/sh
...
Some cleanup
2014-08-04 17:25:28 +02:00
Steve Schnepp
e3cc768b43
Merge pull request #507 from googley/master
...
Convert perl script to bash
2014-08-04 17:21:52 +02:00
Steve Schnepp
8d05b1f1c7
Merge pull request #508 from jeroenvermeulen/hhvm_plugin
...
First version of the Munin plugin to monitor HHVM
2014-08-04 17:20:32 +02:00
Steve Schnepp
57b97494de
Merge pull request #509 from lr1980/patch-1
...
Update powered_up_
2014-08-04 17:19:32 +02:00
Root on server Star
5f05c8c733
Fixed multigraph for monitoring multple HHVM instances
2014-08-04 01:09:54 +02:00
Jeroen Vermeulen
2fe6d91bbe
Added Apache 2.4 config example
2014-08-03 23:10:40 +02:00
Jeroen Vermeulen
4a214b006b
Removed load warning level
2014-08-03 22:27:04 +02:00
Gavin Shelley
2f7178a698
Support some more jenkins statuses: notbuilt_anime, aborted, aborted_anime
2014-08-03 14:03:37 +01:00
lr1980
9534ff7dc0
Update powered_up_
...
add optional use of "/dev/disk/by-id"
2014-08-02 22:59:19 +02:00
Jeroen Vermeulen
c8d88c62dd
First version of the Munin plugin to monitor HHVM
2014-08-02 17:39:43 +02:00
Elie Deloumeau
60fe9ba9ea
Convert perl script to bash
...
For a better compatibility
2014-07-30 09:51:24 +02:00
McKay1717
f9c1143bd7
Add Bandwidth Test whith a file on a reference server in OVH network
2014-07-28 11:52:45 +02:00
OOP Master
3e90094480
exit 0 and some notices ...
...
Add exit 0
# WARNING : Samba 3.6 and newer block access to smbstatus for no root user
# On Debian make a "chmod a+w /run/samba/sessionid.tdb"
# smbstatus must open this file with RW option
2014-07-24 14:02:36 +02:00
Stephan
fa5458e1aa
Fix issue with $uptime being undefined
...
Fix issue with $uptime being undefined.
On my setup perl requires a variable to assign the return value of the split operation. Without this the value of $uptime ends up being undefined.
2014-07-16 23:52:03 +02:00
Ingo Oppermann
c2d371ba3d
Detect aspect correctly even if renamed to varnish_
2014-07-11 15:41:05 +00:00
Ingo Oppermann
770144a766
Fix backticks in README.md
2014-07-10 16:07:06 +02:00
Ingo Oppermann
c85bf0ef08
Add plugin for Varnish 4
2014-07-10 14:04:24 +00:00
Samuel Smith
8f7c72c29e
Added postgres_queries3_ to get stats on a per table basis
2014-07-08 12:33:56 -05:00
teddddd
c8b5f17e7f
proc/net/netstat plugin
2014-07-07 20:02:13 -07:00
teddddd
3ab70e333f
ethtool_ plugin
2014-07-07 20:01:10 -07:00
Steve Schnepp
c43dc4b9a2
Merge pull request #493 from OlegPS/esxcli_env_
...
Added plugin (esxcli_env_) to monitor ESXi host temperature or power via esxcli
2014-07-03 01:11:42 +02:00
Steve Schnepp
bc3d895b4a
Merge pull request #494 from phaus/vmware_fusion
...
adding first version of the plugin for VMWare Fusion (Mac OS/Darwin)
2014-07-03 01:11:37 +02:00
Steve Schnepp
7fd50c2095
Merge pull request #495 from phaus/jenkins
...
adding first version of the plugin for the Jenkins CI Server
2014-07-03 01:11:32 +02:00
Steve Schnepp
6ddb436af7
Merge pull request #496 from phaus/openfire
...
adding first version of the plugin for the Openfire XMPP (Jabber) Server
2014-07-03 01:11:26 +02:00
Steve Schnepp
da1d8cfc6e
Merge pull request #497 from phaus/dar_vpnd
...
adding first version of the plugin for Mac OS Server VPN Daemon
2014-07-03 01:11:19 +02:00
Steve Schnepp
8ee5765d07
Merge pull request #492 from burdandrei/master
...
Configuration for local ipmi monitoring
2014-07-03 01:09:29 +02:00
Steve Schnepp
c3b0fa0b68
Merge pull request #491 from lwindolf/patch-1
...
Fix typo
2014-07-03 01:09:05 +02:00
Steve Schnepp
a993732f44
Merge pull request #487 from tochev/ntp_pool_score
...
add ntp_pool_score
2014-07-03 01:08:48 +02:00
minitux
78e584dca9
int conversion
...
convert port in integer when it is set from config file
2014-06-24 15:57:05 +02:00
phl
628fb013ae
adding first version of the plugin for VMWare Fusion (Mac OS/Darwin)
2014-06-22 14:44:35 +02:00
phl
f912045dec
adding first version of the plugin for the Openfire XMPP (Jabber) Server
2014-06-22 14:43:40 +02:00
phl
a28b2691b3
adding first version of the plugin for the Jenkins CI Server
2014-06-22 14:43:02 +02:00
phl
d38174c6f8
adding first version of the plugin for Mac OS Server VPN Daemon
2014-06-22 14:42:22 +02:00
Oleg Selin
8c8aa2eb02
Added plugin (esxcli_env_) to monitor ESXi host temperature or power via esxcli
2014-06-21 10:34:35 +04:00
Andrei
5ee4d8cf4a
Configuration for local ipmi monitoring
...
Added comment with guide how to configure plugin for local monitoring
2014-06-19 23:42:26 +03:00
Lars Windolf
6a13df5618
Fix typo
2014-06-15 21:14:44 +02:00
Vlad Marian
0866999f9d
Make it usable
...
Fixed the display issue for formerly active users that wore no longer showing once they closed all connections.
Also made other fixes like the negative others and improved performance.
It could still be improved but for now it should do.
2014-06-11 15:43:48 +01:00
Petteri Valkonen
223afac991
Add plugin for measuring the core temperature of the BCM2835 SoC on a Raspberry Pi
2014-06-03 21:02:58 +03:00
Bjoern Boschman
e3c40a04c8
added lxc plugins from https://github.com/vajtsz/munin-plugins
2014-05-30 17:55:55 +02:00
tochev
20a713f6c2
ntp_pool_score: fix negative values
2014-05-30 15:26:43 +03:00
tochev
d885efee2d
ntp_pool_score: switch to /bin/sh
2014-05-30 03:23:51 +03:00
Tocho Tochev
3ef6c0a74f
add ntp_pool_score
2014-05-30 02:26:56 +03:00
Oliver Chick
bcae83c510
candidateOrigin has been removed. Replace with candidate.origins
2014-05-23 17:59:25 +01:00
Oliver Chick
b90db64a0a
Fix typo that prevents munin from learning about upgradable packages
2014-05-23 17:59:19 +01:00
Steve Schnepp
e842ddf362
Merge pull request #484 from cloos/wget-options
...
plugin rt_ticket_loadtime Wget options
2014-05-08 13:18:07 +02:00
Steve Schnepp
2c1cc1eb22
Merge pull request #483 from pvalkone/freebsd-hdd-power-state-plugin
...
Add plugin for monitoring HDD power state on FreeBSD
2014-05-06 13:36:08 +02:00
Petteri Valkonen
b194c86774
Fix indentation
2014-05-05 21:11:08 +03:00
Petteri Valkonen
b077ad21e4
Add plugin for monitoring HDD power state on FreeBSD
2014-05-05 20:16:59 +03:00
leeclemens
61f058fce9
_mem should use FB memory used, only
...
NVIDIA 6 added differentiation between FB and BAR1 memory - use nvidia_gpu_mem for FB Memory *only* since its definition fits better with the usage prior to BAR1 memory.
2014-05-04 12:46:40 -04:00
Christian Loos
8a93193a90
add the Accept-Encoding header to the wget call
...
This is necessary to have results comparable to a users browser.
2014-05-02 08:09:28 +02:00
代码之力
96116a460b
coerce lockTime to float type
...
otherwise we'll always get 0 from integer division.
2014-04-30 10:48:44 +08:00
Steve Schnepp
d2847dc508
Merge pull request #478 from kabo/master
...
Added plugin for i2p
2014-04-23 22:26:15 +02:00
Steve Schnepp
0fd72c2027
Merge pull request #479 from tomdee/master
...
Script to monitor the power state of hard drives
2014-04-23 22:25:28 +02:00
Tom Denham
b4660677e7
Script to monitor the power state of hard drives
2014-04-19 11:52:25 -07:00
Calle Kabo
8a482a9511
added i2p
2014-04-18 22:18:59 +02:00
linyows
fd3a90f22f
assigned but unused variable
2014-04-18 10:14:15 +09:00
linyows
1f00275d4e
shadowing outer local variable
2014-04-18 10:13:56 +09:00
linyows
f6b9d755d3
use "unicorn" instead of "unicorn_rails" in process greping
2014-04-18 10:10:06 +09:00
Petteri Valkonen
cadcfa01fb
Use /usr/bin/env bash in shebang for portability
2014-04-07 22:28:15 +03:00
Christian Loos
99e037bd1d
move wget options in a variable
2014-04-07 08:28:41 +02:00
Steve Schnepp
4be444c518
Merge pull request #473 from funkypenguin/master
...
added ready and wait CPU graphs from VMWare
2014-04-03 09:14:38 +02:00
nagyrobi
553811f889
Update voltcraft_tcm220_
...
v0.2 - added checksum validation of the parsed values
2014-04-02 13:26:19 +02:00
David Young
ca7e83efed
added ready and wait CPU graphs from VMWare
2014-03-26 15:22:53 +13:00
Steve Schnepp
ddc595889f
Merge branch 'pull/469'
2014-03-22 13:43:54 +01:00
pascal
d824c7696f
p/cpubyuser: get stats from top instead of ps
...
The top cpu statistics fit better to the other cpu statistics in munin.
The ps based statistics are calculated as average over the runtime of a
program, which does not neccessarily reflect the current situation.
2014-03-22 13:31:27 +01:00
Antoine Beaupré
b44c20b495
follow file naming convention here
2014-03-21 08:10:48 -04:00
Antoine Beaupré
2ecac880e9
anonymise labels
...
data is still stored with the full identifiers so this change is
backwards compatible
but at least we are not retransmiting data off the airwaves and it is
anonymised in some way
2014-03-21 08:10:48 -04:00
Antoine Beaupré
9860b09758
add plugin to monitor "smart meters" power usage
...
this connects munin with the RTLAMR project, and allows readout of AMR
(Automatic Meter Reporting) data over the airwaves
This plugin will draw some nice graphs of your neighbors (and
yourself, coincidentally) power consumption. You can also see the
adoption of the AMR in your neighborhood and density of signal.
2014-03-21 07:49:15 -04:00
Steve Schnepp
c2d3f49cfa
Merge remote branch 'pull/434'
2014-03-14 12:12:00 +01:00
Steve Schnepp
33c40d052a
Merge remote branch 'pull/455'
2014-03-14 12:08:53 +01:00
Steve Schnepp
b7f5c3fd06
p/cpu_: fix test for guest_nice emptyness
...
The simple "=" is prefered to the "==" one, as we don't need to test numeric
values.
2014-03-14 11:58:19 +01:00
Steve Schnepp
83df6155fa
Merge remote branch 'pull/468'
2014-03-14 11:57:26 +01:00
Jonas Friedmann
fb433dc4e1
Indention
2014-03-13 12:21:28 +01:00
Jonas Friedmann
f1cef24112
Example for alerts / limits
2014-03-13 12:21:27 +01:00
Jonas Friedmann
4192c14f76
comment format renewal
2014-03-13 12:21:27 +01:00
Jonas Friedmann
22436814ea
added some whitespaces
2014-03-13 12:21:27 +01:00
Jonas Friedmann
2b17468244
new Statistician and Ultrabans (SQL) plugins
2014-03-13 12:21:27 +01:00
Jonas Friedmann
ed43e06b40
new README for new plugins
2014-03-13 12:21:27 +01:00
Jonas Friedmann
c94bfaf972
reorded the tasks
2014-03-13 12:21:27 +01:00
Jonas Friedmann
815075fe86
missing '`'
2014-03-13 12:21:27 +01:00
Jonas Friedmann
70b328acd7
fixed a typo
2014-03-13 12:21:27 +01:00
Jonas Friedmann
9066b8ff7a
more pretty code highlighting
2014-03-13 12:21:27 +01:00
Jonas Friedmann
3dde76f89a
fixed missing code
2014-03-13 12:21:27 +01:00
Jonas Friedmann
b6bf87120c
first version of the plugins
2014-03-13 12:21:27 +01:00
Jonas Friedmann
a02e98adda
initial README
2014-03-13 12:21:27 +01:00
Jonas Friedmann
0665788479
Initial commit
2014-03-13 12:21:27 +01:00
rkarlsba
67525b295f
Update cpu_
...
some fixes for guest_nice
2014-03-09 19:45:54 +01:00