Skip to content

Commit

Permalink
Update Graphite.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Oct 9, 2024
1 parent f3f8a6d commit 31cb3e2
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions Cheat Sheets/Monitoring/Graphite.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
related:
cheat-sheet: 'Solutions Monitoring'
---

### Graphite, Diamond

- Enabling Diamond collectors:
Expand All @@ -19,52 +14,5 @@ related:
- Whisper (legacy): fixed-sized database
- Ceres: sparse data, arbitrary fixed-size resolutions

### Munin

- Munin - Test Plugins:

/usr/sbin/munin-run <plugin name> # for values
/usr/sbin/munin-run <plugin name> config # for configuration

- Munin - Test available plugins]

/usr/sbin/munin-node-configure --suggest

# and enable them using
/usr/sbin/munin-node-configure --shell | sh

- Munin Server - Manual Update Run:

sudo -u munin /usr/bin/munin-cron

### Nagios, Icinga

- Icinga 1 - Object Tricks: Negative hostgroup definitions

define service {
...
hostgroup_name all,!testing
...
}

- Icinga 2 - Matching check definitions on hosts/hostgroups

apply Service "MyService" {
# service definition...

assign where host.name == "MyHost1"
assign where match("hostprefix-*", host.name)
assign where "MyHostGroup" in host.groups
}

- [Mod-Gearman](https://mod-gearman.org/): Nagios distributed checking
(previously called Naemon)
- Gearman Debugging:

gearman-top

### Misc

- [Jolokia](https://jolokia.org/) JMX HTTP/JSON bridge +
[jxm4perl](https://search.cpan.org/~roland/jmx4perl/scripts/jmx4perl)

0 comments on commit 31cb3e2

Please sign in to comment.