Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[collector,common,manager] Add a new monitoring type to monitor the FTP server #586 #596

Merged
merged 8 commits into from
Jan 21, 2023

Conversation

SurryChen
Copy link
Contributor

No description provided.

@tomsun28 tomsun28 added enhancement New feature or request good first pull request Good for newcomers new feature labels Jan 20, 2023
@tomsun28 tomsun28 linked an issue Jan 20, 2023 that may be closed by this pull request
1 task
Copy link
Contributor

@tomsun28 tomsun28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi thanks for contributing.
Great! LGTM. 👍
Happy new Year!

try {
preCheck(metrics);
connect(ftpClient, ftpProtocol);
login(ftpClient, ftpProtocol);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, should we consider access ftp without login(username and password)

Boolean isActive;
String responseTime;
try {
long startTime = System.currentTimeMillis();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the startTime start should before ftpClient.connect

@tomsun28 tomsun28 merged commit dcefa9a into dev Jan 21, 2023
@tomsun28 tomsun28 deleted the feature#ftp branch January 21, 2023 14:39
tomsun28 added a commit that referenced this pull request Jan 16, 2024
…TP server #586 (#596)

* [collector,common,manager] Add a new monitoring type to monitor the FTP server

* [collector,common,manager] Add a new monitoring type to monitor the FTP server

* [collector] fix pmd error and add telnet in services

* [collector,manager] ADD anonymous login and compute the responseTime's "start time" from the connect

* [collector] try to fix pmd error

* [collector] try to fix pmd error

* [manager] update name, use final str

Co-authored-by: tomsun28 <tomsun28@outlook.com>
tomsun28 added a commit that referenced this pull request Mar 9, 2024
…TP server #586 (#596)

* [collector,common,manager] Add a new monitoring type to monitor the FTP server

* [collector,common,manager] Add a new monitoring type to monitor the FTP server

* [collector] fix pmd error and add telnet in services

* [collector,manager] ADD anonymous login and compute the responseTime's "start time" from the connect

* [collector] try to fix pmd error

* [collector] try to fix pmd error

* [manager] update name, use final str

Co-authored-by: tomsun28 <tomsun28@outlook.com>
tomsun28 added a commit that referenced this pull request Mar 9, 2024
…TP server #586 (#596)

* [collector,common,manager] Add a new monitoring type to monitor the FTP server

* [collector,common,manager] Add a new monitoring type to monitor the FTP server

* [collector] fix pmd error and add telnet in services

* [collector,manager] ADD anonymous login and compute the responseTime's "start time" from the connect

* [collector] try to fix pmd error

* [collector] try to fix pmd error

* [manager] update name, use final str

Co-authored-by: tomsun28 <tomsun28@outlook.com>
tomsun28 added a commit that referenced this pull request Mar 10, 2024
…TP server #586 (#596)

  [collector,common,manager] Add a new monitoring type to monitor the FTP server

  [collector,common,manager] Add a new monitoring type to monitor the FTP server

  [collector] fix pmd error and add telnet in services

  [collector,manager] ADD anonymous login and compute the responseTime's  start time  from the connect

  [collector] try to fix pmd error

  [collector] try to fix pmd error

  [manager] update name, use final str

Co-authored-by: tomsun28 <tomsun28@outlook.com>
tomsun28 added a commit that referenced this pull request Mar 10, 2024
…TP server #586 (#596)

  [collector,common,manager] Add a new monitoring type to monitor the FTP server

  [collector,common,manager] Add a new monitoring type to monitor the FTP server

  [collector] fix pmd error and add telnet in services

  [collector,manager] ADD anonymous login and compute the responseTime's  start time  from the connect

  [collector] try to fix pmd error

  [collector] try to fix pmd error

  [manager] update name, use final str

Co-authored-by: tomsun28 <tomsun28@outlook.com>
tomsun28 added a commit that referenced this pull request Mar 11, 2024
…TP server #586 (#596)

  [collector,common,manager] Add a new monitoring type to monitor the FTP server

  [collector,common,manager] Add a new monitoring type to monitor the FTP server

  [collector] fix pmd error and add telnet in services

  [collector,manager] ADD anonymous login and compute the responseTime's  start time  from the connect

  [collector] try to fix pmd error

  [collector] try to fix pmd error

  [manager] update name, use final str

Co-authored-by: tomsun28 <tomsun28@outlook.com>
tomsun28 added a commit that referenced this pull request Mar 11, 2024
…TP server #586 (#596)

  [collector,common,manager] Add a new monitoring type to monitor the FTP server

  [collector,common,manager] Add a new monitoring type to monitor the FTP server

  [collector] fix pmd error and add telnet in services

  [collector,manager] ADD anonymous login and compute the responseTime's  start time  from the connect

  [collector] try to fix pmd error

  [collector] try to fix pmd error

  [manager] update name, use final str

Co-authored-by: tomsun28 <tomsun28@outlook.com>
tomsun28 added a commit that referenced this pull request Mar 11, 2024
…TP server #586 (#596)

  [collector,common,manager] Add a new monitoring type to monitor the FTP server

  [collector,common,manager] Add a new monitoring type to monitor the FTP server

  [collector] fix pmd error and add telnet in services

  [collector,manager] ADD anonymous login and compute the responseTime's  start time  from the connect

  [collector] try to fix pmd error

  [collector] try to fix pmd error

  [manager] update name, use final str

Co-authored-by: tomsun28 <tomsun28@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first pull request Good for newcomers new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task] Add a new monitoring type to monitor the FTP server
2 participants