mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apps - backupninja (#11010)
* GUI - graphs * GUI - Apps * Polling * GUI - apps * Add backupninja to documentation * Apps - backupninja : add link to librenmsagent script * Add backupninja snmprec file * Delete backupninja.snmprec No Regression tests on apps (yet), only on devices. * Remove old debug * Update language : FR -> EN * Add debug informations * File path moved to /etc/snmp/ * Python script now use json * Update following example on puppet script * Update installation instructions following puppet example * Update apps.inc.php Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com> Co-authored-by: SourceDoctor <sourcehhdoctor@gmail.com>
This commit is contained in:
@@ -87,6 +87,7 @@ by following the steps under the `SNMP Extend` heading.
|
||||
|
||||
1. [Apache](#apache) - SNMP extend, Agent
|
||||
1. [Asterisk](#asterisk) - SNMP extend
|
||||
1. [backupninja](#backupninja) - SNMP extend
|
||||
1. [BIND9/named](#bind9-aka-named) - SNMP extend, Agent
|
||||
1. [Certificate](#certificate) - Certificate extend
|
||||
1. [C.H.I.P.](#chip) - SNMP extend
|
||||
@@ -233,6 +234,28 @@ The application should be auto-discovered as described at the top of
|
||||
the page. If it is not, please follow the steps set out under `SNMP
|
||||
Extend` heading top of page.
|
||||
|
||||
# backupninja
|
||||
|
||||
A small shell script that reports status of last backupninja backup.
|
||||
|
||||
## SNMP Extend
|
||||
|
||||
1: Download the [backupninja
|
||||
script](https://github.com/librenms/librenms-agent/blob/master/snmp/backupninja.py)
|
||||
to `/etc/snmp/backupninja.py` on your backuped server.
|
||||
```
|
||||
wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/backupninja.py -O /etc/snmp/backupninja.py`
|
||||
```
|
||||
2: Make the script executable: `chmod +x /etc/snmp/backupninja.py`
|
||||
3: Edit your snmpd.conf file (usually `/etc/snmp/snmpd.conf`) and add:
|
||||
|
||||
```
|
||||
extend backupninja /etc/snmp/backupninja.py
|
||||
```
|
||||
|
||||
4: Restart snmpd on your host
|
||||
|
||||
|
||||
# BIND9 aka named
|
||||
|
||||
1: Create stats file with appropriate permissions:
|
||||
|
Reference in New Issue
Block a user