check nest.pijul.com resources and notify by PicoLisp
- just tcp `CONNECT` to test `SSH`
- find content of file `STATUS` to test `HTTPS`
- check [crates]https://crates.io/crates/pijul update for new version

```
# DB
$ cat .pil/nestping
((https . T) (ssh . T) (crates . 1.0.0-alpha.33))
# add to crontab
PATH=/home/mpech/picolisp21:/bin:/usr/bin:/usr/sbin
# sending mail when DOWN or UP
7 */1 * * * /home/mpech/nestping/nestping -ssh
7 */1 * * * /home/mpech/nestping/nestping -https
# crates check and notify
@weekly     /home/mpech/nestping/nestping -crates
```

Lets have fun.