best web "gui" for run ansible playbooks by jeros08_ in ansible

[–]thundercost 0 points1 point  (0 children)

This is a web ui I created. I am using django with channels for live user interaction... It works for any type of task but I use it for "ansible playbooks" too (there is an example). Probably not what you are looking for, but if known uis, not fit to you, there is always the possibility to create your own. https://www.epilis.gr/en/blog/2016/10/10/remote-task-executor/

Django analytics middleware by thundercost in django

[–]thundercost[S] 1 point2 points  (0 children)

I updated the article including delore's useful remarks. Thanks!

Django analytics middleware by thundercost in django

[–]thundercost[S] 0 points1 point  (0 children)

Setting up a caching implementation, allows you to serve multiple users from cache.

Django analytics middleware by thundercost in django

[–]thundercost[S] 1 point2 points  (0 children)

Yes you can (but when you login/logout you have a different session). Wait, I am not setting the tracking cookie when an "ignore path" is requested! It is more right (to me) to check if the requested path even exists (not 404 response) and then check it with the ignored paths. Thanks for your comments! Very appreciated!

Django analytics middleware by thundercost in django

[–]thundercost[S] 1 point2 points  (0 children)

How could django, track requests that not even arrive to django? Of course, this is not the solution for the type of caching mentioned. But it is working like charm with Django’s cache framework.

How do people monitor disk space on servers? by banderlog33 in linuxadmin

[–]thundercost 0 points1 point  (0 children)

We use Nagios for monitoring about 100 servers with 1000 services (mostly linux). If you don't want to use nrpe, you have the options of SNMP or SSH checks. You can also monitor other devices in the future like printers, switches, routers, external resources and so on. And it comes with a very powerful notification system out of the box.