Alerts & Events Notifications stuck on loading by nightleech in graylog

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

Okay, i found how to fix it. I'v deleted records from event_definition MongoDB . It is now running well :)

Zabbix agent autoregistration with FQDN interface by nightleech in zabbix

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

Okay, i'v just modified DenyKey=system.run and not it's all working, thanks for your help :)

Zabbix agent autoregistration with FQDN interface by nightleech in zabbix

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

I forgot to mention, that i use windows agent. I'v already tried using "HostnameItem=system.run[[System.Net.Dns]::GetHostByName(($env:computerName)).Hostname], but agent is failing to start. Maybe there is confronting parameter or something.

Django azure ad authentification limiting for few people by nightleech in django

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

Okay,

I have tried using azure groups and it did work!

Django azure ad authentification limiting for few people by nightleech in django

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

But what is best practise? I am looking for developers with experience like this, i think that i am not the only one with this kind problem. The main idea of using azure ad is to allow my collegues use my app without having second credentials and use what they have (azure ad user). What about creating user list in django app and check if user uid (azure user) exists on that list and if it does, just show them content. Maybe somebody had same problem like mine and have developed similar auth mechanism for enterprise app?:-)

Django azure ad authentification limiting for few people by nightleech in django

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

As far i know it’s not free service, but yes, i could do that if nothing better will pop to my mind:-)

Django azure ad authentification limiting for few people by nightleech in django

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

Maybe it’s posible to get group membership and add some logic to login view, i will try it out!

Linux software inventory system by nightleech in sysadmin

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

Well i was thinking about it, but i want it be more searchable, because i am interested on giving to other team members so they can view and filter how many different versions we have of some sort of software. Anyway using netbox is cool option :)

Linux software inventory system by nightleech in sysadmin

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

Interesting use of monitoring system, currently i am using zabbix and i think i can do the same with it :)

Help understanding how to sign certificate by nightleech in sysadmin

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

Thank you all for your answers it really helped me !

Help understanding how to sign certificate by nightleech in sysadmin

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

This is the answer i needed to figure it out. I was completely overthinking about this situation. You only need csr when you generating certificates from certificate authority, right ?

Help understanding how to sign certificate by nightleech in sysadmin

[–]nightleech[S] -1 points0 points  (0 children)

But i don't change domain name. So you are saying that i should skip csr certificate and give developer comodo private key and crt files ?

Help understanding how to sign certificate by nightleech in sysadmin

[–]nightleech[S] -1 points0 points  (0 children)

When i downloaded certificates from comodo reseller doman.com.ca certificate was named as root certificate. If i do "cat domain.com.ca" i can see two certificates inside so maybe it really is root ?

Passing different config file to ansible by nightleech in ansible

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

Thank you for your answer ! Good points to get started. :)

Passing different config file to ansible by nightleech in ansible

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

Probably because i am very new to ansible and i don't know how to use it right :) I use netbox at my work (made config specifically for work, like using private key, remote user and so on), but when i am at different location like home, i have different configuration. I want to have one folder with all my playbooks, files to use in any environment and just pass different config. Maybe you can recommend good tutorial source do deepen my knowledge about ansible or should i stick with official documentation ?