# config


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

# Process monitoring config

<details open class="code-fold">
<summary>Exported source</summary>

``` python
PROCESS_MONITORING_INTERVAL_SECONDS = 5
```

</details>

Polling interval in seconds

<details open class="code-fold">
<summary>Exported source</summary>

``` python
EXCLUDED_PROCESSES = {'sudo','python'}
```

</details>

Set of processes to be excluded from monitoring

# Database config

<details open class="code-fold">
<summary>Exported source</summary>

``` python
DATABASE_PATH = "snooper.db"
```

</details>

File path for the database
