All nagios scripts are located under `nagios` directory.
## List scripts
## Scripts
### separate_ssp_script.py
...
...
@@ -43,11 +41,40 @@ All nagios scripts are located under `nagios` directory.
- Params:
- 1... - machines to run the script on in the form of user@adress, the user needs root privileges to execute the script
## Nagios probes
All nagios scripts are located under `nagios` directory.
### check_mongodb.py
- nagios monitoring probe for mongodb
- connect, connections, replication_lag, replset_state monitoring options are tested (some possible options may not work since there are constructs which are not supported by latest mongodb versions)
-For usage run:
-for usage run:
`python3 check_mongodb.py --help`
### check_saml.py
- SAML authentication check
- for usage run:
`python3 check_saml.py --help`
### check_user_logins.py
- check users which login in repeatedly more often than a specified threshold (logins per seconds)