[EXAMPLES]

A basic configuration is shown below.

  {
    "monitor": [
      {
        "bootstrap_at": "2024-05-16T00:00:00Z",
        "wildcard": "example.org",
        "excludes": [
          "test"
        ]
      }
    ],
    "nodes": [
      {
        "name": "example.org",
        "secret": "sikritpassword",
        "url": "https://www.example.org/silentct/allowlist",
        "issues": [
          "example.org",
          "www.example.org"
        ]
      }
    ]
  }

Bootstrap a new monitor in a non-existent directory:

.B $ silentct-mon -b -c ~/.config/silentct/config.json -d ~/.local/lib/silentct

Run the monitor continuously:

.B $ silentct-mon -c ~/.config/silentct/config.json -d ~/.local/lib/silentct

Use
.B -v DEBUG
to see what's happening underneath the hood.