Thank you very much!
Is there a way to use the website defacement wizard through a vpn connection?
Search found 16 matches
- Tue May 31, 2016 2:32 pm
- Forum: Nagios XI
- Topic: Monitoring website content through VPN connection
- Replies: 11
- Views: 1958
- Fri May 27, 2016 7:55 am
- Forum: Nagios XI
- Topic: Monitoring website content through VPN connection
- Replies: 11
- Views: 1958
Re: Monitoring website content through VPN connection
Thank you!
Would you happen to have an example that I could see?
Would you happen to have an example that I could see?
- Fri May 27, 2016 7:45 am
- Forum: Nagios XI
- Topic: Website defacement wizard
- Replies: 1
- Views: 271
Website defacement wizard
How can I use the website defacement wizard through a vpn connection?
- Thu May 26, 2016 4:22 pm
- Forum: Nagios XI
- Topic: Monitoring website content through VPN connection
- Replies: 11
- Views: 1958
Re: Monitoring website content through VPN connection
I have tried both, I need a way to check strings once connected to a vpn-
The website defacement plugin would be beyond perfect if I could connect to the vpn first.
Is there a way to combine checks? For example run my check_vpn and any http string check at the same time?
Thank you!
The website defacement plugin would be beyond perfect if I could connect to the vpn first.
Is there a way to combine checks? For example run my check_vpn and any http string check at the same time?
Thank you!
- Thu May 26, 2016 1:55 pm
- Forum: Nagios XI
- Topic: Monitoring website content through VPN connection
- Replies: 11
- Views: 1958
Re: Monitoring website content through VPN connection
Or how can I use the website defacement wizard through a vpn connection?
- Thu May 26, 2016 12:33 pm
- Forum: Nagios XI
- Topic: Monitoring website content through VPN connection
- Replies: 11
- Views: 1958
Re: Monitoring website content through VPN connection
I tried this with another check - is this correct? The check comes back good but never reports the string: define service{ use generic-service host_name W Des Moines IA VPN service_description W Des Moines xxxx Status Check TEST TEST TEST check_command check_vpn_WD_IA_TOC!pptp!<username>!<password>!...
- Thu May 26, 2016 12:29 pm
- Forum: Nagios XI
- Topic: Monitoring website content through VPN connection
- Replies: 11
- Views: 1958
Re: Monitoring website content through VPN connection
I set the timeout to 300 seconds- I should start by asking if the ';' maintains the same check or just starts a new check? [root@2605 libexec]# ./check_vpn_master_test_1 -t pptp -H xxx.xx.10.46 -u <username> -p <password> -- require-mppe ; ./check_http_content -U http://10.103.37.210/specialcalls.ph...
- Thu May 26, 2016 11:06 am
- Forum: Nagios XI
- Topic: Monitoring website content through VPN connection
- Replies: 11
- Views: 1958
Monitoring website content through VPN connection
Hello Team, How can I monitor a website's text content through a VPN connection? An idea I have been trying so far is: [root@2605 libexec]# ./check_vpn_master_test_1 -t pptp -H xxx.xx.10.46 -u <username> -p <password> -- require-mppe; ./check_http_content -U http://10.103.37.210/specialcalls.php -m ...
- Wed May 25, 2016 10:56 am
- Forum: Nagios XI
- Topic: Display specific string on a xml through the check_vpn plugn
- Replies: 11
- Views: 1725
Re: Display specific string on a xml through the check_vpn p
Yes please - and thank you for the brainstorming 
- Wed May 25, 2016 8:42 am
- Forum: Nagios XI
- Topic: Display specific string on a xml through the check_vpn plugn
- Replies: 11
- Views: 1725
Re: Display specific string on a xml through the check_vpn p
Well I found a good work around for now: adding to check_vpn: # test in front of google.com declare -r DEFAULT_TEST_URL=http://10.121.30.60 # check_vpn lock, for preventing multiple access to resources CHECK_VPN_LOCK=/var/run/check_vpn # global error string to report errors #ERROR_STRING=""...