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

Multi receiver notification per plugins #583

Closed
1 of 4 tasks
xellos00 opened this issue Aug 1, 2024 · 1 comment · Fixed by #589
Closed
1 of 4 tasks

Multi receiver notification per plugins #583

xellos00 opened this issue Aug 1, 2024 · 1 comment · Fixed by #589
Assignees
Labels
type:feature-request If there anyone has to raise a hand to request new feature. Vatz Project Name

Comments

@xellos00
Copy link
Member

xellos00 commented Aug 1, 2024

Checklist

  • New Feature for the SVC/Plugin
  • New Feature for CI/CD
  • Enhancement on Vatz
  • Others(etc. e.g, documentation,...)

Please describe, what it's about or related Problem with

A clear description of what feature need to be developed or enhanced in Vatz

for watcher plugins, it there must be a feature that conduct an multi notifications for more.

vatz_protocol_info:
  home_path: "~/.vatz"
  protocol_identifier: "xellosDK"
  port: 9090
  health_check_info:
    default_health_checker_schedule:
      - "0 1 * * *"
  notification_info:
    host_name: "hyperlane-mainnet-validator12-aaa-aws-frankfurt"
    default_reminder_schedule:
      - "*/30 * * * *"
    dispatch_channels:
      - channel: "telegram"
        secret: "yyyyy"
        flag: "for_near"
      - channel: "slack"
        secret: "xxxxxx
        flag: "for_flow"
  rpc_info:
    enabled: true
    address: "127.0.0.1"
    grpc_port: 19090
    http_port: 19091
  monitoring_info:
    gcp:
      gcp_cloud_logging_info:
        enabled: true
        cloud_logging_credential_info:
          project_id: "samplePro"
          credentials_type: "SAC"
          credentials: "https://vatzaaaaaple.json"
          checker_schedule:
            - "* * * * *"
    prometheus:
      enabled: true
      address: "127.0.0.1"
      port: 18080
plugins_infos:
  default_verify_interval: 6
  default_execute_interval: 8
  default_plugin_name: "vatz-plugin"
  plugins:
    - plugin_name: "cpu_monitor"
      plugin_address: "localhost"
      plugin_port: 9001
      executable_methods:
        - method_name: "node_watcher"
      option: 
        - noti_flag: "for_near"
    - plugin_name: "cpu_monitor"
      plugin_address: "localhost"
      plugin_port: 9002
      executable_methods:
        - method_name: "node_watcher"
      option: 
        - noti_flag: "for_flow"

Describe the output that you are expecting for above

A clear and concise description of what you expect to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

@xellos00 xellos00 added Vatz Project Name type:feature-request If there anyone has to raise a hand to request new feature. labels Aug 1, 2024
@xellos00 xellos00 self-assigned this Aug 1, 2024
@xellos00
Copy link
Member Author

Upgrade may requires for PR
because make channel to subscribe it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature-request If there anyone has to raise a hand to request new feature. Vatz Project Name
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant