Michael T. DeGuzis

Results 20 comments of Michael T. DeGuzis

get the right error with the 24.0 tar.gz distribution ``` [mtdeguzis@mtdeguzis-hdpcli: ~]$ pyadam Failed to find ADAM egg in /usr/local/adam/repo. You need to build ADAM before running this program. ```...

Hmm I wonder if this would work with Hive in the same manor

Ok, i'll do my best to replace the mysql pieces with postgres ones.

I started adding some logging info to debug this, turns out the request returns back an empty list, []. Turns out -u is required, but not checked for. Which then...

Ok works with a token, all of which these things should be checked for at runtime. Is there no other way?

I could probably take a look at add the check. I'll look at submitting a PR.

Actually, this checks for the pw, so nothing to do here: ``` github-backup ORG -u mtdeguzis --prefer-ssh --private --organization --output-directory ~/gitbak --all ``` We actually need to check for user....

How about.. ``` 350 def retrieve_data(args, template, query_args=None, single_request=False): 351 auth = get_auth(args) 352 if not auth and args.private: 353 sys.exit("Authentication is required for private repositories") 354 query_args = get_query_args(query_args)...

My use case is Icingaweb2 (Icinga2 web front end), the page loads, but the screenshot is taken so quick the alerts are not loaded: ![image](https://user-images.githubusercontent.com/27829577/75903690-f23fa880-5e0f-11ea-924d-0af7f9523c5d.png) It would be nice to...

This would be awesome so we can verify exactly what version we are on.