Skip to content

stoamandl/netdata-ssh-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netdata SSH Module


This is a simple module for Netdata to add a chart to show failed authentication's count of SSH.

I used and tested it on Debian based systems but I think it would work on CentOS if you change "path" field in SSH.conf to "/var/log/secure" and change owner of this file to netdata.


Usage

  1. Clone repo

  2. Run update.sh to install or update the module (needs root permission)

  3. Make sure the /var/log/auth.log is readable for the netdata (Add netdata user to adm group by usermod -aG adm netdata)

  4. Restart netdata


screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.9%
  • Python 40.1%