Skip to content

orottier/office-auto-check-in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scan the local network and check in whoever is there

See it in action

You'll need

  • a machine connected to the local office network to run this
  • to configure a Slack incoming webhook
  • some sort of people check in system in place

Server requirements:

  • nmap
  • jq

Setup by copying and modifying

  • env.sh.example -> env.sh
  • users.list.example -> users.list

Put in your crontab

*/5 * * * * cd /path/to/directory; ./scan-office.sh
0   3 * * * rm -f /path/to/directory/pinged.out

Enjoy!

About

Scan the network, check in people

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages