
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2015 06:36 PM
Custom Action: hyperlink enabled
http://Check_MK/Check_MK/Check_MK/index.py?start_url=%2FCheck_MK%2FCheck_MK%2Fview.py%3Fview_name%3Dhost%26host%3D{computer}%26site%3D
The problem: {computer} gives the host name is all caps and check_mk has all the assets in lowercase and doesn't understand the 2 are the same.
Is there a way to have lansweeper display in lowercase or maybe have a {computerLC} created to convert the name to lowercase?
http://Check_MK/Check_MK/Check_MK/index.py?start_url=%2FCheck_MK%2FCheck_MK%2Fview.py%3Fview_name%3Dhost%26host%3D{computer}%26site%3D
The problem: {computer} gives the host name is all caps and check_mk has all the assets in lowercase and doesn't understand the 2 are the same.
Is there a way to have lansweeper display in lowercase or maybe have a {computerLC} created to convert the name to lowercase?
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2015 09:30 AM
Most likely "index.py" in a custom python script.
As a workaround you can edit the code and force the hostname in lowercase
As a workaround you can edit the code and force the hostname in lowercase
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2015 09:30 AM
Most likely "index.py" in a custom python script.
As a workaround you can edit the code and force the hostname in lowercase
As a workaround you can edit the code and force the hostname in lowercase
