Ekus
Ekus
is simple WEB monitoring out of scope? I have 20 web apps spread over 4 servers, is there any way to have them monitored e.g. for response time and uptime?...
I clumsily patched it in my fork: https://github.com/Ekus/Flee/commit/802db3fbb088d00bcbe886fc4f53611f48f13906#diff-6b6cc43e4402a105846b3e131e402757 and submitted a pull request. Seems to have worked for me. Still not sure what EXACTLY triggers it; for me it is...
Can you add support for keyfiles instead of username/password? See https://github.com/snowflakedb/snowflake-connector-net (possibly skip private_key_pwd) conn.ConnectionString = "account=testaccount;authenticator=snowflake_jwt;user=testuser;private_key_file={pathToThePrivateKeyFile};private_key_pwd={passwordForDecryptingThePrivateKey};db=testdb;schema=testschema";
in angularjs 1.6+ jsonp() no longer supports .success() and .error() methods, but instead single method .then(successCallback, errorCallback) (or like this: .then(function(response){...}, function(response){...}); )