https://github.com/sensu-plugins/sensu-plugins-routeros
Sensu Plugins for RouterOS
https://github.com/sensu-plugins/sensu-plugins-routeros
monitoring routeros sensu-plugins
Last synced: 7 months ago
JSON representation
Sensu Plugins for RouterOS
- Host: GitHub
- URL: https://github.com/sensu-plugins/sensu-plugins-routeros
- Owner: sensu-plugins
- License: mit
- Created: 2018-04-02T20:54:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T05:17:05.000Z (over 4 years ago)
- Last Synced: 2025-01-23T16:12:11.319Z (8 months ago)
- Topics: monitoring, routeros, sensu-plugins
- Language: Ruby
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Sensu-Plugins-RouterOS
[](https://travis-ci.org/sensu-plugins/sensu-plugins-routeros)
[](http://badge.fury.io/rb/sensu-plugins-routeros)
[](https://gemnasium.com/sensu-plugins/sensu-plugins-routeros)
[](https://slack.sensu.io/badge)## Files
* bin/check-upgrade.sh
## Usage
* sh **check_routeros-upgrade.sh** *snmp* *HOST* [*PORT*] [*COMMUNITY*] [*RELEASE-TREE*]
* sh **check_routeros-upgrade.sh** *ssh* *HOST* [*PORT*] [*USER*] [*RELEASE-TREE*]The default values for SNMP are:
* PORT=161
* COMMUNITY=publicFor a check over SSH:
* PORT=22
* USER=userYou need an user and SSH keys. There is no option for a password.
**[RELEASE TREE]**
Different settings are available. The default is `stable`. Choose wise.
* stable
* bugfix
* release-candidate**ENV ROUTEROS_UPDATEURL**
If you want to save the update information on your own server you can use `export ROUTEROS_UPDATEURL` to overwrite the default `https://download.mikrotik.com/routeros`.
## Installation
[Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)