Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scripts
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Blanc
scripts
Commits
699a882e
Commit
699a882e
authored
May 18, 2013
by
Daniel Stan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[munin/apt] on graphe le plugin apt
parent
909d374f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
munin/apt
munin/apt
+3
-0
munin/scripts/hosts_plugins.py
munin/scripts/hosts_plugins.py
+3
-1
munin/scripts/link_plugins.py
munin/scripts/link_plugins.py
+0
-1
munin/vigile
munin/vigile
+0
-0
No files found.
munin/apt
0 → 100755
View file @
699a882e
#!/bin/bash
/usr/share/munin/plugins/apt
"
$@
"
|
grep
-v
"graph no"
munin/scripts/hosts_plugins.py
View file @
699a882e
...
...
@@ -73,8 +73,8 @@ hosts_plugins = {
"bind9_rndc"
:
"/usr/share/munin/plugins/bind9_rndc"
,
},
"gordon"
:
{
"wifi_clients"
:
"/usr/scripts/wifi_new/munin.py"
,
"ap_states"
:
"/usr/scripts/wifi_new/munin.py"
,
"wifi_auth"
:
"/usr/scripts/wifi_new/munin_auth"
,
"bind9_rndc"
:
"/usr/share/munin/plugins/bind9_rndc"
},
"thot"
:
{
...
...
@@ -101,6 +101,7 @@ hosts_plugins = {
"batiments"
:
"batiments"
,
"munin"
:
"munin"
,
"stats-ip"
:
"stats-ip"
,
"ap_states"
:
"/usr/scripts/wifi_new/munin.py"
,
# La suite plus bas...
},
"news"
:
{
...
...
@@ -113,6 +114,7 @@ hosts_plugins = {
# Plugins Cr@ns systématiquement rajoutés
general_plugins
=
{
"check_ntp"
:
"check_ntp"
,
'apt'
:
'apt'
,
}
####
...
...
munin/scripts/link_plugins.py
View file @
699a882e
...
...
@@ -153,7 +153,6 @@ def add_plugin(plugin):
register_quirk
(
add_plugin
(
"uptime"
))
# Coucou MoSaN
register_quirk
(
add_plugin
(
"netstat"
))
register_quirk
(
add_plugin
(
"apt"
))
register_quirk
(
add_plugin
(
"nfs_client"
))
# Hacks sales
...
...
munin/vigile
deleted
100644 → 0
View file @
909d374f
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment