Skip to content

Commit 6937694

Browse files
[PBM-1378] add Percona Squad notice (#998)
Co-authored-by: Sandra Romanchenko <[email protected]>
1 parent 5434a28 commit 6937694

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

cmd/pbm-agent/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ func main() {
7272

7373
hidecreds()
7474

75+
fmt.Print(perconaSquadNotice)
76+
7577
err = runAgent(url, *dumpConns)
7678
stdlog.Println("Exit:", err)
7779
if err != nil {

cmd/pbm-agent/squad.go

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
package main
2+
3+
const perconaSquadNotice = `
4+
% _____
5+
%%% | __ \
6+
###%%%%%%%%%%%%* | |__) |__ _ __ ___ ___ _ __ __ _
7+
### ##%% %%%% | ___/ _ \ '__/ __/ _ \| '_ \ / _` + "`" + ` |
8+
#### ##% %%%% | | | __/ | | (_| (_) | | | | (_| |
9+
### #### %%% |_| \___|_| \___\___/|_| |_|\__,_|
10+
,((### ### %%% _____ _
11+
(((( (### #### %%%% / ____| | |
12+
((( ((# ###### | (___ __ _ _ _ __ _ __| |
13+
(((( (((# #### \___ \ / _` + "`" + ` | | | |/ _` + "`" + ` |/ _` + "`" + ` |
14+
/(( ,((( *### ____) | (_| | |_| | (_| | (_| |
15+
//// ((( #### |_____/ \__, |\__,_|\__,_|\__,_|
16+
/// (((( #### | |
17+
/////////////(((((((((((((((((######## |_| Join @ percona.com/squad
18+
19+
** Join Percona Squad! **
20+
Participate in monthly SWAG raffles, get early access to new product features,
21+
invite-only ”ask me anything” sessions with database performance experts.
22+
23+
Interested? Fill in the form at squad.percona.com/mongodb
24+
25+
`

0 commit comments

Comments
 (0)