Search found 7 matches
- Mon Dec 12, 2011 8:45 am
- Forum: Help: General
- Topic: CDEF & RPN Expression Function Help
- Replies: 10
- Views: 5445
Re: CDEF & RPN Expression Function Help
The 'i' release replaces ifhighspeed with ifspeed when ifhighspeed doe not exist. It also does the bits conversion. So in 'i' you should only have to use high speed. We are releasing today. If I get you right, if I use |query_ifHighSpeed| on 'i' release and the object is not available it will be au...
- Sat Dec 10, 2011 7:16 pm
- Forum: Help: General
- Topic: CDEF & RPN Expression Function Help
- Replies: 10
- Views: 5445
Re: CDEF & RPN Expression Function Help
gandalf thank you very much, your post made me look at the graph debug rrd information and here is what I found: You were right, on device where there is no ifHighSpeed object, cdef breaks: RRDTool Command: /usr/bin/rrdtool graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title='zpz-sw-0....
- Sat Dec 10, 2011 5:57 am
- Forum: Help: General
- Topic: CDEF & RPN Expression Function Help
- Replies: 10
- Views: 5445
Re: CDEF & RPN Expression Function Help
gandalf yes I am aware. Initially all of my tholds were using CDEF percentage representation from ifSpeed until one day I found that I get wrong alarms for 10G interfaces. Then I started digging and the first thing which I have done, when I found out about ifSpeed vs ifHighSpeed was using the latest...
- Fri Dec 09, 2011 6:21 pm
- Forum: Help: General
- Topic: CDEF & RPN Expression Function Help
- Replies: 10
- Views: 5445
CDEF & RPN Expression Function Help
Hello Again with another tricky question :lol: Currently I am using threshold template (thold plugin) with custom CDEF data type for calculating percentage usage of specific network interface. For devices with 32bit objects I use: cdef=CURRENT_DATA_SOURCE,8,*,|query_IfSpeed|,/,100,* For devices with...
- Thu Dec 08, 2011 9:11 pm
- Forum: Help: General
- Topic: https logins only
- Replies: 6
- Views: 7346
Re: https logins only
TheWitness this particular plugin will redirect anything that is not https to https. I am not looking to do this. This is achievable with rewrite rule in apache.
What I would like to do is only handle logins through https and serve everything else through regular http.
Any ideas?
What I would like to do is only handle logins through https and serve everything else through regular http.
Any ideas?
- Thu Dec 08, 2011 8:59 am
- Forum: Help: General
- Topic: https logins only
- Replies: 6
- Views: 7346
Re: https logins only
I am not sure rewriting would work in the scenario which I am trying to accomplish. The link which you posted will work for general rewriting of all http traffic to https. That's fine but I need only logins to behandled through https. Even if I do POST rewriting only, data will arrive to the webserv...
- Wed Dec 07, 2011 7:43 pm
- Forum: Help: General
- Topic: https logins only
- Replies: 6
- Views: 7346
https logins only
A lot of the users of the cacti installation which I support use it also outside the office via insecure lines and I have decided to run it on ssl enabled web server. Https though, increases loading times for graphs, especially for those who have old computers and handling SSL encrypted data on thos...