@LukeMurphey
According to the issue at the URL below, this problem was resolved in 2.7.5, but I am on version 2.9.2.
https://github.com/LukeMurphey/splunk-website-monitoring/issues/31
Here's the error:
2020-03-11 12:46:05,880 ERROR Exception generated when attempting to get the proxy configuration stanza=web_ping://[web input name], see url=http://lukemurphey.net/projects/splunk-website-monitoring/wiki/Troubleshooting
Traceback (most recent call last):
File "D:\Program Files\Splunk\etc\apps\website_monitoring\bin\web_ping.py", line 941, in run_ping
self.get_proxy_config(input_config.session_key, conf_stanza)
File "D:\Program Files\Splunk\etc\apps\website_monitoring\bin\modular_input.zip\modular_input\shortcuts.py", line 31, in wrapper
return function(*args, **kwargs)
File "D:\Program Files\Splunk\etc\apps\website_monitoring\bin\web_ping.py", line 799, in get_proxy_config
website_monitoring_config = self.get_app_config(session_key, stanza)
File "D:\Program Files\Splunk\etc\apps\website_monitoring\bin\modular_input.zip\modular_input\shortcuts.py", line 31, in wrapper
return function(*args, **kwargs)
File "D:\Program Files\Splunk\etc\apps\website_monitoring\bin\web_ping.py", line 735, in get_app_config
raise Exception("Could not get the website_monitoring configuration")
Exception: Could not get the website_monitoring configuration
The steps I performed to achieve this:
- Install website monitor version 2.7.6
- Add a website input
- I believe it was broken here, but I did not verify this
- Upgrade to the latest website monitor (2.9.2)
... View more