Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linkslice authored Jul 17, 2023
1 parent 30ae419 commit e38370e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Most of these scripts should be fairly obvious based on the name. I'll document
check_graphite.py:
- fetch a datapoint from graphite and massage it into nagios format for monitoring tools that speak nagios (icinga, zenoss, and of course nagios.) Also does thresholding built in.

```
$ python check_graphite.py -H 10.10.10.12 -p 80 -u /render/\?width=586\&height=308\&_salt=1689629212.962\&target=carbon.agents.83fe1b18a7c4-a.metricsReceived -c20 -w14 -n -N DatapointName
CRITICAL - DatapointName|DatapointName=48.60528455284553;14;20;0;20;
```

interface_stats.py:
- fetch the list of interfaces via snmp on a system and then fetch all the normal useful stats for those interfaces.

Expand Down

0 comments on commit e38370e

Please sign in to comment.